Skip to content

Commit

Permalink
Next iteration 1.18.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMosigItemis committed Jan 12, 2024
1 parent d23c5f7 commit 5e51a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This is required, because Maven switched from Eclipse Aether to Maven Artifact R

## Usage
Generate a new project with this command:
`mvn archetype:generate -B -DarchetypeGroupId=com.itemis -DarchetypeArtifactId=fluffyj.archetype -DarchetypeVersion=1.17.0 -DgroupId=de.my.groupid -DartifactId=de.my.groupid.artifactid -Dversion=1.0.0-SNAPSHOT -Dpackage=de.my.groupid.artifactid`
`mvn archetype:generate -B -DarchetypeGroupId=com.itemis -DarchetypeArtifactId=fluffyj.archetype -DarchetypeVersion=1.18.0-SNAPSHOT -DgroupId=de.my.groupid -DartifactId=de.my.groupid.artifactid -Dversion=1.0.0-SNAPSHOT -Dpackage=de.my.groupid.artifactid`

Build the created project with `mvn clean install`. When building with Maven < 3.5.0, you need to activate the appropriate profile: `mvn clean install -Pmvn33`.

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

<artifactId>fluffyj.archetype</artifactId>
<version>1.17.0</version>
<version>1.18.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>

<name>Fluffy J Archetype</name>
Expand Down

0 comments on commit 5e51a4b

Please sign in to comment.