Skip to content

Commit

Permalink
Upgrading version ref. in create-project.sh [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Feb 3, 2023
1 parent 51b738c commit 28b17f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions knetminer-archetype/create-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi

# First, download the archetype
mvn dependency:get \
-Dartifact=uk.ac.rothamsted.knetminer:knetminer-archetype:3.0.1-SNAPSHOT\
-Dartifact=uk.ac.rothamsted.knetminer:knetminer-archetype:3.0.1\
-DremoteRepositories=https://knetminer.org/artifactory/repository/maven-public

# So that now we can use it from the local repo
Expand All @@ -31,5 +31,5 @@ mvn archetype:generate \
-DgroupId=$groupId -DartifactId=$artifactId -Dversion=$version \
-DarchetypeGroupId=uk.ac.rothamsted.knetminer \
-DarchetypeArtifactId=knetminer-archetype \
-DarchetypeVersion=3.0.1-SNAPSHOT \
-DarchetypeVersion=3.0.1 \
-DinteractiveMode=false

0 comments on commit 28b17f4

Please sign in to comment.