Skip to content

Commit

Permalink
Prepare for 33.0.1.Final release
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Aug 26, 2024
1 parent 167e50b commit 5e2e3b9
Show file tree
Hide file tree
Showing 84 changed files with 84 additions and 84 deletions.
2 changes: 1 addition & 1 deletion 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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>war</packaging>
<name>Quickstart: batch-processing</name>
<description>Shows how to use a Chunk oriented batch processing</description>
Expand Down
2 changes: 1 addition & 1 deletion bmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>bmt</artifactId>
<version>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>war</packaging>
<name>Quickstart: bmt</name>
<description>This project demonstrates how to use Bean Managed Transactions</description>
Expand Down
2 changes: 1 addition & 1 deletion 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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>war</packaging>
<name>Quickstart: cmt</name>
<description>This project demonstrates how to use transactions managed by the container</description>
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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
</parent>

<artifactId>quickstarts-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>war</packaging>
<name>Quickstart: ee-security</name>
<description>This project demonstrates using EE security</description>
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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
</parent>
<artifactId>ejb-multi-server-client</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion 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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>pom</packaging>
<name>Quickstart: ejb-multi-server</name>
<description>A project that demonstrates multiple applications deployed on different servers.
Expand Down
2 changes: 1 addition & 1 deletion 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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>war</packaging>
<name>Quickstart: ejb-remote</name>
<description>This project demonstrates how to access an EJB from a remote client</description>
Expand Down
2 changes: 1 addition & 1 deletion 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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>war</packaging>
<name>Quickstart: ejb-security-context-propagation</name>
<description>This project demonstrates the security context propagation between remote EJBs</description>
Expand Down
2 changes: 1 addition & 1 deletion 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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</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 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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
</parent>
<artifactId>ejb-throws-exception-ejb</artifactId>
<packaging>ejb</packaging>
Expand Down
2 changes: 1 addition & 1 deletion 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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</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 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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
</parent>
<artifactId>ejb-throws-exception-web</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion 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>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</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 Down
2 changes: 1 addition & 1 deletion ejb-txn-remote-call/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- Temp: Trigger CI -->

<artifactId>ejb-txn-remote-call-client</artifactId>
<version>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>war</packaging>
<name>Quickstart: ejb-txn-remote-call-client</name>
<description>The project is the application to be deployed on the client server to call the second server</description>
Expand Down
2 changes: 1 addition & 1 deletion ejb-txn-remote-call/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>
<!-- Temp: Trigger CI -->
<artifactId>ejb-txn-remote-call</artifactId>
<version>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>pom</packaging>
<name>Quickstart: ejb-txn-remote-call</name>
<description>The project demonstrates how to make EJB remote calls from server to server with transaction propagation.
Expand Down
2 changes: 1 addition & 1 deletion ejb-txn-remote-call/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- Temp: Trigger CI -->

<artifactId>ejb-txn-remote-call-server</artifactId>
<version>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>war</packaging>
<name>Quickstart: ejb-txn-remote-call-server</name>
<description>The project is the application to be deployed on the second server to receive the call</description>
Expand Down
2 changes: 1 addition & 1 deletion ha-singleton-deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</parent>

<artifactId>ha-singleton-deployment</artifactId>
<version>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>war</packaging>
<name>Quickstart: HA Singleton Deployment</name>
<description>This quickstart demonstrates the recommended way to deploy any service as a cluster-wide singleton.</description>
Expand Down
2 changes: 1 addition & 1 deletion ha-singleton-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</parent>

<artifactId>ha-singleton-service</artifactId>
<version>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>war</packaging>
<name>Quickstart: HA Singleton Service</name>
<description>This quickstart demonstrates a singleton MSC service packaged in a war.</description>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>helloworld-jms</artifactId>
<version>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>jar</packaging>
<name>Quickstart: helloworld-jms</name>
<description>A Helloworld JMS external producer/consumer client</description>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-mdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>helloworld-mdb</artifactId>
<version>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>war</packaging>
<name>Quickstart: helloworld-mdb</name>
<description>This project demonstrates a hello world Message-Driven Bean with Servlet 3.0 as client</description>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-mutual-ssl-secured/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>helloworld-mutual-ssl-secured</artifactId>
<version>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>war</packaging>
<name>Quickstart: helloworld-mutual-ssl-secured</name>
<description>Securing helloworld Web app with mutual client ssl authentication and role-based access control</description>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-mutual-ssl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</properties>

<artifactId>helloworld-mutual-ssl</artifactId>
<version>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>war</packaging>
<name>Quickstart: helloworld-mutual-ssl</name>
<description>Helloworld Mutual SSL Authentication</description>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-singleton/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>helloworld-singleton</artifactId>
<version>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>war</packaging>
<name>Quickstart: helloworld-singleton</name>
<description>This project demonstrates a Hello World Singleton Session Bean with a JSF client</description>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>helloworld-ws</artifactId>
<version>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>war</packaging>
<name>Quickstart: helloworld-ws</name>
<description>This project demonstrates a Hello World JAX-WS web service</description>
Expand Down
2 changes: 1 addition & 1 deletion helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<relativePath/>
</parent>
<artifactId>helloworld</artifactId>
<version>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>war</packaging>
<name>Quickstart: helloworld</name>
<description>Helloworld</description>
Expand Down
2 changes: 1 addition & 1 deletion hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>hibernate</artifactId>
<version>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>war</packaging>
<name>Quickstart: hibernate</name>
<description>This project demonstrates how to use Hibernate ORM</description>
Expand Down
2 changes: 1 addition & 1 deletion http-custom-mechanism/custom-module/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>http-custom-mechanism</artifactId>
<version>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion http-custom-mechanism/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<artifactId>http-custom-mechanism</artifactId>
<version>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>pom</packaging>
<name>Quickstart: http-custom-mechanism</name>
<description>This project demonstrates how to implement a custom HTTP authentication mechanism</description>
Expand Down
2 changes: 1 addition & 1 deletion http-custom-mechanism/webapp/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>http-custom-mechanism</artifactId>
<version>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>http-custom-mechanism-webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<relativePath/>
</parent>
<artifactId>jaxrs-client</artifactId>
<version>33.0.1.Final-SNAPSHOT</version>
<version>33.0.1.Final</version>
<packaging>war</packaging>
<name>Quickstart: jaxrs-client</name>
<description>A JAX-RS Client API project</description>
Expand Down
Loading

0 comments on commit 5e2e3b9

Please sign in to comment.