Skip to content

Commit

Permalink
Update version in POMs
Browse files Browse the repository at this point in the history
  • Loading branch information
AFaust committed Sep 12, 2024
1 parent 9ee84a4 commit 1deb645
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 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</version>
<version>1.2.3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>OOTBee Support Tools - Parent</name>
Expand Down Expand Up @@ -704,6 +704,9 @@
</profile>
<profile>
<id>acs-docker-23.1</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>

<properties>
<alfresco.docker.platform.version>23.1.0</alfresco.docker.platform.version>
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</version>
<version>1.2.3.0-SNAPSHOT</version>
</parent>

<artifactId>support-tools-repo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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</version>
<version>1.2.3.0-SNAPSHOT</version>
</parent>

<artifactId>support-tools-share</artifactId>
Expand Down

0 comments on commit 1deb645

Please sign in to comment.