Skip to content

Commit d0f6463

Browse files
authored
Merge pull request #879 from emmartins/rel-31.0.1.Final
Rel 31.0.1.final
2 parents 69b67fe + 0a8e429 commit d0f6463

File tree

90 files changed

+152
-152
lines changed

Some content is hidden

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

90 files changed

+152
-152
lines changed

batch-processing/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</parent>
3131

3232
<artifactId>batch-processing</artifactId>
33-
<version>31.0.1.Final-SNAPSHOT</version>
33+
<version>31.0.1.Final</version>
3434
<packaging>war</packaging>
3535
<name>Quickstart: batch-processing</name>
3636
<description>Shows how to use a Chunk oriented batch processing</description>
@@ -45,7 +45,7 @@
4545

4646
<properties>
4747
<!-- the version for the Server -->
48-
<version.server>31.0.0.Final</version.server>
48+
<version.server>31.0.1.Final</version.server>
4949
<!-- the versions for BOMs, Packs and Plugins -->
5050
<version.bom.ee>${version.server}</version.bom.ee>
5151
<version.pack.cloud>6.0.0.Final</version.pack.cloud>

bmt/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</parent>
3131

3232
<artifactId>bmt</artifactId>
33-
<version>31.0.1.Final-SNAPSHOT</version>
33+
<version>31.0.1.Final</version>
3434
<packaging>war</packaging>
3535
<name>Quickstart: bmt</name>
3636
<description>This project demonstrates how to use Bean Managed Transactions</description>
@@ -45,7 +45,7 @@
4545

4646
<properties>
4747
<!-- the version for the Server -->
48-
<version.server>31.0.0.Final</version.server>
48+
<version.server>31.0.1.Final</version.server>
4949
<!-- the versions for BOMs, Packs and Plugins -->
5050
<version.bom.ee>${version.server}</version.bom.ee>
5151
<version.pack.cloud>6.0.0.Final</version.pack.cloud>

cmt/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<relativePath/>
3030
</parent>
3131
<artifactId>cmt</artifactId>
32-
<version>31.0.1.Final-SNAPSHOT</version>
32+
<version>31.0.1.Final</version>
3333
<packaging>war</packaging>
3434
<name>Quickstart: cmt</name>
3535
<description>This project demonstrates how to use transactions managed by the container</description>
@@ -44,7 +44,7 @@
4444

4545
<properties>
4646
<!-- the version for the Server -->
47-
<version.server>31.0.0.Final</version.server>
47+
<version.server>31.0.1.Final</version.server>
4848
<!-- the versions for BOMs, Packs and Plugins -->
4949
<version.bom.ee>${version.server}</version.bom.ee>
5050
<version.pack.cloud>6.0.0.Final</version.pack.cloud>

contacts-jquerymobile/functional-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<relativePath/>
2929
</parent>
3030
<artifactId>contacts-jquerymobile-test-webdriver</artifactId>
31-
<version>31.0.1.Final-SNAPSHOT</version>
31+
<version>31.0.1.Final</version>
3232
<name>Quickstart: Contacts JQueryMobile test via WebDriver with Arquillian</name>
3333
<description>This project tests a Contacts JQueryMobile for use on JBoss EAP by WebDriver</description>
3434

@@ -37,7 +37,7 @@
3737
<m2e.cdi.activation>false</m2e.cdi.activation>
3838
<!-- The versions for BOMs, Dependencies and Plugins -->
3939
<version.org.json>20231013.0.0.redhat-00001</version.org.json>
40-
<version.server.bom>31.0.0.Beta1</version.server.bom>
40+
<version.server.bom>31.0.1.Final</version.server.bom>
4141
</properties>
4242

4343
<repositories>

contacts-jquerymobile/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<relativePath/>
3030
</parent>
3131
<artifactId>contacts-jquerymobile</artifactId>
32-
<version>31.0.1.Final-SNAPSHOT</version>
32+
<version>31.0.1.Final</version>
3333
<packaging>war</packaging>
3434
<name>Quickstart: contacts-jquerymobile</name>
3535
<description>A Jakarta EE HTML5 mobile web application for use with JBoss EAP</description>
@@ -44,7 +44,7 @@
4444

4545
<properties>
4646
<!-- The versions for BOMs, Dependencies and Plugins -->
47-
<version.server.bom>31.0.0.Beta1</version.server.bom>
47+
<version.server.bom>31.0.1.Final</version.server.bom>
4848
</properties>
4949

5050
<repositories>

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>31.0.1.Final-SNAPSHOT</version>
28+
<version>31.0.1.Final</version>
2929
</parent>
3030

3131
<artifactId>quickstarts-dist</artifactId>

ee-security/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</parent>
3131

3232
<artifactId>ee-security</artifactId>
33-
<version>31.0.1.Final-SNAPSHOT</version>
33+
<version>31.0.1.Final</version>
3434
<packaging>war</packaging>
3535
<name>Quickstart: ee-security</name>
3636
<description>This project demonstrates using EE security</description>
@@ -45,7 +45,7 @@
4545

4646
<properties>
4747
<!-- Version for the server -->
48-
<version.server>31.0.0.Final</version.server>
48+
<version.server>31.0.1.Final</version.server>
4949
<!-- The versions for BOMs, Packs and Plugins -->
5050
<version.bom.ee>${version.server}</version.bom.ee>
5151
<version.pack.cloud>6.0.0.Final</version.pack.cloud>

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

0 commit comments

Comments
 (0)