Skip to content

Commit 6d49d30

Browse files
authored
Merge pull request #1030 from emmartins/r36.0.0.Final
R36.0.0.final
2 parents 71cd104 + e905f9b commit 6d49d30

File tree

128 files changed

+186
-186
lines changed

Some content is hidden

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

128 files changed

+186
-186
lines changed

batch-processing/charts/helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
build:
22
uri: https://github.com/wildfly/quickstart.git
3-
ref: main
3+
ref: 36.x
44
contextDir: batch-processing
55
deploy:
66
replicas: 1

batch-processing/pom.xml

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

3232
<artifactId>batch-processing</artifactId>
33-
<version>36.0.0.Final-SNAPSHOT</version>
33+
<version>36.0.0.Final</version>
3434
<packaging>war</packaging>
3535
<name>Quickstart: batch-processing</name>
3636
<description>Shows how to use a Chunk oriented batch processing</description>
@@ -47,7 +47,7 @@
4747
<!-- the Maven project should use the minimum Java SE version supported -->
4848
<maven.compiler.release>17</maven.compiler.release>
4949
<!-- the version for the Server -->
50-
<version.server>36.0.0.Beta1</version.server>
50+
<version.server>36.0.0.Final</version.server>
5151
<!-- the versions for BOMs, Packs and Plugins -->
5252
<version.bom.ee>${version.server}</version.bom.ee>
5353
<version.plugin.wildfly>5.1.2.Final</version.plugin.wildfly>

bmt/charts/helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
build:
22
uri: https://github.com/wildfly/quickstart.git
3-
ref: main
3+
ref: 36.x
44
contextDir: bmt
55
deploy:
66
replicas: 1

bmt/pom.xml

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

3232
<artifactId>bmt</artifactId>
33-
<version>36.0.0.Final-SNAPSHOT</version>
33+
<version>36.0.0.Final</version>
3434
<packaging>war</packaging>
3535
<name>Quickstart: bmt</name>
3636
<description>This project demonstrates how to use Bean Managed Transactions</description>
@@ -47,7 +47,7 @@
4747
<!-- the Maven project should use the minimum Java SE version supported -->
4848
<maven.compiler.release>17</maven.compiler.release>
4949
<!-- the version for the Server -->
50-
<version.server>36.0.0.Beta1</version.server>
50+
<version.server>36.0.0.Final</version.server>
5151
<!-- the versions for BOMs, Packs and Plugins -->
5252
<version.bom.ee>${version.server}</version.bom.ee>
5353
<version.plugin.wildfly>5.1.2.Final</version.plugin.wildfly>

cmt/charts/helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
build:
22
uri: https://github.com/wildfly/quickstart.git
3-
ref: main
3+
ref: 36.x
44
contextDir: cmt
55
deploy:
66
replicas: 1

cmt/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<relativePath/>
3030
</parent>
3131
<artifactId>cmt</artifactId>
32-
<version>36.0.0.Final-SNAPSHOT</version>
32+
<version>36.0.0.Final</version>
3333
<packaging>war</packaging>
3434
<name>Quickstart: cmt</name>
3535
<description>This project demonstrates how to use transactions managed by the container</description>
@@ -46,7 +46,7 @@
4646
<!-- the Maven project should use the minimum Java SE version supported -->
4747
<maven.compiler.release>17</maven.compiler.release>
4848
<!-- the version for the Server -->
49-
<version.server>36.0.0.Beta1</version.server>
49+
<version.server>36.0.0.Final</version.server>
5050
<!-- the versions for BOMs, Packs and Plugins -->
5151
<version.bom.ee>${version.server}</version.bom.ee>
5252
<version.plugin.wildfly>5.1.2.Final</version.plugin.wildfly>

dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Maintain separation between the artifact id and the version to help prevent
2626
merge conflicts between commits changing the GA and those changing the V.
2727
-->
28-
<version>36.0.0.Final-SNAPSHOT</version>
28+
<version>36.0.0.Final</version>
2929
</parent>
3030

3131
<artifactId>quickstarts-dist</artifactId>

ee-security/charts/helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
build:
22
uri: https://github.com/wildfly/quickstart.git
3-
ref: main
3+
ref: 36.x
44
contextDir: ee-security
55
deploy:
66
replicas: 1

ee-security/pom.xml

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

3232
<artifactId>ee-security</artifactId>
33-
<version>36.0.0.Final-SNAPSHOT</version>
33+
<version>36.0.0.Final</version>
3434
<packaging>war</packaging>
3535
<name>Quickstart: ee-security</name>
3636
<description>This project demonstrates using EE security</description>
@@ -47,7 +47,7 @@
4747
<!-- the Maven project should use the minimum Java SE version supported -->
4848
<maven.compiler.release>17</maven.compiler.release>
4949
<!-- the version for the Server -->
50-
<version.server>36.0.0.Beta1</version.server>
50+
<version.server>36.0.0.Final</version.server>
5151
<!-- the versions for BOMs, Packs and Plugins -->
5252
<version.bom.ee>${version.server}</version.bom.ee>
5353
<version.plugin.wildfly>5.1.2.Final</version.plugin.wildfly>

ejb-multi-server/app-main/ear/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wildfly.quickstarts</groupId>
2323
<artifactId>ejb-multi-server-app-main</artifactId>
24-
<version>36.0.0.Final-SNAPSHOT</version>
24+
<version>36.0.0.Final</version>
2525
</parent>
2626
<artifactId>ejb-multi-server-app-main-ear</artifactId>
2727
<packaging>ear</packaging>

0 commit comments

Comments
 (0)