Skip to content

Commit

Permalink
Commit from GitHub Actions (Manual Version Update)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 11, 2023
1 parent c06e0f9 commit 8344c8a
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>4.0.0-SNAPSHOT</version>
<version>4.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>4.0.0-SNAPSHOT</version>
<version>4.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>4.0.0-SNAPSHOT</version>
<version>4.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>4.0.0-SNAPSHOT</version>
<version>4.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>4.0.0-SNAPSHOT</version>
<version>4.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>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>

<modules>
<module>broker</module>
Expand All @@ -24,7 +24,7 @@
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<main.basedir>${project.basedir}</main.basedir>
<assimbly.version>4.0.0-SNAPSHOT</assimbly.version>
<assimbly.version>4.0.0</assimbly.version>
<hamcrest.version>2.2</hamcrest.version>
<spring-boot.version>2.7.11</spring-boot.version>
<maven-api.version>3.9.1</maven-api.version>
Expand Down

0 comments on commit 8344c8a

Please sign in to comment.