Skip to content

Commit

Permalink
Releasing version 24.8.0 from current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated release committed Aug 13, 2024
1 parent 81932f3 commit 984f93a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.manorrock.flounder</groupId>
<artifactId>project</artifactId>
<version>20.8.0-SNAPSHOT</version>
<version>24.8.0</version>
</parent>
<artifactId>flounder-impl</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.manorrock.flounder</groupId>
<artifactId>project</artifactId>
<version>20.8.0-SNAPSHOT</version>
<version>24.8.0</version>
<packaging>pom</packaging>
<name>Manorrock Flounder - Project</name>
<url>https://github.com/manorrock/flounder</url>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.manorrock.flounder</groupId>
<artifactId>project</artifactId>
<version>20.8.0-SNAPSHOT</version>
<version>24.8.0</version>
</parent>
<artifactId>flounder-tck</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.manorrock.flounder</groupId>
<artifactId>project</artifactId>
<version>20.8.0-SNAPSHOT</version>
<version>24.8.0</version>
</parent>
<groupId>com.manorrock.flounder.test</groupId>
<artifactId>project</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions test/singleton/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<artifactId>project</artifactId>
<groupId>com.manorrock.flounder.test</groupId>
<version>20.8.0-SNAPSHOT</version>
<version>24.8.0</version>
</parent>
<groupId>com.manorrock.flounder.test</groupId>
<artifactId>singleton</artifactId>
<version>20.8.0-SNAPSHOT</version>
<version>24.8.0</version>
<packaging>war</packaging>
<name>Manorrock Flounder - Test - Singleton Test</name>
<build>
Expand Down
4 changes: 2 additions & 2 deletions test/stateful/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<artifactId>project</artifactId>
<groupId>com.manorrock.flounder.test</groupId>
<version>20.8.0-SNAPSHOT</version>
<version>24.8.0</version>
</parent>
<groupId>com.manorrock.flounder.test</groupId>
<artifactId>stateful</artifactId>
<version>20.8.0-SNAPSHOT</version>
<version>24.8.0</version>
<packaging>war</packaging>
<name>Manorrock Flounder - Test - Stateful Test</name>

Expand Down
4 changes: 2 additions & 2 deletions test/stateless/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<artifactId>project</artifactId>
<groupId>com.manorrock.flounder.test</groupId>
<version>20.8.0-SNAPSHOT</version>
<version>24.8.0</version>
</parent>
<groupId>com.manorrock.flounder.test</groupId>
<artifactId>stateless</artifactId>
<version>20.8.0-SNAPSHOT</version>
<version>24.8.0</version>
<packaging>war</packaging>
<name>Manorrock Flounder - Test - Stateless Test</name>

Expand Down

0 comments on commit 984f93a

Please sign in to comment.