Skip to content

Commit

Permalink
Merge pull request #892 from emmartins/rel-32.0.0.Beta1
Browse files Browse the repository at this point in the history
Rel 32.0.0.beta1
  • Loading branch information
emmartins committed Apr 8, 2024
2 parents 016c20b + ca3713e commit 2532b77
Show file tree
Hide file tree
Showing 85 changed files with 254 additions and 254 deletions.
8 changes: 4 additions & 4 deletions batch-processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>batch-processing</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
<packaging>war</packaging>
<name>Quickstart: batch-processing</name>
<description>Shows how to use a Chunk oriented batch processing</description>
Expand All @@ -45,11 +45,11 @@

<properties>
<!-- the version for the Server -->
<version.server>31.0.0.Final</version.server>
<version.server>32.0.0.Beta1</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Beta3</version.plugin.wildfly>
<version.pack.cloud>7.0.0.Beta1</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Beta5</version.plugin.wildfly>
</properties>


Expand Down
8 changes: 4 additions & 4 deletions bmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>bmt</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
<packaging>war</packaging>
<name>Quickstart: bmt</name>
<description>This project demonstrates how to use Bean Managed Transactions</description>
Expand All @@ -45,11 +45,11 @@

<properties>
<!-- the version for the Server -->
<version.server>31.0.0.Final</version.server>
<version.server>32.0.0.Beta1</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Beta3</version.plugin.wildfly>
<version.pack.cloud>7.0.0.Beta1</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Beta5</version.plugin.wildfly>
</properties>

<repositories>
Expand Down
8 changes: 4 additions & 4 deletions cmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>cmt</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
<packaging>war</packaging>
<name>Quickstart: cmt</name>
<description>This project demonstrates how to use transactions managed by the container</description>
Expand All @@ -44,11 +44,11 @@

<properties>
<!-- the version for the Server -->
<version.server>31.0.0.Final</version.server>
<version.server>32.0.0.Beta1</version.server>
<!-- the versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Beta3</version.plugin.wildfly>
<version.pack.cloud>7.0.0.Beta1</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Beta5</version.plugin.wildfly>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
</parent>

<artifactId>quickstarts-dist</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions ee-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>ee-security</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
<packaging>war</packaging>
<name>Quickstart: ee-security</name>
<description>This project demonstrates using EE security</description>
Expand All @@ -45,11 +45,11 @@

<properties>
<!-- Version for the server -->
<version.server>31.0.0.Final</version.server>
<version.server>32.0.0.Beta1</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Beta3</version.plugin.wildfly>
<version.pack.cloud>7.0.0.Beta1</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Beta5</version.plugin.wildfly>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-main/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server-app-main</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
</parent>
<artifactId>ejb-multi-server-app-main-ear</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-main/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server-app-main</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
</parent>
<artifactId>ejb-multi-server-app-main-ejb</artifactId>
<packaging>ejb</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ejb-multi-server-app-main</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-main/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server-app-main</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
</parent>
<artifactId>ejb-multi-server-app-main-web</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-one/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server-app-one</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
</parent>
<artifactId>ejb-multi-server-app-one-ear</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-one/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server-app-one</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
</parent>
<artifactId>ejb-multi-server-app-one-ejb</artifactId>
<packaging>ejb</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-one/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
</parent>
<artifactId>ejb-multi-server-app-one</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-two/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server-app-two</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
</parent>
<artifactId>ejb-multi-server-app-two-ear</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-two/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server-app-two</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
</parent>
<artifactId>ejb-multi-server-app-two-ejb</artifactId>
<packaging>ejb</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-two/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
</parent>
<artifactId>ejb-multi-server-app-two</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
</parent>
<artifactId>ejb-multi-server-app-web</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-multi-server</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
</parent>
<artifactId>ejb-multi-server-client</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions ejb-multi-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>ejb-multi-server</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
<packaging>pom</packaging>
<name>Quickstart: ejb-multi-server</name>
<description>A project that demonstrates multiple applications deployed on different servers.
Expand All @@ -47,10 +47,10 @@

<properties>
<!-- the version for the Server -->
<version.server>31.0.0.Final</version.server>
<version.server>32.0.0.Beta1</version.server>
<!-- The versions for BOMs, Dependencies and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.plugin.wildfly>5.0.0.Beta3</version.plugin.wildfly>
<version.plugin.wildfly>5.0.0.Beta5</version.plugin.wildfly>
</properties>

<repositories>
Expand Down
8 changes: 4 additions & 4 deletions ejb-remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>ejb-remote</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
<packaging>war</packaging>
<name>Quickstart: ejb-remote</name>
<description>This project demonstrates how to access an EJB from a remote client</description>
Expand All @@ -44,11 +44,11 @@

<properties>
<!-- Version for the server -->
<version.server>31.0.0.Final</version.server>
<version.server>32.0.0.Beta1</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Beta3</version.plugin.wildfly>
<version.pack.cloud>7.0.0.Beta1</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Beta5</version.plugin.wildfly>
</properties>

<repositories>
Expand Down
8 changes: 4 additions & 4 deletions ejb-security-context-propagation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>ejb-security-context-propagation</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
<packaging>war</packaging>
<name>Quickstart: ejb-security-context-propagation</name>
<description>This project demonstrates the security context propagation between remote EJBs</description>
Expand All @@ -44,11 +44,11 @@

<properties>
<!-- the version for the Server -->
<version.server>31.0.0.Final</version.server>
<version.server>32.0.0.Beta1</version.server>
<!-- The versions for BOMs, Dependencies and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Beta3</version.plugin.wildfly>
<version.pack.cloud>7.0.0.Beta1</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Beta5</version.plugin.wildfly>
</properties>

<repositories>
Expand Down
8 changes: 4 additions & 4 deletions ejb-security-programmatic-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>ejb-security-programmatic-auth</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
<packaging>war</packaging>
<name>Quickstart: ejb-security-programmatic-auth</name>
<description>This project demonstrates how to authenticate remote clients using the programmatic API</description>
Expand All @@ -44,11 +44,11 @@

<properties>
<!-- the version for the Server -->
<version.server>31.0.0.Final</version.server>
<version.server>32.0.0.Beta1</version.server>
<!-- The versions for BOMs, Packs and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Beta3</version.plugin.wildfly>
<version.pack.cloud>7.0.0.Beta1</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Beta5</version.plugin.wildfly>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion ejb-throws-exception/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-throws-exception</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
</parent>
<artifactId>ejb-throws-exception-ear</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-throws-exception/ejb-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-throws-exception</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
</parent>
<artifactId>ejb-throws-exception-ejb-api</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-throws-exception/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-throws-exception</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
</parent>
<artifactId>ejb-throws-exception-ejb</artifactId>
<packaging>ejb</packaging>
Expand Down
8 changes: 4 additions & 4 deletions ejb-throws-exception/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>ejb-throws-exception</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
<packaging>pom</packaging>
<name>Quickstart: ejb-throws-exception</name>
<description>This project demonstrates how to throw an exception in an EJB and catch it in the web layer</description>
Expand All @@ -51,11 +51,11 @@

<properties>
<!-- the version for the Server -->
<version.server>31.0.0.Final</version.server>
<version.server>32.0.0.Beta1</version.server>
<!-- The versions for BOMs, Dependencies and Plugins -->
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Beta3</version.plugin.wildfly>
<version.pack.cloud>7.0.0.Beta1</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Beta5</version.plugin.wildfly>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion ejb-throws-exception/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.quickstarts</groupId>
<artifactId>ejb-throws-exception</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
</parent>
<artifactId>ejb-throws-exception-web</artifactId>
<packaging>war</packaging>
Expand Down
8 changes: 4 additions & 4 deletions ejb-timer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>ejb-timer</artifactId>
<version>32.0.0.Beta1-SNAPSHOT</version>
<version>32.0.0.Beta1</version>
<packaging>war</packaging>
<name>Quickstart: ejb-timer</name>
<description>A sample Jakarta EE project demonstrating how to use EJB timer (@Schedule and @Timeout).</description>
Expand All @@ -44,10 +44,10 @@

<properties>
<!-- The versions for BOMs, Dependencies and Plugins -->
<version.server>31.0.0.Final</version.server>
<version.server>32.0.0.Beta1</version.server>
<version.bom.ee>${version.server}</version.bom.ee>
<version.pack.cloud>6.0.0.Final</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Beta3</version.plugin.wildfly>
<version.pack.cloud>7.0.0.Beta1</version.pack.cloud>
<version.plugin.wildfly>5.0.0.Beta5</version.plugin.wildfly>
</properties>

<repositories>
Expand Down
Loading

0 comments on commit 2532b77

Please sign in to comment.