Skip to content

Commit

Permalink
Next is 36.0.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Feb 5, 2025
1 parent 7f7a124 commit f7707f1
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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

<packaging>pom</packaging>

Expand All @@ -23,7 +23,7 @@
<connection>scm:git:git@github.com:wildfly/wildfly-archetypes.git</connection>
<developerConnection>scm:git:git@github.com:wildfly/wildfly-archetypes.git</developerConnection>
<url>https://github.com/wildfly/wildfly-archetypes</url>
<tag>35.0.1.Final</tag>
<tag>HEAD</tag>
</scm>

<!--
Expand Down
2 changes: 1 addition & 1 deletion wildfly-getting-started-archetype/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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-getting-started-archetype -DarchetypeVersion=35.0.1.Final
$ mvn archetype:generate -DgroupId=my.project.org -DartifactId=sampleproject -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.wildfly.archetype -DarchetypeArtifactId=wildfly-getting-started-archetype -DarchetypeVersion=36.0.0.Final-SNAPSHOT
----

[[testing]]
Expand Down
2 changes: 1 addition & 1 deletion wildfly-getting-started-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.wildfly.archetype</groupId>
<artifactId>wildfly-archetypes</artifactId>
<version>35.0.1.Final</version>
<version>36.0.0.Final-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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 @@ -26,7 +26,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=35.0.1.Final
$ 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=36.0.0.Final-SNAPSHOT
----

[[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 @@ -12,7 +12,7 @@
<parent>
<groupId>org.wildfly.archetype</groupId>
<artifactId>wildfly-archetypes</artifactId>
<version>35.0.1.Final</version>
<version>36.0.0.Final-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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 @@ -26,7 +26,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=35.0.1.Final
$ mvn archetype:generate -DgroupId=my.project.org -DartifactId=sampleproject -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.wildfly.archetype -DarchetypeArtifactId=wildfly-jakartaee-webapp-archetype -DarchetypeVersion=36.0.0.Final-SNAPSHOT
----

[[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 @@ -12,7 +12,7 @@
<parent>
<groupId>org.wildfly.archetype</groupId>
<artifactId>wildfly-archetypes</artifactId>
<version>35.0.1.Final</version>
<version>36.0.0.Final-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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 @@ -25,7 +25,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=35.0.1.Final
$ 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=36.0.0.Final-SNAPSHOT
----

[[testing]]
Expand Down
4 changes: 2 additions & 2 deletions wildfly-subsystem-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.wildfly.archetype</groupId>
<artifactId>wildfly-archetypes</artifactId>
<version>35.0.1.Final</version>
<version>36.0.0.Final-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -28,7 +28,7 @@
<connection>scm:git:https://github.com/wildfly/archetypes.git</connection>
<developerConnection>scm:git:https://github.com/wildfly/archetypes.git</developerConnection>
<url>https://github.com/wildfly/archetypes/</url>
<tag>35.0.1.Final</tag>
<tag>HEAD</tag>
</scm>

<licenses>
Expand Down

0 comments on commit f7707f1

Please sign in to comment.