Skip to content

Commit

Permalink
Merge pull request wildfly#18508 from bstansberry/fix_build
Browse files Browse the repository at this point in the history
[WFLY-20084] Fix the build; main moved on while the new poms did not
  • Loading branch information
bstansberry authored Dec 11, 2024
2 parents eb5fe83 + 7aacdd4 commit e4757d3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion testsuite/aggregator-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>35.0.0.Beta1-SNAPSHOT</version>
<version>35.0.0.Final-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/aggregator-expansion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>35.0.0.Beta1-SNAPSHOT</version>
<version>35.0.0.Final-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/aggregator-preview/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>35.0.0.Beta1-SNAPSHOT</version>
<version>35.0.0.Final-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/build-demander-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>35.0.0.Beta1-SNAPSHOT</version>
<version>35.0.0.Final-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/build-demander-expansion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>35.0.0.Beta1-SNAPSHOT</version>
<version>35.0.0.Final-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/build-demander-preview/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>35.0.0.Beta1-SNAPSHOT</version>
<version>35.0.0.Final-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit e4757d3

Please sign in to comment.