Skip to content

Commit 80f0d52

Browse files
committed
Prepare for 20.0.0.Beta1 release
1 parent 25ed493 commit 80f0d52

File tree

166 files changed

+169
-169
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

+169
-169
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>20.0.0.Beta1-SNAPSHOT</version>
25+
<version>20.0.0.Beta1</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>20.0.0.Beta1-SNAPSHOT</version>
24+
<version>20.0.0.Beta1</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>20.0.0.Beta1-SNAPSHOT</version>
24+
<version>20.0.0.Beta1</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>20.0.0.Beta1-SNAPSHOT</version>
28+
<version>20.0.0.Beta1</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>20.0.0.Beta1-SNAPSHOT</version>
28+
<version>20.0.0.Beta1</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>20.0.0.Beta1-SNAPSHOT</version>
28+
<version>20.0.0.Beta1</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>20.0.0.Beta1-SNAPSHOT</version>
28+
<version>20.0.0.Beta1</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>20.0.0.Beta1-SNAPSHOT</version>
28+
<version>20.0.0.Beta1</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>20.0.0.Beta1-SNAPSHOT</version>
28+
<version>20.0.0.Beta1</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>20.0.0.Beta1-SNAPSHOT</version>
27+
<version>20.0.0.Beta1</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>contacts-jquerymobile-test-webdriver</artifactId>

contacts-jquerymobile/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>20.0.0.Beta1-SNAPSHOT</version>
28+
<version>20.0.0.Beta1</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<artifactId>contacts-jquerymobile</artifactId>

deltaspike-authorization/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>20.0.0.Beta1-SNAPSHOT</version>
27+
<version>20.0.0.Beta1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>deltaspike-authorization</artifactId>

deltaspike-beanbuilder/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>20.0.0.Beta1-SNAPSHOT</version>
27+
<version>20.0.0.Beta1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>deltaspike-beanbuilder</artifactId>

deltaspike-projectstage/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>20.0.0.Beta1-SNAPSHOT</version>
27+
<version>20.0.0.Beta1</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>deltaspike-projectstage</artifactId>

dist/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>20.0.0.Beta1-SNAPSHOT</version>
28+
<version>20.0.0.Beta1</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

ee-security/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>20.0.0.Beta1-SNAPSHOT</version>
28+
<version>20.0.0.Beta1</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131

ejb-asynchronous/client/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>ejb-asynchronous</artifactId>
24-
<version>20.0.0.Beta1-SNAPSHOT</version>
24+
<version>20.0.0.Beta1</version>
2525
</parent>
2626
<artifactId>ejb-asynchronous-client</artifactId>
2727
<packaging>jar</packaging>

ejb-asynchronous/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>ejb-asynchronous</artifactId>
24-
<version>20.0.0.Beta1-SNAPSHOT</version>
24+
<version>20.0.0.Beta1</version>
2525
</parent>
2626
<artifactId>ejb-asynchronous-ejb</artifactId>
2727
<packaging>ejb</packaging>

ejb-asynchronous/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>20.0.0.Beta1-SNAPSHOT</version>
28+
<version>20.0.0.Beta1</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<artifactId>ejb-asynchronous</artifactId>

ejb-in-ear/ear/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.wildfly.quickstarts</groupId>
2828
<artifactId>ejb-in-ear</artifactId>
29-
<version>20.0.0.Beta1-SNAPSHOT</version>
29+
<version>20.0.0.Beta1</version>
3030
</parent>
3131
<artifactId>ejb-in-ear-ear</artifactId>
3232
<packaging>ear</packaging>

ejb-in-ear/ejb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.wildfly.quickstarts</groupId>
2828
<artifactId>ejb-in-ear</artifactId>
29-
<version>20.0.0.Beta1-SNAPSHOT</version>
29+
<version>20.0.0.Beta1</version>
3030
</parent>
3131
<artifactId>ejb-in-ear-ejb</artifactId>
3232
<name>Quickstart: ejb-in-ear - ejb</name>

ejb-in-ear/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>20.0.0.Beta1-SNAPSHOT</version>
28+
<version>20.0.0.Beta1</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<artifactId>ejb-in-ear</artifactId>

ejb-in-ear/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.wildfly.quickstarts</groupId>
2828
<artifactId>ejb-in-ear</artifactId>
29-
<version>20.0.0.Beta1-SNAPSHOT</version>
29+
<version>20.0.0.Beta1</version>
3030
</parent>
3131
<artifactId>ejb-in-ear-web</artifactId>
3232
<packaging>war</packaging>

ejb-in-war/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>20.0.0.Beta1-SNAPSHOT</version>
28+
<version>20.0.0.Beta1</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<artifactId>ejb-in-war</artifactId>

ejb-multi-server/app-main/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>ejb-multi-server-app-main</artifactId>
24-
<version>20.0.0.Beta1-SNAPSHOT</version>
24+
<version>20.0.0.Beta1</version>
2525
</parent>
2626
<artifactId>ejb-multi-server-app-main-ear</artifactId>
2727
<packaging>ear</packaging>

ejb-multi-server/app-main/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>ejb-multi-server-app-main</artifactId>
24-
<version>20.0.0.Beta1-SNAPSHOT</version>
24+
<version>20.0.0.Beta1</version>
2525
</parent>
2626
<artifactId>ejb-multi-server-app-main-ejb</artifactId>
2727
<packaging>ejb</packaging>

ejb-multi-server/app-main/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>ejb-multi-server</artifactId>
24-
<version>20.0.0.Beta1-SNAPSHOT</version>
24+
<version>20.0.0.Beta1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>ejb-multi-server-app-main</artifactId>

ejb-multi-server/app-main/web/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>ejb-multi-server-app-main</artifactId>
24-
<version>20.0.0.Beta1-SNAPSHOT</version>
24+
<version>20.0.0.Beta1</version>
2525
</parent>
2626
<artifactId>ejb-multi-server-app-main-web</artifactId>
2727
<packaging>war</packaging>

ejb-multi-server/app-one/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>ejb-multi-server-app-one</artifactId>
24-
<version>20.0.0.Beta1-SNAPSHOT</version>
24+
<version>20.0.0.Beta1</version>
2525
</parent>
2626
<artifactId>ejb-multi-server-app-one-ear</artifactId>
2727
<packaging>ear</packaging>

ejb-multi-server/app-one/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>ejb-multi-server-app-one</artifactId>
24-
<version>20.0.0.Beta1-SNAPSHOT</version>
24+
<version>20.0.0.Beta1</version>
2525
</parent>
2626
<artifactId>ejb-multi-server-app-one-ejb</artifactId>
2727
<packaging>ejb</packaging>

ejb-multi-server/app-one/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>ejb-multi-server</artifactId>
24-
<version>20.0.0.Beta1-SNAPSHOT</version>
24+
<version>20.0.0.Beta1</version>
2525
</parent>
2626
<artifactId>ejb-multi-server-app-one</artifactId>
2727
<packaging>pom</packaging>

ejb-multi-server/app-two/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>ejb-multi-server-app-two</artifactId>
24-
<version>20.0.0.Beta1-SNAPSHOT</version>
24+
<version>20.0.0.Beta1</version>
2525
</parent>
2626
<artifactId>ejb-multi-server-app-two-ear</artifactId>
2727
<packaging>ear</packaging>

ejb-multi-server/app-two/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>ejb-multi-server-app-two</artifactId>
24-
<version>20.0.0.Beta1-SNAPSHOT</version>
24+
<version>20.0.0.Beta1</version>
2525
</parent>
2626
<artifactId>ejb-multi-server-app-two-ejb</artifactId>
2727
<packaging>ejb</packaging>

ejb-multi-server/app-two/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>ejb-multi-server</artifactId>
24-
<version>20.0.0.Beta1-SNAPSHOT</version>
24+
<version>20.0.0.Beta1</version>
2525
</parent>
2626
<artifactId>ejb-multi-server-app-two</artifactId>
2727
<packaging>pom</packaging>

ejb-multi-server/app-web/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>ejb-multi-server</artifactId>
24-
<version>20.0.0.Beta1-SNAPSHOT</version>
24+
<version>20.0.0.Beta1</version>
2525
</parent>
2626
<artifactId>ejb-multi-server-app-web</artifactId>
2727
<packaging>war</packaging>

ejb-multi-server/client/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>ejb-multi-server</artifactId>
24-
<version>20.0.0.Beta1-SNAPSHOT</version>
24+
<version>20.0.0.Beta1</version>
2525
</parent>
2626
<artifactId>ejb-multi-server-client</artifactId>
2727
<packaging>jar</packaging>

ejb-multi-server/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>20.0.0.Beta1-SNAPSHOT</version>
28+
<version>20.0.0.Beta1</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<artifactId>ejb-multi-server</artifactId>

ejb-remote/client/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>ejb-remote</artifactId>
24-
<version>20.0.0.Beta1-SNAPSHOT</version>
24+
<version>20.0.0.Beta1</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>ejb-remote-client</artifactId>

ejb-remote/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>20.0.0.Beta1-SNAPSHOT</version>
28+
<version>20.0.0.Beta1</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<artifactId>ejb-remote</artifactId>

ejb-remote/server-side/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wildfly.quickstarts</groupId>
2222
<artifactId>ejb-remote</artifactId>
23-
<version>20.0.0.Beta1-SNAPSHOT</version>
23+
<version>20.0.0.Beta1</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>ejb-remote-server-side</artifactId>

ejb-security-context-propagation/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>20.0.0.Beta1-SNAPSHOT</version>
28+
<version>20.0.0.Beta1</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<artifactId>ejb-security-context-propagation</artifactId>

ejb-security-jaas/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>20.0.0.Beta1-SNAPSHOT</version>
28+
<version>20.0.0.Beta1</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<artifactId>ejb-security-jaas</artifactId>

ejb-security-programmatic-auth/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>20.0.0.Beta1-SNAPSHOT</version>
28+
<version>20.0.0.Beta1</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<artifactId>ejb-security-programmatic-auth</artifactId>

ejb-security/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>20.0.0.Beta1-SNAPSHOT</version>
28+
<version>20.0.0.Beta1</version>
2929
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<artifactId>ejb-security</artifactId>

0 commit comments

Comments
 (0)