Skip to content

Commit

Permalink
Update versions to 4.8.4-SNAPSHOT manually
Browse files Browse the repository at this point in the history
Update versions to 4.8.4-SNAPSHOT manually, as these modules aren't
part of the release process

#release/4.8.3
  • Loading branch information
smcvb committed Oct 20, 2023
1 parent ce73d17 commit 30067c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coverage-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.axonframework</groupId>
<artifactId>axon</artifactId>
<version>4.8.3-SNAPSHOT</version>
<version>4.8.4-SNAPSHOT</version>
</parent>

<artifactId>axon-coverage-report</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hibernate-6-integrationtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>axon</artifactId>
<groupId>org.axonframework</groupId>
<version>4.8.3-SNAPSHOT</version>
<version>4.8.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion spring-boot-3-integrationtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<description>
Module containing integration tests using Spring Boot 3. Does not contain any production code.
</description>
<version>4.8.3-SNAPSHOT</version>
<version>4.8.4-SNAPSHOT</version>

<properties>
<mysql-connector-java.version>8.0.30</mysql-connector-java.version>
Expand Down

0 comments on commit 30067c9

Please sign in to comment.