Skip to content

Commit

Permalink
Move main to 9.0 to track WildFly 32
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Mar 6, 2024
1 parent 8bd7edc commit e905261
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions clusterbench-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<parent>
<artifactId>clusterbench</artifactId>
<groupId>org.jboss.test</groupId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>9.0.0.Final-SNAPSHOT</version>
</parent>

<artifactId>clusterbench-common</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>9.0.0.Final-SNAPSHOT</version>
<packaging>jar</packaging>

<name>clusterbench-common</name>
Expand Down
4 changes: 2 additions & 2 deletions clusterbench-ee10-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<parent>
<artifactId>clusterbench</artifactId>
<groupId>org.jboss.test</groupId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>9.0.0.Final-SNAPSHOT</version>
</parent>

<artifactId>clusterbench-ee10-ear</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>9.0.0.Final-SNAPSHOT</version>
<packaging>ear</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions clusterbench-ee10-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<parent>
<artifactId>clusterbench</artifactId>
<groupId>org.jboss.test</groupId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>9.0.0.Final-SNAPSHOT</version>
</parent>

<artifactId>clusterbench-ee10-ejb</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>9.0.0.Final-SNAPSHOT</version>
<packaging>ejb</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions clusterbench-ee10-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<parent>
<artifactId>clusterbench</artifactId>
<groupId>org.jboss.test</groupId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>9.0.0.Final-SNAPSHOT</version>
</parent>

<artifactId>clusterbench-ee10-web</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>9.0.0.Final-SNAPSHOT</version>
<packaging>war</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<groupId>org.jboss.test</groupId>
<artifactId>clusterbench</artifactId>
<version>8.0.2.Final-SNAPSHOT</version>
<version>9.0.0.Final-SNAPSHOT</version>
<packaging>pom</packaging>
<name>clusterbench</name>

Expand Down

0 comments on commit e905261

Please sign in to comment.