Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed Dec 14, 2022
1 parent b460794 commit 089c076
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion alpine-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>alpine-parent</artifactId>
<groupId>us.springett</groupId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>alpine-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion alpine-executable-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>alpine-parent</artifactId>
<groupId>us.springett</groupId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion alpine-infra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>alpine-parent</artifactId>
<groupId>us.springett</groupId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>alpine-infra</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion alpine-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>alpine-parent</artifactId>
<groupId>us.springett</groupId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>alpine-model</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions alpine-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<parent>
<groupId>us.springett</groupId>
<artifactId>alpine-parent</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>alpine-server</artifactId>
<packaging>jar</packaging>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>

<name>alpine-server</name>
<description>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>us.springett</groupId>
<artifactId>alpine-parent</artifactId>
<packaging>pom</packaging>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>

<modules>
<module>alpine-common</module>
Expand Down Expand Up @@ -63,7 +63,7 @@
<connection>scm:git:[email protected]:stevespringett/Alpine.git</connection>
<url>https://github.com/stevespringett/Alpine.git</url>
<developerConnection>scm:git:[email protected]:stevespringett/Alpine.git</developerConnection>
<tag>alpine-parent-2.2.0</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -157,7 +157,7 @@
<plugin.cyclonedx.outputReactorProjects>true</plugin.cyclonedx.outputReactorProjects>

<!-- Dependency Versions -->
<lib.alpine.executable.war.version>2.2.0</lib.alpine.executable.war.version>
<lib.alpine.executable.war.version>2.2.1-SNAPSHOT</lib.alpine.executable.war.version>
<lib.bcrypt.version>0.4</lib.bcrypt.version>
<lib.caffeine.version>3.1.1</lib.caffeine.version>
<lib.commons.collections4.version>4.4</lib.commons.collections4.version>
Expand Down

0 comments on commit 089c076

Please sign in to comment.