Skip to content

Commit bce8e38

Browse files
committed
Prepare for 21.0.0.Final release
1 parent b51331e commit bce8e38

File tree

166 files changed

+166
-166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+166
-166
lines changed

app-client/client-simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.wildfly.quickstarts</groupId>
2424
<artifactId>app-client</artifactId>
25-
<version>21.0.0.Final-SNAPSHOT</version>
25+
<version>21.0.0.Final</version>
2626
</parent>
2727
<artifactId>app-client-client-simple</artifactId>
2828
<packaging>jar</packaging>

app-client/ear/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wildfly.quickstarts</groupId>
2323
<artifactId>app-client</artifactId>
24-
<version>21.0.0.Final-SNAPSHOT</version>
24+
<version>21.0.0.Final</version>
2525
</parent>
2626
<artifactId>app-client-ear</artifactId>
2727
<packaging>ear</packaging>

app-client/ejb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wildfly.quickstarts</groupId>
2323
<artifactId>app-client</artifactId>
24-
<version>21.0.0.Final-SNAPSHOT</version>
24+
<version>21.0.0.Final</version>
2525
</parent>
2626
<artifactId>app-client-ejb</artifactId>
2727
<packaging>ejb</packaging>

app-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Maintain separation between the artifact id and the version to help prevent
2626
merge conflicts between commits changing the GA and those changing the V.
2727
-->
28-
<version>21.0.0.Final-SNAPSHOT</version>
28+
<version>21.0.0.Final</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<artifactId>app-client</artifactId>

batch-processing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Maintain separation between the artifact id and the version to help prevent
2626
merge conflicts between commits changing the GA and those changing the V.
2727
-->
28-
<version>21.0.0.Final-SNAPSHOT</version>
28+
<version>21.0.0.Final</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

bean-validation-custom-constraint/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Maintain separation between the artifact id and the version to help prevent
2626
merge conflicts between commits changing the GA and those changing the V.
2727
-->
28-
<version>21.0.0.Final-SNAPSHOT</version>
28+
<version>21.0.0.Final</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

bean-validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Maintain separation between the artifact id and the version to help prevent
2626
merge conflicts between commits changing the GA and those changing the V.
2727
-->
28-
<version>21.0.0.Final-SNAPSHOT</version>
28+
<version>21.0.0.Final</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

bmt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Maintain separation between the artifact id and the version to help prevent
2626
merge conflicts between commits changing the GA and those changing the V.
2727
-->
28-
<version>21.0.0.Final-SNAPSHOT</version>
28+
<version>21.0.0.Final</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

cmt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Maintain separation between the artifact id and the version to help prevent
2626
merge conflicts between commits changing the GA and those changing the V.
2727
-->
28-
<version>21.0.0.Final-SNAPSHOT</version>
28+
<version>21.0.0.Final</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<artifactId>cmt</artifactId>

contacts-jquerymobile/functional-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
Maintain separation between the artifact id and the version to help prevent
2525
merge conflicts between commits changing the GA and those changing the V.
2626
-->
27-
<version>21.0.0.Final-SNAPSHOT</version>
27+
<version>21.0.0.Final</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>contacts-jquerymobile-test-webdriver</artifactId>

0 commit comments

Comments
 (0)