Skip to content

Commit

Permalink
Update version to 5.0.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
skin27 committed Jan 24, 2025
1 parent 248780e commit 3dfacb4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>runtime</artifactId>
<groupId>org.assimbly</groupId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</parent>

<name>broker</name>
Expand Down
2 changes: 1 addition & 1 deletion brokerRest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>runtime</artifactId>
<groupId>org.assimbly</groupId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</parent>

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

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

<name>integration</name>
Expand Down
2 changes: 1 addition & 1 deletion integrationRest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>runtime</artifactId>
<groupId>org.assimbly</groupId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>
</parent>

<name>integration-rest</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.assimbly</groupId>
<artifactId>runtime</artifactId>
<version>5.0.2</version>
<version>5.0.3-SNAPSHOT</version>

<modules>
<module>broker</module>
Expand All @@ -25,7 +25,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<main.basedir>${project.basedir}</main.basedir>
<activemq.version>6.1.4</activemq.version>
<assimbly.version>5.0.2</assimbly.version>
<assimbly.version>5.0.3-SNAPSHOT</assimbly.version>
<hamcrest.version>3.0</hamcrest.version>
<spring-boot.version>3.4.0</spring-boot.version>
<maven-api.version>3.9.9</maven-api.version>
Expand Down

0 comments on commit 3dfacb4

Please sign in to comment.