Skip to content

Commit c7e6540

Browse files
authored
Merge pull request #1090 from emmartins/r38Final
R38 final
2 parents 71dd3a7 + a65d2c3 commit c7e6540

File tree

87 files changed

+166
-1073
lines changed

Some content is hidden

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

87 files changed

+166
-1073
lines changed

batch-processing/pom.xml

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

3232
<artifactId>batch-processing</artifactId>
33-
<version>38.0.0.Final-SNAPSHOT</version>
33+
<version>38.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>38.0.0.Beta1</version.server>
50+
<version.server>38.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.4.Final</version.plugin.wildfly>
@@ -306,28 +306,13 @@
306306
<id>jboss-public-maven-repository</id>
307307
<name>JBoss Public Maven Repository</name>
308308
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
309-
<releases>
310-
<enabled>true</enabled>
311-
<updatePolicy>never</updatePolicy>
312-
</releases>
313-
<snapshots>
314-
<enabled>true</enabled>
315-
<updatePolicy>never</updatePolicy>
316-
</snapshots>
317-
<layout>default</layout>
318309
</repository>
319310
</repositories>
320311
<pluginRepositories>
321312
<pluginRepository>
322313
<id>jboss-public-maven-repository</id>
323314
<name>JBoss Public Maven Repository</name>
324315
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
325-
<releases>
326-
<enabled>true</enabled>
327-
</releases>
328-
<snapshots>
329-
<enabled>true</enabled>
330-
</snapshots>
331316
</pluginRepository>
332317
</pluginRepositories>
333318
</project>

bmt/pom.xml

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

3232
<artifactId>bmt</artifactId>
33-
<version>38.0.0.Final-SNAPSHOT</version>
33+
<version>38.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>38.0.0.Beta1</version.server>
50+
<version.server>38.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.4.Final</version.plugin.wildfly>
@@ -249,28 +249,13 @@
249249
<id>jboss-public-maven-repository</id>
250250
<name>JBoss Public Maven Repository</name>
251251
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
252-
<releases>
253-
<enabled>true</enabled>
254-
<updatePolicy>never</updatePolicy>
255-
</releases>
256-
<snapshots>
257-
<enabled>true</enabled>
258-
<updatePolicy>never</updatePolicy>
259-
</snapshots>
260-
<layout>default</layout>
261252
</repository>
262253
</repositories>
263254
<pluginRepositories>
264255
<pluginRepository>
265256
<id>jboss-public-maven-repository</id>
266257
<name>JBoss Public Maven Repository</name>
267258
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
268-
<releases>
269-
<enabled>true</enabled>
270-
</releases>
271-
<snapshots>
272-
<enabled>true</enabled>
273-
</snapshots>
274259
</pluginRepository>
275260
</pluginRepositories>
276261
</project>

cmt/pom.xml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<relativePath/>
3030
</parent>
3131
<artifactId>cmt</artifactId>
32-
<version>38.0.0.Final-SNAPSHOT</version>
32+
<version>38.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>38.0.0.Beta1</version.server>
49+
<version.server>38.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.4.Final</version.plugin.wildfly>
@@ -240,28 +240,13 @@
240240
<id>jboss-public-maven-repository</id>
241241
<name>JBoss Public Maven Repository</name>
242242
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
243-
<releases>
244-
<enabled>true</enabled>
245-
<updatePolicy>never</updatePolicy>
246-
</releases>
247-
<snapshots>
248-
<enabled>true</enabled>
249-
<updatePolicy>never</updatePolicy>
250-
</snapshots>
251-
<layout>default</layout>
252243
</repository>
253244
</repositories>
254245
<pluginRepositories>
255246
<pluginRepository>
256247
<id>jboss-public-maven-repository</id>
257248
<name>JBoss Public Maven Repository</name>
258249
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
259-
<releases>
260-
<enabled>true</enabled>
261-
</releases>
262-
<snapshots>
263-
<enabled>true</enabled>
264-
</snapshots>
265250
</pluginRepository>
266251
</pluginRepositories>
267252
</project>

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>38.0.0.Final-SNAPSHOT</version>
28+
<version>38.0.0.Final</version>
2929
</parent>
3030

3131
<artifactId>quickstarts-dist</artifactId>

ee-security/pom.xml

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

3232
<artifactId>ee-security</artifactId>
33-
<version>38.0.0.Final-SNAPSHOT</version>
33+
<version>38.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>38.0.0.Beta1</version.server>
50+
<version.server>38.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.4.Final</version.plugin.wildfly>
@@ -228,28 +228,13 @@
228228
<id>jboss-public-maven-repository</id>
229229
<name>JBoss Public Maven Repository</name>
230230
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
231-
<releases>
232-
<enabled>true</enabled>
233-
<updatePolicy>never</updatePolicy>
234-
</releases>
235-
<snapshots>
236-
<enabled>true</enabled>
237-
<updatePolicy>never</updatePolicy>
238-
</snapshots>
239-
<layout>default</layout>
240231
</repository>
241232
</repositories>
242233
<pluginRepositories>
243234
<pluginRepository>
244235
<id>jboss-public-maven-repository</id>
245236
<name>JBoss Public Maven Repository</name>
246237
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
247-
<releases>
248-
<enabled>true</enabled>
249-
</releases>
250-
<snapshots>
251-
<enabled>true</enabled>
252-
</snapshots>
253238
</pluginRepository>
254239
</pluginRepositories>
255240
</project>

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>38.0.0.Final-SNAPSHOT</version>
24+
<version>38.0.0.Final</version>
2525
</parent>
2626
<artifactId>ejb-multi-server-app-main-ear</artifactId>
2727
<packaging>ear</packaging>

ejb-multi-server/app-main/ejb/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>38.0.0.Final-SNAPSHOT</version>
24+
<version>38.0.0.Final</version>
2525
</parent>
2626
<artifactId>ejb-multi-server-app-main-ejb</artifactId>
2727
<packaging>ejb</packaging>

ejb-multi-server/app-main/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</artifactId>
24-
<version>38.0.0.Final-SNAPSHOT</version>
24+
<version>38.0.0.Final</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>ejb-multi-server-app-main</artifactId>

ejb-multi-server/app-main/web/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>38.0.0.Final-SNAPSHOT</version>
24+
<version>38.0.0.Final</version>
2525
</parent>
2626
<artifactId>ejb-multi-server-app-main-web</artifactId>
2727
<packaging>war</packaging>

ejb-multi-server/app-one/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-one</artifactId>
24-
<version>38.0.0.Final-SNAPSHOT</version>
24+
<version>38.0.0.Final</version>
2525
</parent>
2626
<artifactId>ejb-multi-server-app-one-ear</artifactId>
2727
<packaging>ear</packaging>

0 commit comments

Comments
 (0)