Skip to content

Commit

Permalink
Update version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skin27 committed Sep 27, 2024
1 parent f86d0ee commit e4cc3a5
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.1-SNAPSHOT</version>
<version>5.0.0</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.1-SNAPSHOT</version>
<version>5.0.0</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.1-SNAPSHOT</version>
<version>5.0.0</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.1-SNAPSHOT</version>
<version>5.0.0</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.1-SNAPSHOT</version>
<version>5.0.0</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.1-SNAPSHOT</version>
<version>5.0.0</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.3</activemq.version>
<assimbly.version>5.0.1-SNAPSHOT</assimbly.version>
<assimbly.version>5.0.0</assimbly.version>
<hamcrest.version>3.0</hamcrest.version>
<spring-boot.version>3.3.4</spring-boot.version>
<maven-api.version>3.9.9</maven-api.version>
Expand Down

0 comments on commit e4cc3a5

Please sign in to comment.