parent-pom

Parent pom for spals projects

License

License

Categories

Categories

Net
GroupId

GroupId

net.spals
ArtifactId

ArtifactId

spals-parent-pom
Last Version

Last Version

23
Release Date

Release Date

Type

Type

pom
Description

Description

parent-pom
Parent pom for spals projects
Project URL

Project URL

https://github.com/spals/parent-pom
Source Code Management

Source Code Management

https://github.com/spals/parent-pom

Download spals-parent-pom

Filename Size
spals-parent-pom-23.pom 36 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/net.spals/spals-parent-pom/ -->
<dependency>
    <groupId>net.spals</groupId>
    <artifactId>spals-parent-pom</artifactId>
    <version>23</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.spals/spals-parent-pom/
implementation 'net.spals:spals-parent-pom:23'
// https://jarcasting.com/artifacts/net.spals/spals-parent-pom/
implementation ("net.spals:spals-parent-pom:23")
'net.spals:spals-parent-pom:pom:23'
<dependency org="net.spals" name="spals-parent-pom" rev="23">
  <artifact name="spals-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.spals', module='spals-parent-pom', version='23')
)
libraryDependencies += "net.spals" % "spals-parent-pom" % "23"
[net.spals/spals-parent-pom "23"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Build Status

parent-pom

The parent pom.xml for all spals related projects.

This releases the version to maven central.

git tag {version} HEAD
git push origin --tags

This manually updates the version as our travis ci doesn't handle it yet.

mvn versions:set -DnewVersion={version+1}-SNAPSHOT
mvn versions:commit
git commit -a -m 'Bump version to {version+1}-SNAPSHOT [ci skip]'
git push origin master

Versions

Version
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2