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
wendigo committed Feb 13, 2024
1 parent 6e20866 commit 9b2dc89
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>ca.vanzyl</groupId>
<artifactId>provisio</artifactId>
<version>1.0.21</version>
<version>1.0.22-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Provisio</name>

Expand Down Expand Up @@ -80,17 +80,17 @@
<dependency>
<groupId>ca.vanzyl</groupId>
<artifactId>provisio-core</artifactId>
<version>1.0.21</version>
<version>1.0.22-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ca.vanzyl</groupId>
<artifactId>provisio-model</artifactId>
<version>1.0.21</version>
<version>1.0.22-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ca.vanzyl</groupId>
<artifactId>provisio-maven</artifactId>
<version>1.0.21</version>
<version>1.0.22-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.takari</groupId>
Expand Down
2 changes: 1 addition & 1 deletion provisio-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>ca.vanzyl</groupId>
<artifactId>provisio</artifactId>
<version>1.0.21</version>
<version>1.0.22-SNAPSHOT</version>
</parent>

<artifactId>provisio-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion provisio-its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ca.vanzyl</groupId>
<artifactId>provisio</artifactId>
<version>1.0.21</version>
<version>1.0.22-SNAPSHOT</version>
</parent>
<artifactId>provisio-its</artifactId>
<name>Provisio :: Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion provisio-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ca.vanzyl</groupId>
<artifactId>provisio</artifactId>
<version>1.0.21</version>
<version>1.0.22-SNAPSHOT</version>
</parent>
<groupId>ca.vanzyl.provisio.maven.plugins</groupId>
<artifactId>provisio-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion provisio-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>ca.vanzyl</groupId>
<artifactId>provisio</artifactId>
<version>1.0.21</version>
<version>1.0.22-SNAPSHOT</version>
</parent>
<artifactId>provisio-maven</artifactId>
<packaging>${lifecycle}</packaging>
Expand Down
2 changes: 1 addition & 1 deletion provisio-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>ca.vanzyl</groupId>
<artifactId>provisio</artifactId>
<version>1.0.21</version>
<version>1.0.22-SNAPSHOT</version>
</parent>
<artifactId>provisio-model</artifactId>
<packaging>${lifecycle}</packaging>
Expand Down

0 comments on commit 9b2dc89

Please sign in to comment.