Skip to content

Commit

Permalink
Updated version number to 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Aug 30, 2024
1 parent f9f2b56 commit 58f47f8
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>root</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>10.0.0-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 @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>benchmark</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>10.0.0-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 @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>benchmark</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>10.0.0-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 @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>benchmark</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>10.0.0-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 @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>root</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>10.0.0-SNAPSHOT</version>
</parent>
<artifactId>benchmark</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>root</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>10.0.0-SNAPSHOT</version>
</parent>
<artifactId>build</artifactId>
<description>Files related to building the project</description>
Expand Down
2 changes: 1 addition & 1 deletion docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

See https://github.com/cowwoc/requirements.java/commits/master for a full list.

## Version 10.0 - ?
## Version 10.0.0 - ?

* Breaking changes:
* The module and package names now contain the major version number of the library,
Expand Down
2 changes: 1 addition & 1 deletion guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>root</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>10.0.0-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 @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>root</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>10.0.0-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 @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>root</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>10.0.0-SNAPSHOT</version>
</parent>
<artifactId>java</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>root</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>10.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Requirements</name>
<description>A fluent API for enforcing design contracts with automatic message generation</description>
Expand Down
4 changes: 2 additions & 2 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>root</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>10.0.0-SNAPSHOT</version>
</parent>
<artifactId>test</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.github.cowwoc.requirements</groupId>
<artifactId>jackson</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 58f47f8

Please sign in to comment.