Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schnell committed Oct 8, 2023
1 parent 9318512 commit 362c5b5
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
6 changes: 3 additions & 3 deletions archetype/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ 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
```
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" \
Expand All @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>org.fuin.archetypes</groupId>
<artifactId>marchetyper-archetype</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>maven-archetype</packaging>

<scm>
Expand Down
6 changes: 3 additions & 3 deletions marchetyper/extra-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ 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
```
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" \
Expand All @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion marchetyper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.fuin.marchetyper</groupId>
<artifactId>marchetyper-archetype-marchetyper</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>pom</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.fuin.marchetyper</groupId>
<artifactId>marchetyper-archetype-parent</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.fuin.marchetyper</groupId>
<artifactId>marchetyper-archetype-test</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.3.0</version>

<properties>
<toolchain.jdk.version>OpenJDK 11 64-Bit</toolchain.jdk.version>
Expand Down

0 comments on commit 362c5b5

Please sign in to comment.