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
cowwoc committed May 23, 2024
1 parent f5e39e0 commit bd4caa2
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>root</artifactId>
<version>9.0.0</version>
<version>9.0.1-SNAPSHOT</version>
</parent>
<artifactId>annotation</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion benchmark/assertj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>benchmark</artifactId>
<version>9.0.0</version>
<version>9.0.1-SNAPSHOT</version>
</parent>
<artifactId>benchmark.assertj</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion benchmark/guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>benchmark</artifactId>
<version>9.0.0</version>
<version>9.0.1-SNAPSHOT</version>
</parent>
<artifactId>benchmark.guava</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion benchmark/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>benchmark</artifactId>
<version>9.0.0</version>
<version>9.0.1-SNAPSHOT</version>
</parent>
<artifactId>benchmark.java</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>root</artifactId>
<version>9.0.0</version>
<version>9.0.1-SNAPSHOT</version>
</parent>
<artifactId>benchmark</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>root</artifactId>
<version>9.0.0</version>
<version>9.0.1-SNAPSHOT</version>
</parent>
<artifactId>guava</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>root</artifactId>
<version>9.0.0</version>
<version>9.0.1-SNAPSHOT</version>
</parent>
<artifactId>jackson</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>root</artifactId>
<version>9.0.0</version>
<version>9.0.1-SNAPSHOT</version>
</parent>
<artifactId>java</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>root</artifactId>
<version>9.0.0</version>
<version>9.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Requirements</name>
<description>A fluent API for enforcing design contracts with automatic message generation</description>
Expand All @@ -21,7 +21,7 @@
<url>https://github.com/cowwoc/requirements.java/</url>
<connection>scm:git:https://github.com/cowwoc/requirements.java/</connection>
<developerConnection>scm:git:https://github.com/cowwoc/requirements.java/</developerConnection>
<tag>release-9.0.0</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down
4 changes: 2 additions & 2 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>root</artifactId>
<version>9.0.0</version>
<version>9.0.1-SNAPSHOT</version>
</parent>
<artifactId>test</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>jackson</artifactId>
<version>9.0.0</version>
<version>9.0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit bd4caa2

Please sign in to comment.