From 362c5b501723dd923696d61b0f00ce05b8b29745 Mon Sep 17 00:00:00 2001 From: Michael Schnell Date: Sun, 8 Oct 2023 07:55:07 +0200 Subject: [PATCH] Release 0.3.0 --- README.md | 2 +- archetype/README.md | 6 +++--- archetype/pom.xml | 2 +- marchetyper/extra-resources/README.md | 6 +++--- marchetyper/pom.xml | 2 +- pom.xml | 2 +- test/pom.xml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 745dd01..90d2077 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The following parameters may be a good choice for creating the new archetype: mvn archetype:generate \ -DarchetypeGroupId=org.fuin.archetypes \ -DarchetypeArtifactId=marchetyper-archetype \ - -DarchetypeVersion=0.3.0-SNAPSHOT \ + -DarchetypeVersion=0.3.0 \ -DgroupId="com.mycompany.archetypes" \ -DartifactId="java-fx-archetype" \ -Dversion="0.1.0-SNAPSHOT" \ diff --git a/archetype/README.md b/archetype/README.md index d2c94cd..b99e16d 100644 --- a/archetype/README.md +++ b/archetype/README.md @@ -8,7 +8,7 @@ Archetype that creates a new Maven project with the suggested directory structur mvn archetype:generate \ -DarchetypeGroupId=org.fuin.archetypes \ -DarchetypeArtifactId=marchetyper-archetype \ - -DarchetypeVersion=0.3.0-SNAPSHOT + -DarchetypeVersion=0.3.0 ``` ### All Parameters @@ -16,7 +16,7 @@ mvn archetype:generate \ mvn archetype:generate \ -DarchetypeGroupId=org.fuin.archetypes \ -DarchetypeArtifactId=marchetyper-archetype \ - -DarchetypeVersion=0.3.0-SNAPSHOT \ + -DarchetypeVersion=0.3.0 \ -DgroupId="com.example.archetypes" \ -DartifactId="abc-archetype" \ -Dversion="0.1.0-SNAPSHOT" \ @@ -40,7 +40,7 @@ In case you're developing a new version of the Archetype and want to build and t mvn archetype:generate \ -DarchetypeGroupId=org.fuin.archetypes \ -DarchetypeArtifactId=marchetyper-archetype \ - -DarchetypeVersion=0.3.0-SNAPSHOT \ + -DarchetypeVersion=0.3.0 \ ... -DarchetypeCatalog=local ``` diff --git a/archetype/pom.xml b/archetype/pom.xml index b822665..389722b 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -14,7 +14,7 @@ org.fuin.archetypes marchetyper-archetype - 0.3.0-SNAPSHOT + 0.3.0 maven-archetype diff --git a/marchetyper/extra-resources/README.md b/marchetyper/extra-resources/README.md index d2c94cd..b99e16d 100644 --- a/marchetyper/extra-resources/README.md +++ b/marchetyper/extra-resources/README.md @@ -8,7 +8,7 @@ Archetype that creates a new Maven project with the suggested directory structur mvn archetype:generate \ -DarchetypeGroupId=org.fuin.archetypes \ -DarchetypeArtifactId=marchetyper-archetype \ - -DarchetypeVersion=0.3.0-SNAPSHOT + -DarchetypeVersion=0.3.0 ``` ### All Parameters @@ -16,7 +16,7 @@ mvn archetype:generate \ mvn archetype:generate \ -DarchetypeGroupId=org.fuin.archetypes \ -DarchetypeArtifactId=marchetyper-archetype \ - -DarchetypeVersion=0.3.0-SNAPSHOT \ + -DarchetypeVersion=0.3.0 \ -DgroupId="com.example.archetypes" \ -DartifactId="abc-archetype" \ -Dversion="0.1.0-SNAPSHOT" \ @@ -40,7 +40,7 @@ In case you're developing a new version of the Archetype and want to build and t mvn archetype:generate \ -DarchetypeGroupId=org.fuin.archetypes \ -DarchetypeArtifactId=marchetyper-archetype \ - -DarchetypeVersion=0.3.0-SNAPSHOT \ + -DarchetypeVersion=0.3.0 \ ... -DarchetypeCatalog=local ``` diff --git a/marchetyper/pom.xml b/marchetyper/pom.xml index a6c5267..7f2fe8b 100644 --- a/marchetyper/pom.xml +++ b/marchetyper/pom.xml @@ -5,7 +5,7 @@ org.fuin.marchetyper marchetyper-archetype-marchetyper - 0.3.0-SNAPSHOT + 0.3.0 pom diff --git a/pom.xml b/pom.xml index 26e7aad..7cf7cb7 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.fuin.marchetyper marchetyper-archetype-parent - 0.3.0-SNAPSHOT + 0.3.0 pom diff --git a/test/pom.xml b/test/pom.xml index b2c955d..149b644 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -5,7 +5,7 @@ org.fuin.marchetyper marchetyper-archetype-test - 0.3.0-SNAPSHOT + 0.3.0 OpenJDK 11 64-Bit