Skip to content

Commit

Permalink
Prepare for 7.3.0.GA release
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Mar 25, 2020
1 parent 03b6e35 commit b95845c
Show file tree
Hide file tree
Showing 133 changed files with 135 additions and 165 deletions.
3 changes: 1 addition & 2 deletions README.adoc
Expand Up @@ -461,7 +461,6 @@ NOTE: Some of these quickstarts use the H2 database included with WildFly. It is
| link:helloworld-ssl/README{outfilesuffix}[helloworld-ssl]|SSL, Undertow | The `helloworld-ssl` quickstart is a basic example that demonstrates server side SSL configuration in {productName}. | Beginner | _none_
| link:helloworld-ws/README{outfilesuffix}[helloworld-ws]|JAX-WS | The `helloworld-ws` quickstart demonstrates a simple Hello World application, bundled and deployed as a WAR, that uses JAX-WS to say Hello. | Beginner | _none_
| link:hibernate/README{outfilesuffix}[hibernate]|Hibernate | The `hibernate` quickstart demonstrates how to use Hibernate ORM 5 API over JPA, using Hibernate-Core and Hibernate Bean Validation, and EJB. | Intermediate | _none_
| link:http-custom-mechanism/README{outfilesuffix}[http-custom-mechanism]|EJB, Security | The `http-custom-mechanism` quickstart demonstrates how to implement a custom HTTP authentication mechanism that can be registered with Elytron. | Intermediate | _none_
| link:inter-app/README{outfilesuffix}[inter-app]|EJB, CDI, JSF | The `inter-app` quickstart shows you how to use a shared API JAR and an EJB to provide inter-application communication between two WAR deployments. | Advanced | _none_
| link:jaxrs-client/README{outfilesuffix}[jaxrs-client]|JAX-RS | The `jaxrs-client` quickstart demonstrates JAX-RS Client API, which interacts with a JAX-RS Web service that runs on {productName}. | Beginner | _none_
| link:jaxws-addressing/README{outfilesuffix}[jaxws-addressing]|JAX-WS | The `jaxws-addressing` quickstart is a working example of the web service using WS-Addressing. | Beginner | _none_
Expand All @@ -485,7 +484,7 @@ NOTE: Some of these quickstarts use the H2 database included with WildFly. It is
| link:messaging-clustering-singleton/README{outfilesuffix}[messaging-clustering-singleton]|JMS, MDB, Clustering | The `messaging-clustering-singleton` quickstart uses a JMS topic and a queue to demonstrate clustering using {productName} messaging with MDB singleton configuration where only one node in the cluster will be active. | Advanced | _none_
| link:numberguess/README{outfilesuffix}[numberguess]|CDI, JSF | The `numberguess` quickstart demonstrates the use of CDI (Contexts and Dependency Injection) and JSF (JavaServer Faces) in {productName}. | Beginner | _none_
| link:payment-cdi-event/README{outfilesuffix}[payment-cdi-event]|CDI, JSF | The `payment-cdi-event` quickstart demonstrates how to create credit and debit CDI Events in {productName}, using a JSF front-end client. | Beginner | _none_
| link:resteasy-jaxrs-client/README{outfilesuffix}[resteasy-jaxrs-client]|JAX-RS, CDI | The `resteasy-jaxrs-client` quickstart demonstrates an external JAX-RS RestEasy client, which interacts with a JAX-RS Web service that uses CDI and JAX-RS. | Intermediate | link:helloworld-rs/README{outfilesuffix}[helloworld-rs]
| link:resteasy-jaxrs-client/README{outfilesuffix}[resteasy-jaxrs-client]|JAX-RS, CDI | The `resteasy-jaxrs-client` quickstart demonstrates an external JAX-RS RestEasy client, which interacts with a JAX-RS Web service that uses CDI and JAX-RS. | Intermediate | link:helloworld-rs/README.html[helloworld-rs]
| link:servlet-async/README{outfilesuffix}[servlet-async]|Asynchronous Servlet, CDI, EJB | The `servlet-async` quickstart demonstrates how to use asynchronous servlets to detach long-running tasks and free up the request processing thread. | Intermediate | _none_
| link:servlet-filterlistener/README{outfilesuffix}[servlet-filterlistener]|Servlet Filter, Servlet Listener | The `servlet-filterlistener` quickstart demonstrates how to use Servlet filters and listeners in an application. | Intermediate | _none_
| link:servlet-security/README{outfilesuffix}[servlet-security]|Servlet, Security | The `servlet-security` quickstart demonstrates the use of Jakarta EE declarative security to control access to Servlets and Security in {productName}. | Intermediate | _none_
Expand Down
2 changes: 1 addition & 1 deletion app-client/client-simple/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>app-client</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
</parent>
<artifactId>app-client-client-simple</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion app-client/ear/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>app-client</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
</parent>
<artifactId>app-client-ear</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion app-client/ejb/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>app-client</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
</parent>
<artifactId>app-client-ejb</artifactId>
<packaging>ejb</packaging>
Expand Down
2 changes: 1 addition & 1 deletion app-client/pom.xml
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>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>app-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion batch-processing/pom.xml
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>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bean-validation-custom-constraint/pom.xml
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>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bean-validation/pom.xml
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>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bmt/pom.xml
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>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cmt/pom.xml
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>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>cmt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion contacts-jquerymobile/functional-tests/pom.xml
Expand Up @@ -24,7 +24,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>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>contacts-jquerymobile-test-webdriver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion contacts-jquerymobile/pom.xml
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>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>contacts-jquerymobile</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
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>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ejb-asynchronous/client/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-asynchronous</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
</parent>
<artifactId>ejb-asynchronous-client</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-asynchronous/ejb/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-asynchronous</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
</parent>
<artifactId>ejb-asynchronous-ejb</artifactId>
<packaging>ejb</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-asynchronous/pom.xml
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>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ejb-asynchronous</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-in-ear/ear/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-in-ear</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
</parent>
<artifactId>ejb-in-ear-ear</artifactId>
<packaging>ear</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-in-ear/ejb/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-in-ear</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
</parent>
<artifactId>ejb-in-ear-ejb</artifactId>
<name>Quickstart: ejb-in-ear - ejb</name>
Expand Down
2 changes: 1 addition & 1 deletion ejb-in-ear/pom.xml
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>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ejb-in-ear</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-in-ear/web/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-in-ear</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
</parent>
<artifactId>ejb-in-ear-web</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-in-war/pom.xml
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>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ejb-in-war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/app-main/ear/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-multi-server-app-main</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</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
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-multi-server-app-main</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</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
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-multi-server</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</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
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-multi-server-app-main</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</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
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-multi-server-app-one</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</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
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-multi-server-app-one</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</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
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-multi-server</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</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
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-multi-server-app-two</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</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
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-multi-server-app-two</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</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
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-multi-server</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</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
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-multi-server</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</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
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-multi-server</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
</parent>
<artifactId>ejb-multi-server-client</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/pom.xml
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>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ejb-multi-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-remote/client/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-remote</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ejb-remote-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-remote/pom.xml
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>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ejb-remote</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-remote/server-side/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-remote</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ejb-remote-server-side</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-security-context-propagation/pom.xml
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>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ejb-security-context-propagation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-security-jaas/pom.xml
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>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ejb-security-jaas</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-security-programmatic-auth/pom.xml
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>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ejb-security-programmatic-auth</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-security/pom.xml
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>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ejb-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-throws-exception/ear/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-throws-exception</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</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
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.eap.quickstarts</groupId>
<artifactId>ejb-throws-exception</artifactId>
<version>7.3.0.GA-redhat-SNAPSHOT</version>
<version>7.3.0.GA</version>
</parent>
<artifactId>ejb-throws-exception-ejb-api</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit b95845c

Please sign in to comment.