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 Sep 11, 2024
1 parent e6e295d commit d6f86a6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

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

Expand All @@ -43,7 +43,7 @@
<scm>
<connection>scm:git:[email protected]/takari/provisio.git</connection>
<developerConnection>scm:git:ssh://[email protected]/takari/provisio.git</developerConnection>
<tag>provisio-1.1.1</tag>
<tag>provisio-1.0.21</tag>
<url>http://github.com/takari/provisio</url>
</scm>

Expand Down Expand Up @@ -105,17 +105,17 @@
<dependency>
<groupId>ca.vanzyl</groupId>
<artifactId>provisio-core</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ca.vanzyl</groupId>
<artifactId>provisio-model</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ca.vanzyl</groupId>
<artifactId>provisio-maven</artifactId>
<version>1.1.1</version>
<version>1.1.2-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.1.1</version>
<version>1.1.2-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 @@ -21,7 +21,7 @@
<parent>
<groupId>ca.vanzyl</groupId>
<artifactId>provisio</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>
<artifactId>provisio-its</artifactId>
<packaging>takari-jar</packaging>
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 @@ -21,7 +21,7 @@
<parent>
<groupId>ca.vanzyl</groupId>
<artifactId>provisio</artifactId>
<version>1.1.1</version>
<version>1.1.2-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 @@ -23,7 +23,7 @@
<parent>
<groupId>ca.vanzyl</groupId>
<artifactId>provisio</artifactId>
<version>1.1.1</version>
<version>1.1.2-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 @@ -21,7 +21,7 @@
<parent>
<groupId>ca.vanzyl</groupId>
<artifactId>provisio</artifactId>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>
<artifactId>provisio-model</artifactId>
<packaging>${lifecycle}</packaging>
Expand Down

0 comments on commit d6f86a6

Please sign in to comment.