Skip to content

Commit

Permalink
Update version to 5.0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
skin27 committed Nov 29, 2024
1 parent f3720c5 commit 4421905
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion activemqBase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>base</artifactId>
<groupId>org.assimbly</groupId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
</parent>

<artifactId>activemq-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion camelBase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>base</artifactId>
<groupId>org.assimbly</groupId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
</parent>

<artifactId>camel-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion camelComponents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>base</artifactId>
<groupId>org.assimbly</groupId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
</parent>

<artifactId>camel-components</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commonBase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>base</artifactId>
<groupId>org.assimbly</groupId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
</parent>

<artifactId>common-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion databaseDrivers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>base</artifactId>
<groupId>org.assimbly</groupId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
</parent>

<artifactId>database-drivers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>base</artifactId>
<groupId>org.assimbly</groupId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
</parent>

<artifactId>extra</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>pom</packaging>
<name>org.assimbly.camelconnector</name>
<url>http://maven.apache.org</url>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>

<modules>
<module>activemqBase</module>
Expand Down Expand Up @@ -41,7 +41,7 @@
<!-- Manage the versions of all dependencies here -->
<aopalliance.version>1.0</aopalliance.version>
<axiom.version>1.4.0</axiom.version>
<assimbly.version>5.0.1</assimbly.version>
<assimbly.version>5.0.2-SNAPSHOT</assimbly.version>
<activemq-classic.version>6.1.3</activemq-classic.version>
<activemq-artemis.version>2.38.0</activemq-artemis.version>
<activemq-artemis-native.version>2.0.0</activemq-artemis-native.version>
Expand Down
2 changes: 1 addition & 1 deletion springBase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>base</artifactId>
<groupId>org.assimbly</groupId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
</parent>

<artifactId>spring-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testBase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>base</artifactId>
<groupId>org.assimbly</groupId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>base</artifactId>
<groupId>org.assimbly</groupId>
<version>5.0.1</version>
<version>5.0.2-SNAPSHOT</version>
</parent>

<artifactId>utils</artifactId>
Expand Down

0 comments on commit 4421905

Please sign in to comment.