Skip to content

Commit

Permalink
Prepare for 29.0.0.Final release
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Jul 26, 2023
1 parent 179b427 commit 4c8ccc1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>org.wildfly.archetype</groupId>
<artifactId>wildfly-archetypes</artifactId>
<version>29.0.0.Final-SNAPSHOT</version>
<version>29.0.0.Final</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion wildfly-jakartaee-ear-archetype/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ It will be installed to your local maven repository at "%USERHOME%/.m2/repositor
==== Create project from archetype
To create a new project from this archetype, use this maven command (replace dummy values for "groupId", "artifactId" and "version" with correct values):
----
$ mvn archetype:generate -DgroupId=my.project.org -DartifactId=sample-jakartaee-ear-archetype -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.wildfly.archetype -DarchetypeArtifactId=wildfly-jakartaee-ear-archetype -DarchetypeVersion=29.0.0.Final-SNAPSHOT
$ mvn archetype:generate -DgroupId=my.project.org -DartifactId=sample-jakartaee-ear-archetype -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.wildfly.archetype -DarchetypeArtifactId=wildfly-jakartaee-ear-archetype -DarchetypeVersion=29.0.0.Final
----

[[testing]]
Expand Down
2 changes: 1 addition & 1 deletion wildfly-jakartaee-ear-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.wildfly.archetype</groupId>
<artifactId>wildfly-jakartaee-ear-archetype</artifactId>
<version>29.0.0.Final-SNAPSHOT</version>
<version>29.0.0.Final</version>
<packaging>maven-archetype</packaging>

<name>WildFly Archetypes: Jakarta EE EAR Webapp</name>
Expand Down
2 changes: 1 addition & 1 deletion wildfly-jakartaee-webapp-archetype/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ It will be installed to your local maven repository at "%USERHOME%/.m2/repositor
==== Create project from archetype
To create a new project from this archetype, use this maven command (replace dummy values for "groupId", "artifactId" and "version" with correct values):
----
$ mvn archetype:generate -DgroupId=my.project.org -DartifactId=sampleproject -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.wildfly.archetype -DarchetypeArtifactId=wildfly-jakartaee-webapp-archetype -DarchetypeVersion=29.0.0.Final-SNAPSHOT
$ mvn archetype:generate -DgroupId=my.project.org -DartifactId=sampleproject -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.wildfly.archetype -DarchetypeArtifactId=wildfly-jakartaee-webapp-archetype -DarchetypeVersion=29.0.0.Final
----

[[testing]]
Expand Down
2 changes: 1 addition & 1 deletion wildfly-jakartaee-webapp-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.wildfly.archetype</groupId>
<artifactId>wildfly-jakartaee-webapp-archetype</artifactId>
<version>29.0.0.Final-SNAPSHOT</version>
<version>29.0.0.Final</version>
<packaging>maven-archetype</packaging>

<name>WildFly Archetypes: Jakarta EE Webapp</name>
Expand Down
2 changes: 1 addition & 1 deletion wildfly-subsystem-archetype/Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ It will be installed to your local maven repository at "%USERHOME%/.m2/repositor
==== Create project from archetype
To create a new project from this archetype, use this maven command (replace dummy values for "groupId", "artifactId", "version", "module" and "package" with correct values):
----
$ mvn archetype:generate -DgroupId=com.acme -DartifactId=example-subsystem -Dversion=1.0-SNAPSHOT -Dmodule=org.test.subsystem -Dpackage=com.acme.example -DarchetypeGroupId=org.wildfly.archetype -DarchetypeArtifactId=wildfly-subsystem -DarchetypeVersion=29.0.0.Final-SNAPSHOT
$ mvn archetype:generate -DgroupId=com.acme -DartifactId=example-subsystem -Dversion=1.0-SNAPSHOT -Dmodule=org.test.subsystem -Dpackage=com.acme.example -DarchetypeGroupId=org.wildfly.archetype -DarchetypeArtifactId=wildfly-subsystem -DarchetypeVersion=29.0.0.Final
----

[[testing]]
Expand Down
2 changes: 1 addition & 1 deletion wildfly-subsystem-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.wildfly.archetype</groupId>
<artifactId>wildfly-subsystem</artifactId>
<version>29.0.0.Final-SNAPSHOT</version>
<version>29.0.0.Final</version>
<packaging>maven-archetype</packaging>

<name>WildFly Archetypes: Subsystem Archetype</name>
Expand Down

0 comments on commit 4c8ccc1

Please sign in to comment.