Skip to content

Commit

Permalink
Prepare 1.2.2.0
Browse files Browse the repository at this point in the history
- undo common-compress bump as incompatible
  • Loading branch information
AFaust committed Mar 29, 2024
1 parent 7902942 commit 8b3b805
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.orderofthebee.support-tools</groupId>
<artifactId>support-tools-parent</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
<packaging>pom</packaging>

<name>OOTBee Support Tools - Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.orderofthebee.support-tools</groupId>
<artifactId>support-tools-parent</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
</parent>

<artifactId>support-tools-repo</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.orderofthebee.support-tools</groupId>
<artifactId>support-tools-parent</artifactId>
<version>1.2.2.0-SNAPSHOT</version>
<version>1.2.2.0</version>
</parent>

<artifactId>support-tools-share</artifactId>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.26.0</version>
<version>1.21</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 8b3b805

Please sign in to comment.