Skip to content

Commit

Permalink
release: v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdussouillez committed Dec 24, 2023
1 parent 0cbdb8c commit 7dc8f57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions enum-toolkit-bool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<parent>
<groupId>com.github.jdussouillez</groupId>
<artifactId>enum-toolkit</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<dependencies>
<dependency>
<groupId>com.github.jdussouillez</groupId>
<artifactId>enum-toolkit-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.2.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion enum-toolkit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.jdussouillez</groupId>
<artifactId>enum-toolkit</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>com.github.jdussouillez</groupId>
<artifactId>enum-toolkit</artifactId>
<packaging>pom</packaging>
<version>2.1.0-SNAPSHOT</version>
<version>2.2.0</version>
<name>${project.name}</name>
<description>${project.description}</description>
<url>${project.url}</url>
Expand Down

0 comments on commit 7dc8f57

Please sign in to comment.