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 98b324b commit 61a160c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi

# First, download the archetype
mvn dependency:get \
-Dartifact=uk.ac.ebi.maven:cli-archetype:3.0.1-SNAPSHOT\
-Dartifact=uk.ac.ebi.maven:cli-archetype:3.0.2\
-DremoteRepositories=https://mbrandizi.jfrog.io/artifactory/maven

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

0 comments on commit 61a160c

Please sign in to comment.