Skip to content

Commit 2d453fd

Browse files
committed
Update version to 5.0.3
1 parent cf48c8c commit 2d453fd

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

broker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>runtime</artifactId>
88
<groupId>org.assimbly</groupId>
9-
<version>5.0.3-SNAPSHOT</version>
9+
<version>5.0.3</version>
1010
</parent>
1111

1212
<name>broker</name>

brokerRest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>runtime</artifactId>
88
<groupId>org.assimbly</groupId>
9-
<version>5.0.3-SNAPSHOT</version>
9+
<version>5.0.3</version>
1010
</parent>
1111

1212
<name>broker-rest</name>

dil/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>runtime</artifactId>
66
<groupId>org.assimbly</groupId>
7-
<version>5.0.3-SNAPSHOT</version>
7+
<version>5.0.3</version>
88
</parent>
99

1010
<name>dil</name>

integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>runtime</artifactId>
66
<groupId>org.assimbly</groupId>
7-
<version>5.0.3-SNAPSHOT</version>
7+
<version>5.0.3</version>
88
</parent>
99

1010
<name>integration</name>

integrationRest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>runtime</artifactId>
88
<groupId>org.assimbly</groupId>
9-
<version>5.0.3-SNAPSHOT</version>
9+
<version>5.0.3</version>
1010
</parent>
1111

1212
<name>integration-rest</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>org.assimbly</groupId>
1111
<artifactId>runtime</artifactId>
12-
<version>5.0.3-SNAPSHOT</version>
12+
<version>5.0.3</version>
1313

1414
<modules>
1515
<module>broker</module>
@@ -25,7 +25,7 @@
2525
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2626
<main.basedir>${project.basedir}</main.basedir>
2727
<activemq.version>6.1.5</activemq.version>
28-
<assimbly.version>5.0.3-SNAPSHOT</assimbly.version>
28+
<assimbly.version>5.0.3</assimbly.version>
2929
<hamcrest.version>3.0</hamcrest.version>
3030
<spring-boot.version>3.4.2</spring-boot.version>
3131
<maven-api.version>3.9.9</maven-api.version>

0 commit comments

Comments
 (0)