diff --git a/batch-processing/charts/helm.yaml b/batch-processing/charts/helm.yaml index 76725f9799..8923ae15b1 100644 --- a/batch-processing/charts/helm.yaml +++ b/batch-processing/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: batch-processing deploy: replicas: 1 \ No newline at end of file diff --git a/batch-processing/pom.xml b/batch-processing/pom.xml index e5c11c62d7..1e86dcf4de 100644 --- a/batch-processing/pom.xml +++ b/batch-processing/pom.xml @@ -30,7 +30,7 @@ batch-processing - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: batch-processing Shows how to use a Chunk oriented batch processing @@ -45,7 +45,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/bmt/charts/helm.yaml b/bmt/charts/helm.yaml index de7dd19e21..33f310cf75 100644 --- a/bmt/charts/helm.yaml +++ b/bmt/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: bmt deploy: replicas: 1 \ No newline at end of file diff --git a/bmt/pom.xml b/bmt/pom.xml index 32fcd6c807..0a0892b94b 100644 --- a/bmt/pom.xml +++ b/bmt/pom.xml @@ -30,7 +30,7 @@ bmt - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: bmt This project demonstrates how to use Bean Managed Transactions @@ -45,7 +45,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/cmt/charts/helm.yaml b/cmt/charts/helm.yaml index 672ba19145..a868c5f6c8 100644 --- a/cmt/charts/helm.yaml +++ b/cmt/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: cmt deploy: replicas: 1 \ No newline at end of file diff --git a/cmt/pom.xml b/cmt/pom.xml index c4f6b86542..05630d779f 100644 --- a/cmt/pom.xml +++ b/cmt/pom.xml @@ -29,7 +29,7 @@ cmt - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: cmt This project demonstrates how to use transactions managed by the container @@ -44,7 +44,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/dist/pom.xml b/dist/pom.xml index 96592303a8..8e4108ef06 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -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. --> - 34.0.0.Beta1 + 34.0.0.Final quickstarts-dist diff --git a/ee-security/charts/helm.yaml b/ee-security/charts/helm.yaml index 4c393c54d9..05a1427d84 100644 --- a/ee-security/charts/helm.yaml +++ b/ee-security/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: ee-security deploy: replicas: 1 \ No newline at end of file diff --git a/ee-security/pom.xml b/ee-security/pom.xml index c9ad942037..24be1e218b 100644 --- a/ee-security/pom.xml +++ b/ee-security/pom.xml @@ -30,7 +30,7 @@ ee-security - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: ee-security This project demonstrates using EE security @@ -45,7 +45,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/ejb-multi-server/app-main/ear/pom.xml b/ejb-multi-server/app-main/ear/pom.xml index 85798e569c..9172d5a282 100644 --- a/ejb-multi-server/app-main/ear/pom.xml +++ b/ejb-multi-server/app-main/ear/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-main - 34.0.0.Beta1 + 34.0.0.Final ejb-multi-server-app-main-ear ear diff --git a/ejb-multi-server/app-main/ejb/pom.xml b/ejb-multi-server/app-main/ejb/pom.xml index 79d3b2153e..c44d97cec1 100644 --- a/ejb-multi-server/app-main/ejb/pom.xml +++ b/ejb-multi-server/app-main/ejb/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-main - 34.0.0.Beta1 + 34.0.0.Final ejb-multi-server-app-main-ejb ejb diff --git a/ejb-multi-server/app-main/pom.xml b/ejb-multi-server/app-main/pom.xml index 13e04753fd..0d669d95a5 100644 --- a/ejb-multi-server/app-main/pom.xml +++ b/ejb-multi-server/app-main/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server - 34.0.0.Beta1 + 34.0.0.Final ../pom.xml ejb-multi-server-app-main diff --git a/ejb-multi-server/app-main/web/pom.xml b/ejb-multi-server/app-main/web/pom.xml index fad717ac37..6a0ec58fec 100644 --- a/ejb-multi-server/app-main/web/pom.xml +++ b/ejb-multi-server/app-main/web/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-main - 34.0.0.Beta1 + 34.0.0.Final ejb-multi-server-app-main-web war diff --git a/ejb-multi-server/app-one/ear/pom.xml b/ejb-multi-server/app-one/ear/pom.xml index aa9edb8477..c711a0c305 100644 --- a/ejb-multi-server/app-one/ear/pom.xml +++ b/ejb-multi-server/app-one/ear/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-one - 34.0.0.Beta1 + 34.0.0.Final ejb-multi-server-app-one-ear ear diff --git a/ejb-multi-server/app-one/ejb/pom.xml b/ejb-multi-server/app-one/ejb/pom.xml index 7f5f8bde42..527dc60718 100644 --- a/ejb-multi-server/app-one/ejb/pom.xml +++ b/ejb-multi-server/app-one/ejb/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-one - 34.0.0.Beta1 + 34.0.0.Final ejb-multi-server-app-one-ejb ejb diff --git a/ejb-multi-server/app-one/pom.xml b/ejb-multi-server/app-one/pom.xml index e3c71b3e8f..bc99c93402 100644 --- a/ejb-multi-server/app-one/pom.xml +++ b/ejb-multi-server/app-one/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server - 34.0.0.Beta1 + 34.0.0.Final ejb-multi-server-app-one pom diff --git a/ejb-multi-server/app-two/ear/pom.xml b/ejb-multi-server/app-two/ear/pom.xml index 42be740eb5..9c1e68d272 100644 --- a/ejb-multi-server/app-two/ear/pom.xml +++ b/ejb-multi-server/app-two/ear/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-two - 34.0.0.Beta1 + 34.0.0.Final ejb-multi-server-app-two-ear ear diff --git a/ejb-multi-server/app-two/ejb/pom.xml b/ejb-multi-server/app-two/ejb/pom.xml index 41581bd137..d180ac1c86 100644 --- a/ejb-multi-server/app-two/ejb/pom.xml +++ b/ejb-multi-server/app-two/ejb/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server-app-two - 34.0.0.Beta1 + 34.0.0.Final ejb-multi-server-app-two-ejb ejb diff --git a/ejb-multi-server/app-two/pom.xml b/ejb-multi-server/app-two/pom.xml index 719eefbb4f..b1b1ca3c5c 100644 --- a/ejb-multi-server/app-two/pom.xml +++ b/ejb-multi-server/app-two/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server - 34.0.0.Beta1 + 34.0.0.Final ejb-multi-server-app-two pom diff --git a/ejb-multi-server/app-web/pom.xml b/ejb-multi-server/app-web/pom.xml index 1e80db1ba0..2c5575e91d 100644 --- a/ejb-multi-server/app-web/pom.xml +++ b/ejb-multi-server/app-web/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server - 34.0.0.Beta1 + 34.0.0.Final ejb-multi-server-app-web war diff --git a/ejb-multi-server/client/pom.xml b/ejb-multi-server/client/pom.xml index 8d2370a3ab..0da0756b48 100644 --- a/ejb-multi-server/client/pom.xml +++ b/ejb-multi-server/client/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-multi-server - 34.0.0.Beta1 + 34.0.0.Final ejb-multi-server-client jar diff --git a/ejb-multi-server/pom.xml b/ejb-multi-server/pom.xml index e5ccdc3c49..2f8a8f1bab 100644 --- a/ejb-multi-server/pom.xml +++ b/ejb-multi-server/pom.xml @@ -29,7 +29,7 @@ ejb-multi-server - 34.0.0.Beta1 + 34.0.0.Final pom Quickstart: ejb-multi-server A project that demonstrates multiple applications deployed on different servers. @@ -47,7 +47,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/ejb-remote/charts/helm.yaml b/ejb-remote/charts/helm.yaml index d0e5fcb7e9..3a5786ed65 100644 --- a/ejb-remote/charts/helm.yaml +++ b/ejb-remote/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: ejb-remote deploy: replicas: 1 \ No newline at end of file diff --git a/ejb-remote/pom.xml b/ejb-remote/pom.xml index 8f1238af9f..8a38ad7d05 100644 --- a/ejb-remote/pom.xml +++ b/ejb-remote/pom.xml @@ -29,7 +29,7 @@ ejb-remote - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: ejb-remote This project demonstrates how to access an EJB from a remote client @@ -44,7 +44,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/ejb-security-context-propagation/pom.xml b/ejb-security-context-propagation/pom.xml index 24924c0050..44ef7c5822 100644 --- a/ejb-security-context-propagation/pom.xml +++ b/ejb-security-context-propagation/pom.xml @@ -29,7 +29,7 @@ ejb-security-context-propagation - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: ejb-security-context-propagation This project demonstrates the security context propagation between remote EJBs @@ -44,7 +44,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/ejb-security-programmatic-auth/pom.xml b/ejb-security-programmatic-auth/pom.xml index 8d07d0054a..c1c1b3006e 100644 --- a/ejb-security-programmatic-auth/pom.xml +++ b/ejb-security-programmatic-auth/pom.xml @@ -29,7 +29,7 @@ ejb-security-programmatic-auth - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: ejb-security-programmatic-auth This project demonstrates how to authenticate remote clients using the programmatic API @@ -44,7 +44,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/ejb-throws-exception/ear/pom.xml b/ejb-throws-exception/ear/pom.xml index 472af2d1a7..e567e5d4b9 100644 --- a/ejb-throws-exception/ear/pom.xml +++ b/ejb-throws-exception/ear/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-throws-exception - 34.0.0.Beta1 + 34.0.0.Final ejb-throws-exception-ear ear diff --git a/ejb-throws-exception/ejb-api/pom.xml b/ejb-throws-exception/ejb-api/pom.xml index a3e0197ca7..4f1582d7ec 100644 --- a/ejb-throws-exception/ejb-api/pom.xml +++ b/ejb-throws-exception/ejb-api/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-throws-exception - 34.0.0.Beta1 + 34.0.0.Final ejb-throws-exception-ejb-api jar diff --git a/ejb-throws-exception/ejb/pom.xml b/ejb-throws-exception/ejb/pom.xml index cc4c856c4c..89f18707cf 100644 --- a/ejb-throws-exception/ejb/pom.xml +++ b/ejb-throws-exception/ejb/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-throws-exception - 34.0.0.Beta1 + 34.0.0.Final ejb-throws-exception-ejb ejb diff --git a/ejb-throws-exception/pom.xml b/ejb-throws-exception/pom.xml index b38819d2df..899023c8ac 100644 --- a/ejb-throws-exception/pom.xml +++ b/ejb-throws-exception/pom.xml @@ -29,7 +29,7 @@ ejb-throws-exception - 34.0.0.Beta1 + 34.0.0.Final pom Quickstart: ejb-throws-exception This project demonstrates how to throw an exception in an EJB and catch it in the web layer @@ -51,7 +51,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/ejb-throws-exception/web/pom.xml b/ejb-throws-exception/web/pom.xml index 821912c111..8f21b42ae6 100644 --- a/ejb-throws-exception/web/pom.xml +++ b/ejb-throws-exception/web/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts ejb-throws-exception - 34.0.0.Beta1 + 34.0.0.Final ejb-throws-exception-web war diff --git a/ejb-timer/charts/helm.yaml b/ejb-timer/charts/helm.yaml index 48509a377b..f689d86485 100644 --- a/ejb-timer/charts/helm.yaml +++ b/ejb-timer/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: ejb-timer deploy: replicas: 1 \ No newline at end of file diff --git a/ejb-timer/pom.xml b/ejb-timer/pom.xml index 09b34845eb..81acabf70e 100644 --- a/ejb-timer/pom.xml +++ b/ejb-timer/pom.xml @@ -29,7 +29,7 @@ ejb-timer - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: ejb-timer A sample Jakarta EE project demonstrating how to use EJB timer (@Schedule and @Timeout). @@ -44,7 +44,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/ejb-txn-remote-call/charts/client.yaml b/ejb-txn-remote-call/charts/client.yaml index 7d2a2ddeae..bbd2c27404 100644 --- a/ejb-txn-remote-call/charts/client.yaml +++ b/ejb-txn-remote-call/charts/client.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: ejb-txn-remote-call/client env: - name: MAVEN_ARGS_APPEND diff --git a/ejb-txn-remote-call/charts/server.yaml b/ejb-txn-remote-call/charts/server.yaml index 3873e45900..323bfc9a48 100644 --- a/ejb-txn-remote-call/charts/server.yaml +++ b/ejb-txn-remote-call/charts/server.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: ejb-txn-remote-call/server deploy: enabled: false diff --git a/ejb-txn-remote-call/client/pom.xml b/ejb-txn-remote-call/client/pom.xml index 16b0c60a82..8fec2bcc81 100644 --- a/ejb-txn-remote-call/client/pom.xml +++ b/ejb-txn-remote-call/client/pom.xml @@ -31,14 +31,14 @@ ejb-txn-remote-call-client - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: ejb-txn-remote-call-client The project is the application to be deployed on the client server to call the second server - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/ejb-txn-remote-call/pom.xml b/ejb-txn-remote-call/pom.xml index 591389ddb0..49a475d12e 100644 --- a/ejb-txn-remote-call/pom.xml +++ b/ejb-txn-remote-call/pom.xml @@ -30,7 +30,7 @@ ejb-txn-remote-call - 34.0.0.Beta1 + 34.0.0.Final pom Quickstart: ejb-txn-remote-call The project demonstrates how to make EJB remote calls from server to server with transaction propagation. diff --git a/ejb-txn-remote-call/server/pom.xml b/ejb-txn-remote-call/server/pom.xml index ca1efbc0b0..5da1aaa5d4 100644 --- a/ejb-txn-remote-call/server/pom.xml +++ b/ejb-txn-remote-call/server/pom.xml @@ -31,14 +31,14 @@ ejb-txn-remote-call-server - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: ejb-txn-remote-call-server The project is the application to be deployed on the second server to receive the call - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 7.0.0.Final diff --git a/ha-singleton-deployment/pom.xml b/ha-singleton-deployment/pom.xml index 4daf211dc3..7a38731ba8 100644 --- a/ha-singleton-deployment/pom.xml +++ b/ha-singleton-deployment/pom.xml @@ -36,7 +36,7 @@ ha-singleton-deployment - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: HA Singleton Deployment This quickstart demonstrates the recommended way to deploy any service as a cluster-wide singleton. @@ -51,7 +51,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 7.0.0.Final diff --git a/ha-singleton-service/pom.xml b/ha-singleton-service/pom.xml index b31d89ac40..233c184520 100644 --- a/ha-singleton-service/pom.xml +++ b/ha-singleton-service/pom.xml @@ -31,7 +31,7 @@ ha-singleton-service - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: HA Singleton Service This quickstart demonstrates a singleton MSC service packaged in a war. @@ -46,7 +46,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 7.0.0.Final diff --git a/helloworld-jms/pom.xml b/helloworld-jms/pom.xml index a9fbf32762..40804dc720 100644 --- a/helloworld-jms/pom.xml +++ b/helloworld-jms/pom.xml @@ -29,7 +29,7 @@ helloworld-jms - 34.0.0.Beta1 + 34.0.0.Final jar Quickstart: helloworld-jms A Helloworld JMS external producer/consumer client @@ -44,10 +44,10 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} - 7.0.1.Final + 7.0.2.Final 5.0.0.Final 5.10.0 diff --git a/helloworld-mdb/charts/helm.yaml b/helloworld-mdb/charts/helm.yaml index ac3cf2bd19..329c640787 100644 --- a/helloworld-mdb/charts/helm.yaml +++ b/helloworld-mdb/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: helloworld-mdb deploy: replicas: 2 \ No newline at end of file diff --git a/helloworld-mdb/pom.xml b/helloworld-mdb/pom.xml index 431cdd2f64..fafeda101c 100644 --- a/helloworld-mdb/pom.xml +++ b/helloworld-mdb/pom.xml @@ -30,7 +30,7 @@ helloworld-mdb - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: helloworld-mdb This project demonstrates a hello world Message-Driven Bean with Servlet 3.0 as client @@ -45,7 +45,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/helloworld-mutual-ssl-secured/pom.xml b/helloworld-mutual-ssl-secured/pom.xml index 8a52e2d93d..3743406bd5 100644 --- a/helloworld-mutual-ssl-secured/pom.xml +++ b/helloworld-mutual-ssl-secured/pom.xml @@ -30,7 +30,7 @@ helloworld-mutual-ssl-secured - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: helloworld-mutual-ssl-secured Securing helloworld Web app with mutual client ssl authentication and role-based access control @@ -45,7 +45,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 7.0.0.Final diff --git a/helloworld-mutual-ssl/pom.xml b/helloworld-mutual-ssl/pom.xml index 0463cac184..51b03930e6 100644 --- a/helloworld-mutual-ssl/pom.xml +++ b/helloworld-mutual-ssl/pom.xml @@ -32,7 +32,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 7.0.0.Final @@ -40,7 +40,7 @@ helloworld-mutual-ssl - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: helloworld-mutual-ssl Helloworld Mutual SSL Authentication diff --git a/helloworld-singleton/charts/helm.yaml b/helloworld-singleton/charts/helm.yaml index c3dda38fcd..16ff7fb8c1 100644 --- a/helloworld-singleton/charts/helm.yaml +++ b/helloworld-singleton/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: helloworld-singleton deploy: replicas: 1 \ No newline at end of file diff --git a/helloworld-singleton/pom.xml b/helloworld-singleton/pom.xml index 4e933d1604..c4f5af380d 100644 --- a/helloworld-singleton/pom.xml +++ b/helloworld-singleton/pom.xml @@ -30,7 +30,7 @@ helloworld-singleton - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: helloworld-singleton This project demonstrates a Hello World Singleton Session Bean with a JSF client @@ -45,7 +45,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/helloworld-ws/charts/helm.yaml b/helloworld-ws/charts/helm.yaml index 86e1ccf577..b587fd4787 100644 --- a/helloworld-ws/charts/helm.yaml +++ b/helloworld-ws/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: helloworld-ws deploy: replicas: 1 \ No newline at end of file diff --git a/helloworld-ws/pom.xml b/helloworld-ws/pom.xml index ddbe62e716..519b5d5b30 100644 --- a/helloworld-ws/pom.xml +++ b/helloworld-ws/pom.xml @@ -29,7 +29,7 @@ helloworld-ws - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: helloworld-ws This project demonstrates a Hello World JAX-WS web service @@ -44,7 +44,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/helloworld/charts/helm.yaml b/helloworld/charts/helm.yaml index cf70083673..ce3cb0a5c2 100644 --- a/helloworld/charts/helm.yaml +++ b/helloworld/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: helloworld deploy: replicas: 1 \ No newline at end of file diff --git a/helloworld/pom.xml b/helloworld/pom.xml index 51a38e0910..b432f918c1 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -29,7 +29,7 @@ helloworld - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: helloworld Helloworld @@ -44,7 +44,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/hibernate/charts/helm.yaml b/hibernate/charts/helm.yaml index fa78d17df7..8ea3d29b40 100644 --- a/hibernate/charts/helm.yaml +++ b/hibernate/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: hibernate deploy: replicas: 1 \ No newline at end of file diff --git a/hibernate/pom.xml b/hibernate/pom.xml index 0af9872428..722b154909 100644 --- a/hibernate/pom.xml +++ b/hibernate/pom.xml @@ -30,7 +30,7 @@ hibernate - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: hibernate This project demonstrates how to use Hibernate ORM @@ -45,7 +45,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/http-custom-mechanism/custom-module/pom.xml b/http-custom-mechanism/custom-module/pom.xml index 4aac60e323..837053ada6 100644 --- a/http-custom-mechanism/custom-module/pom.xml +++ b/http-custom-mechanism/custom-module/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts http-custom-mechanism - 34.0.0.Beta1 + 34.0.0.Final ../pom.xml diff --git a/http-custom-mechanism/pom.xml b/http-custom-mechanism/pom.xml index 9ba2110873..e2b789bd10 100644 --- a/http-custom-mechanism/pom.xml +++ b/http-custom-mechanism/pom.xml @@ -30,7 +30,7 @@ http-custom-mechanism - 34.0.0.Beta1 + 34.0.0.Final pom Quickstart: http-custom-mechanism This project demonstrates how to implement a custom HTTP authentication mechanism @@ -50,7 +50,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/http-custom-mechanism/webapp/pom.xml b/http-custom-mechanism/webapp/pom.xml index b6d4522496..cbde6605aa 100644 --- a/http-custom-mechanism/webapp/pom.xml +++ b/http-custom-mechanism/webapp/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts http-custom-mechanism - 34.0.0.Beta1 + 34.0.0.Final ../pom.xml http-custom-mechanism-webapp diff --git a/jaxrs-client/charts/helm.yaml b/jaxrs-client/charts/helm.yaml index 3e17b4ab5f..4a37c4646e 100644 --- a/jaxrs-client/charts/helm.yaml +++ b/jaxrs-client/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: jaxrs-client deploy: replicas: 1 \ No newline at end of file diff --git a/jaxrs-client/pom.xml b/jaxrs-client/pom.xml index 93bd9082a4..8840ed49da 100644 --- a/jaxrs-client/pom.xml +++ b/jaxrs-client/pom.xml @@ -30,7 +30,7 @@ jaxrs-client - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: jaxrs-client A JAX-RS Client API project @@ -45,7 +45,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/jaxrs-jwt/charts/helm.yaml b/jaxrs-jwt/charts/helm.yaml index d9c4d656db..a1f84fb24a 100644 --- a/jaxrs-jwt/charts/helm.yaml +++ b/jaxrs-jwt/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: jaxrs-jwt deploy: replicas: 1 \ No newline at end of file diff --git a/jaxrs-jwt/pom.xml b/jaxrs-jwt/pom.xml index 7cafda4b90..d29f93b918 100644 --- a/jaxrs-jwt/pom.xml +++ b/jaxrs-jwt/pom.xml @@ -29,7 +29,7 @@ jaxrs-jwt - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: jaxrs-jwt JWT authentication using Elytron @@ -44,7 +44,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/jaxws-ejb/charts/helm.yaml b/jaxws-ejb/charts/helm.yaml index fb4da91070..366986104e 100644 --- a/jaxws-ejb/charts/helm.yaml +++ b/jaxws-ejb/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: jaxws-ejb deploy: replicas: 1 \ No newline at end of file diff --git a/jaxws-ejb/pom.xml b/jaxws-ejb/pom.xml index 8de00dba3c..df3f468950 100644 --- a/jaxws-ejb/pom.xml +++ b/jaxws-ejb/pom.xml @@ -29,7 +29,7 @@ jaxws-ejb - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: jaxws-ejb This project is a working example of a JAX-WS web service EJB endpoint @@ -44,7 +44,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/jaxws-retail/charts/helm.yaml b/jaxws-retail/charts/helm.yaml index 110f339a2d..41b934add0 100644 --- a/jaxws-retail/charts/helm.yaml +++ b/jaxws-retail/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: jaxws-retail deploy: replicas: 1 \ No newline at end of file diff --git a/jaxws-retail/pom.xml b/jaxws-retail/pom.xml index 9f40eeafbe..0bb1140dfe 100644 --- a/jaxws-retail/pom.xml +++ b/jaxws-retail/pom.xml @@ -43,7 +43,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/jsonp/charts/helm.yaml b/jsonp/charts/helm.yaml index ff181f49c8..baf55edcf8 100644 --- a/jsonp/charts/helm.yaml +++ b/jsonp/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: jsonp deploy: replicas: 1 \ No newline at end of file diff --git a/jsonp/pom.xml b/jsonp/pom.xml index 7be41fd399..008b2f7c8c 100644 --- a/jsonp/pom.xml +++ b/jsonp/pom.xml @@ -29,7 +29,7 @@ jsonp - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: jsonp A starter Jakarta EE webapp project for use on JBoss EAP @@ -44,7 +44,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/jta-crash-rec/pom.xml b/jta-crash-rec/pom.xml index 98a03a1645..1a04232738 100644 --- a/jta-crash-rec/pom.xml +++ b/jta-crash-rec/pom.xml @@ -29,7 +29,7 @@ jta-crash-rec - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: jta-crash-rec This project demonstrates JTA crash recovery @@ -44,7 +44,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} diff --git a/jts/application-component-1/pom.xml b/jts/application-component-1/pom.xml index 1c475843c6..f9ea9251a3 100644 --- a/jts/application-component-1/pom.xml +++ b/jts/application-component-1/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts jts - 34.0.0.Beta1 + 34.0.0.Final jts-application-component-1 war diff --git a/jts/application-component-2/pom.xml b/jts/application-component-2/pom.xml index 19e2c9c592..520149c329 100644 --- a/jts/application-component-2/pom.xml +++ b/jts/application-component-2/pom.xml @@ -21,7 +21,7 @@ org.wildfly.quickstarts jts - 34.0.0.Beta1 + 34.0.0.Final jts-application-component-2 Quickstart: jts - application-component-2 diff --git a/jts/pom.xml b/jts/pom.xml index 89c42429fd..3baa36238d 100644 --- a/jts/pom.xml +++ b/jts/pom.xml @@ -30,7 +30,7 @@ jts - 34.0.0.Beta1 + 34.0.0.Final pom Quickstart: jts A project that demonstrates how to use CMT with JTS @@ -52,7 +52,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/kitchensink/charts/helm.yaml b/kitchensink/charts/helm.yaml index 07593d4f85..23c8ff8034 100644 --- a/kitchensink/charts/helm.yaml +++ b/kitchensink/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: kitchensink deploy: replicas: 1 \ No newline at end of file diff --git a/kitchensink/pom.xml b/kitchensink/pom.xml index 01042403aa..5c0d9abeea 100644 --- a/kitchensink/pom.xml +++ b/kitchensink/pom.xml @@ -29,7 +29,7 @@ kitchensink - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: kitchensink A starter Jakarta EE web application project for use in JBoss EAP @@ -44,7 +44,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/logging/pom.xml b/logging/pom.xml index 854d7d1b30..82dc627c5f 100644 --- a/logging/pom.xml +++ b/logging/pom.xml @@ -29,7 +29,7 @@ jboss-logging - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: logging This project demonstrates logging in JBoss EAP @@ -44,7 +44,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/logging/src/charts/helm.yaml b/logging/src/charts/helm.yaml index 80efbd5db8..4c59489761 100644 --- a/logging/src/charts/helm.yaml +++ b/logging/src/charts/helm.yaml @@ -3,7 +3,7 @@ build: <<<<<<< HEAD ref: 31.x-glow-preview ======= - ref: main + ref: 34.x >>>>>>> upstream/main contextDir: logging deploy: diff --git a/mail/pom.xml b/mail/pom.xml index 43888cec7f..47d4125c58 100644 --- a/mail/pom.xml +++ b/mail/pom.xml @@ -30,7 +30,7 @@ mail - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: mail This project demonstrates how to send mail @@ -45,7 +45,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/messaging-clustering-singleton/pom.xml b/messaging-clustering-singleton/pom.xml index 08078aae59..49994868c1 100644 --- a/messaging-clustering-singleton/pom.xml +++ b/messaging-clustering-singleton/pom.xml @@ -29,7 +29,7 @@ messaging-clustering-singleton - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: messaging-clustering-singleton This project demonstrates a hello world Message-Driven Bean with Servlet 3.0 as client @@ -44,7 +44,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/micrometer/charts/helm.yaml b/micrometer/charts/helm.yaml index c0bbbce795..a10492a557 100644 --- a/micrometer/charts/helm.yaml +++ b/micrometer/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: micrometer deploy: replicas: 1 diff --git a/micrometer/pom.xml b/micrometer/pom.xml index 33b160c436..871912ffbd 100644 --- a/micrometer/pom.xml +++ b/micrometer/pom.xml @@ -15,14 +15,14 @@ micrometer - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: micrometer - 34.0.0.Beta1 + 34.0.0.Final ${version.server} ${version.server} diff --git a/microprofile-config/charts/helm.yaml b/microprofile-config/charts/helm.yaml index c32c42525c..28550c561a 100644 --- a/microprofile-config/charts/helm.yaml +++ b/microprofile-config/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: microprofile-config deploy: replicas: 1 \ No newline at end of file diff --git a/microprofile-config/pom.xml b/microprofile-config/pom.xml index 26dd44c82a..66feb5c288 100644 --- a/microprofile-config/pom.xml +++ b/microprofile-config/pom.xml @@ -13,14 +13,14 @@ microprofile-config - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: microprofile-config - 34.0.0.Beta1 + 34.0.0.Final ${version.server} ${version.server} diff --git a/microprofile-fault-tolerance/charts/helm.yaml b/microprofile-fault-tolerance/charts/helm.yaml index 88695c5b84..422eb6fae3 100644 --- a/microprofile-fault-tolerance/charts/helm.yaml +++ b/microprofile-fault-tolerance/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: microprofile-fault-tolerance deploy: replicas: 1 diff --git a/microprofile-fault-tolerance/pom.xml b/microprofile-fault-tolerance/pom.xml index 689cdeebec..1f503208dd 100644 --- a/microprofile-fault-tolerance/pom.xml +++ b/microprofile-fault-tolerance/pom.xml @@ -30,7 +30,7 @@ microprofile-fault-tolerance - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: microprofile-fault-tolerance @@ -53,7 +53,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} ${version.server} diff --git a/microprofile-health/charts/helm.yaml b/microprofile-health/charts/helm.yaml index a925c5de44..b9b5cbe83c 100644 --- a/microprofile-health/charts/helm.yaml +++ b/microprofile-health/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: microprofile-health deploy: replicas: 1 \ No newline at end of file diff --git a/microprofile-health/pom.xml b/microprofile-health/pom.xml index 76502bf9ad..4466b04889 100644 --- a/microprofile-health/pom.xml +++ b/microprofile-health/pom.xml @@ -13,13 +13,13 @@ microprofile-health - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: microprofile-health - 34.0.0.Beta1 + 34.0.0.Final ${version.server} ${version.server} diff --git a/microprofile-jwt/charts/helm.yaml b/microprofile-jwt/charts/helm.yaml index 515e907085..a2add07a84 100644 --- a/microprofile-jwt/charts/helm.yaml +++ b/microprofile-jwt/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: microprofile-jwt deploy: replicas: 1 \ No newline at end of file diff --git a/microprofile-jwt/pom.xml b/microprofile-jwt/pom.xml index 8800de15c2..3e461280eb 100644 --- a/microprofile-jwt/pom.xml +++ b/microprofile-jwt/pom.xml @@ -29,7 +29,7 @@ microprofile-jwt - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: microprofile-jwt Example project making use of MicroProfile JWT @@ -44,7 +44,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} ${version.server} diff --git a/microprofile-lra/charts/helm.yaml b/microprofile-lra/charts/helm.yaml index 67598c049f..3e312dc272 100644 --- a/microprofile-lra/charts/helm.yaml +++ b/microprofile-lra/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: microprofile-lra deploy: replicas: 1 diff --git a/microprofile-lra/pom.xml b/microprofile-lra/pom.xml index 342a6b44f5..00d116cabc 100644 --- a/microprofile-lra/pom.xml +++ b/microprofile-lra/pom.xml @@ -13,13 +13,13 @@ microprofile-lra - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: microprofile-lra - 34.0.0.Beta1 + 34.0.0.Final ${version.server} ${version.server} diff --git a/microprofile-openapi/charts/helm.yaml b/microprofile-openapi/charts/helm.yaml index e539344a2f..02c4c58c5c 100644 --- a/microprofile-openapi/charts/helm.yaml +++ b/microprofile-openapi/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: microprofile-openapi deploy: replicas: 1 \ No newline at end of file diff --git a/microprofile-openapi/pom.xml b/microprofile-openapi/pom.xml index fa8a7c101d..9761aeb98c 100644 --- a/microprofile-openapi/pom.xml +++ b/microprofile-openapi/pom.xml @@ -14,14 +14,14 @@ microprofile-openapi - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: microprofile-openapi - 34.0.0.Beta1 + 34.0.0.Final ${version.server} ${version.server} diff --git a/microprofile-reactive-messaging-kafka/charts/helm.yaml b/microprofile-reactive-messaging-kafka/charts/helm.yaml index cdb2ecd76e..927f8bf5ed 100644 --- a/microprofile-reactive-messaging-kafka/charts/helm.yaml +++ b/microprofile-reactive-messaging-kafka/charts/helm.yaml @@ -2,7 +2,7 @@ # Will need a diff commit in the upstream-to-product repository build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: microprofile-reactive-messaging-kafka deploy: replicas: 1 diff --git a/microprofile-reactive-messaging-kafka/pom.xml b/microprofile-reactive-messaging-kafka/pom.xml index e1a3c1313c..e91a81941e 100644 --- a/microprofile-reactive-messaging-kafka/pom.xml +++ b/microprofile-reactive-messaging-kafka/pom.xml @@ -29,14 +29,14 @@ microprofile-reactive-messaging-kafka - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: microprofile-reactive-messaging-kafka - 34.0.0.Beta1 + 34.0.0.Final ${version.server} ${version.server} diff --git a/microprofile-rest-client/charts/helm.yaml b/microprofile-rest-client/charts/helm.yaml index 16a15af18f..bdd64bbff1 100644 --- a/microprofile-rest-client/charts/helm.yaml +++ b/microprofile-rest-client/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: microprofile-rest-client deploy: replicas: 1 \ No newline at end of file diff --git a/microprofile-rest-client/pom.xml b/microprofile-rest-client/pom.xml index 2b54cc3b32..7a1a3e34a5 100644 --- a/microprofile-rest-client/pom.xml +++ b/microprofile-rest-client/pom.xml @@ -28,7 +28,7 @@ microprofile-rest-client - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: microprofile-rest-client @@ -42,7 +42,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} ${version.server} diff --git a/numberguess/charts/helm.yaml b/numberguess/charts/helm.yaml index 716217e700..d7ad0c4460 100644 --- a/numberguess/charts/helm.yaml +++ b/numberguess/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: numberguess deploy: replicas: 1 \ No newline at end of file diff --git a/numberguess/pom.xml b/numberguess/pom.xml index 62da446dba..13f23221d1 100644 --- a/numberguess/pom.xml +++ b/numberguess/pom.xml @@ -29,7 +29,7 @@ numberguess - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: numberguess The numberguess project demonstrates the use of CDI and JSF in JBoss EAP @@ -44,7 +44,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/opentelemetry-tracing/charts/helm.yaml b/opentelemetry-tracing/charts/helm.yaml index 489caf0c20..174573c762 100644 --- a/opentelemetry-tracing/charts/helm.yaml +++ b/opentelemetry-tracing/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: opentelemetry-tracing deploy: replicas: 1 diff --git a/opentelemetry-tracing/pom.xml b/opentelemetry-tracing/pom.xml index 875e48f580..729607f19f 100644 --- a/opentelemetry-tracing/pom.xml +++ b/opentelemetry-tracing/pom.xml @@ -13,14 +13,14 @@ opentelemetry-tracing - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: opentelemetry-tracing - 34.0.0.Beta1 + 34.0.0.Final ${version.server} ${version.server} diff --git a/pom.xml b/pom.xml index 23022489d0..48e6959d0a 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,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. --> - 34.0.0.Beta1 + 34.0.0.Final pom diff --git a/remote-helloworld-mdb/charts/helm.yaml b/remote-helloworld-mdb/charts/helm.yaml index ee322eddb0..76d6eec9e7 100644 --- a/remote-helloworld-mdb/charts/helm.yaml +++ b/remote-helloworld-mdb/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: remote-helloworld-mdb deploy: replicas: 1 diff --git a/remote-helloworld-mdb/pom.xml b/remote-helloworld-mdb/pom.xml index d795c5aa14..7bf0b8d49e 100644 --- a/remote-helloworld-mdb/pom.xml +++ b/remote-helloworld-mdb/pom.xml @@ -30,7 +30,7 @@ remote-helloworld-mdb - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: remote-helloworld-mdb This project demonstrates a hello world Message-Driven Bean with Servlet 6.0 as client to a remote Artemis instance @@ -45,7 +45,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/security-domain-to-domain/ear/pom.xml b/security-domain-to-domain/ear/pom.xml index db628d454d..974d09ead6 100644 --- a/security-domain-to-domain/ear/pom.xml +++ b/security-domain-to-domain/ear/pom.xml @@ -26,7 +26,7 @@ org.wildfly.quickstarts security-domain-to-domain - 34.0.0.Beta1 + 34.0.0.Final security-domain-to-domain-ear ear diff --git a/security-domain-to-domain/ejb/pom.xml b/security-domain-to-domain/ejb/pom.xml index 146dc4c02e..84ea81f502 100644 --- a/security-domain-to-domain/ejb/pom.xml +++ b/security-domain-to-domain/ejb/pom.xml @@ -26,7 +26,7 @@ org.wildfly.quickstarts security-domain-to-domain - 34.0.0.Beta1 + 34.0.0.Final security-domain-to-domain-ejb Quickstart: security-domain-to-domain - ejb diff --git a/security-domain-to-domain/pom.xml b/security-domain-to-domain/pom.xml index fab63a5328..4ed8bd72ba 100644 --- a/security-domain-to-domain/pom.xml +++ b/security-domain-to-domain/pom.xml @@ -30,7 +30,7 @@ security-domain-to-domain - 34.0.0.Beta1 + 34.0.0.Final pom Quickstart: security-domain-to-domain This project demonstrates identity propagation between different security domains @@ -52,7 +52,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 7.0.0.Final diff --git a/security-domain-to-domain/test/pom.xml b/security-domain-to-domain/test/pom.xml index d444ce94fd..8afe81a237 100644 --- a/security-domain-to-domain/test/pom.xml +++ b/security-domain-to-domain/test/pom.xml @@ -26,7 +26,7 @@ org.wildfly.quickstarts security-domain-to-domain - 34.0.0.Beta1 + 34.0.0.Final security-domain-to-domain-test diff --git a/security-domain-to-domain/web/pom.xml b/security-domain-to-domain/web/pom.xml index 288ded1054..9b451f0681 100644 --- a/security-domain-to-domain/web/pom.xml +++ b/security-domain-to-domain/web/pom.xml @@ -26,7 +26,7 @@ org.wildfly.quickstarts security-domain-to-domain - 34.0.0.Beta1 + 34.0.0.Final ../pom.xml security-domain-to-domain-web diff --git a/servlet-async/charts/helm.yaml b/servlet-async/charts/helm.yaml index 7aac2f622d..b653c33708 100644 --- a/servlet-async/charts/helm.yaml +++ b/servlet-async/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: servlet-async deploy: replicas: 2 \ No newline at end of file diff --git a/servlet-async/pom.xml b/servlet-async/pom.xml index cfc6c95daa..72edce25ec 100644 --- a/servlet-async/pom.xml +++ b/servlet-async/pom.xml @@ -30,7 +30,7 @@ servlet-async - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: servlet-async This project demonstrates an asynchronous Servlet @@ -45,7 +45,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/servlet-filterlistener/charts/helm.yaml b/servlet-filterlistener/charts/helm.yaml index dca2e1b81e..e88ea90ec6 100644 --- a/servlet-filterlistener/charts/helm.yaml +++ b/servlet-filterlistener/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: servlet-filterlistener deploy: replicas: 2 \ No newline at end of file diff --git a/servlet-filterlistener/pom.xml b/servlet-filterlistener/pom.xml index 47981345d5..99513dfbde 100644 --- a/servlet-filterlistener/pom.xml +++ b/servlet-filterlistener/pom.xml @@ -30,7 +30,7 @@ servlet-filterlistener - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: servlet-filterlistener This project demonstrates a Servlet Filter and Listener @@ -45,7 +45,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/servlet-security/charts/helm.yaml b/servlet-security/charts/helm.yaml index 6d710d083a..9884ef1736 100644 --- a/servlet-security/charts/helm.yaml +++ b/servlet-security/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: servlet-security deploy: replicas: 1 diff --git a/servlet-security/pom.xml b/servlet-security/pom.xml index 88ba355871..f6f727fc79 100644 --- a/servlet-security/pom.xml +++ b/servlet-security/pom.xml @@ -30,7 +30,7 @@ servlet-security - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: servlet-security This project demonstrates servlet security in JBoss EAP @@ -45,7 +45,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/shared-doc/attributes.adoc b/shared-doc/attributes.adoc index 1a71068efa..a6389db643 100644 --- a/shared-doc/attributes.adoc +++ b/shared-doc/attributes.adoc @@ -62,7 +62,7 @@ ifndef::ProductRelease,EAPXPRelease[] :productImageVersion: 34.0 :githubRepoUrl: https://github.com/wildfly/quickstart/ :githubRepoCodeUrl: https://github.com/wildfly/quickstart.git -:WildFlyQuickStartRepoTag: 34.0.0.Beta1 +:WildFlyQuickStartRepoTag: 34.0.0.Final :DocInfoProductName: Red Hat JBoss Enterprise Application Platform :DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform :DocInfoProductNumber: 8.0 diff --git a/spring-resteasy/charts/helm.yaml b/spring-resteasy/charts/helm.yaml index 4d1d940e24..b5ee967d47 100644 --- a/spring-resteasy/charts/helm.yaml +++ b/spring-resteasy/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: spring-resteasy deploy: replicas: 1 \ No newline at end of file diff --git a/spring-resteasy/pom.xml b/spring-resteasy/pom.xml index 93f027a933..af0552fe82 100644 --- a/spring-resteasy/pom.xml +++ b/spring-resteasy/pom.xml @@ -30,7 +30,7 @@ spring-resteasy - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: spring-resteasy This project demonstrates Spring with a JAX-RS RestEasy client @@ -49,7 +49,7 @@ 17 - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/tasks-jsf/charts/helm.yaml b/tasks-jsf/charts/helm.yaml index ae14e27a5c..8d30799c9e 100644 --- a/tasks-jsf/charts/helm.yaml +++ b/tasks-jsf/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: tasks-jsf deploy: replicas: 1 \ No newline at end of file diff --git a/tasks-jsf/pom.xml b/tasks-jsf/pom.xml index 031b449c41..4391c237d5 100644 --- a/tasks-jsf/pom.xml +++ b/tasks-jsf/pom.xml @@ -30,7 +30,7 @@ tasks-jsf - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: tasks-jsf This project demonstrates how to use JPA persistence to manage tasks with JSF as view layer @@ -44,7 +44,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 7.0.0.Final diff --git a/temperature-converter/charts/helm.yaml b/temperature-converter/charts/helm.yaml index 629e4ca523..6cbc340fa1 100644 --- a/temperature-converter/charts/helm.yaml +++ b/temperature-converter/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: temperature-converter deploy: replicas: 1 \ No newline at end of file diff --git a/temperature-converter/pom.xml b/temperature-converter/pom.xml index 154f38a69c..878e971cfe 100644 --- a/temperature-converter/pom.xml +++ b/temperature-converter/pom.xml @@ -30,7 +30,7 @@ temperature-converter - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: temperature-converter This project is a temperature converter. Given Celsius return Fahrenheit; Given Fahrenheit return Celsius @@ -45,7 +45,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/thread-racing/charts/helm.yaml b/thread-racing/charts/helm.yaml index 4ed9f36167..a2cab7b010 100644 --- a/thread-racing/charts/helm.yaml +++ b/thread-racing/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: thread-racing deploy: replicas: 1 \ No newline at end of file diff --git a/thread-racing/pom.xml b/thread-racing/pom.xml index d245c3eb5a..ba9a207f59 100644 --- a/thread-racing/pom.xml +++ b/thread-racing/pom.xml @@ -30,7 +30,7 @@ thread-racing - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: thread-racing A web application that triggers a thread race to complete Jakarta EE related tasks @@ -45,7 +45,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/todo-backend/charts/values.yaml b/todo-backend/charts/values.yaml index 84b1697f16..6757854ac8 100644 --- a/todo-backend/charts/values.yaml +++ b/todo-backend/charts/values.yaml @@ -21,7 +21,7 @@ postgresql: wildfly: build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: todo-backend deploy: replicas: 1 diff --git a/todo-backend/pom.xml b/todo-backend/pom.xml index 9e43695191..3deaabe4f6 100644 --- a/todo-backend/pom.xml +++ b/todo-backend/pom.xml @@ -30,7 +30,7 @@ todo-backend - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: todo-backend This project demonstrates how to implement a Todo-Backend application to manage ToDos @@ -45,7 +45,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/websocket-endpoint/charts/helm.yaml b/websocket-endpoint/charts/helm.yaml index 98d316c0d0..6d8c942c6f 100644 --- a/websocket-endpoint/charts/helm.yaml +++ b/websocket-endpoint/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: websocket-endpoint deploy: replicas: 2 \ No newline at end of file diff --git a/websocket-endpoint/pom.xml b/websocket-endpoint/pom.xml index 0615ab5601..f92ba34f79 100644 --- a/websocket-endpoint/pom.xml +++ b/websocket-endpoint/pom.xml @@ -30,7 +30,7 @@ websocket-endpoint - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: websocket-endpoint This project demonstrates how to use a WebSocket Endppoint @@ -45,7 +45,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final diff --git a/websocket-hello/charts/helm.yaml b/websocket-hello/charts/helm.yaml index f15b8656c7..b067d52f5d 100644 --- a/websocket-hello/charts/helm.yaml +++ b/websocket-hello/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: main + ref: 34.x contextDir: websocket-hello deploy: replicas: 2 \ No newline at end of file diff --git a/websocket-hello/pom.xml b/websocket-hello/pom.xml index a4f954ea80..65da667a0c 100644 --- a/websocket-hello/pom.xml +++ b/websocket-hello/pom.xml @@ -30,7 +30,7 @@ websocket-hello - 34.0.0.Beta1 + 34.0.0.Final war Quickstart: websocket-hello This project demonstrates a simple Hello WebSocket application @@ -45,7 +45,7 @@ - 34.0.0.Beta1 + 34.0.0.Final ${version.server} 5.0.0.Final