From 748aec59d1a889fd3d346c43f9edb0b544a3cb22 Mon Sep 17 00:00:00 2001 From: Marco Brandizi Date: Tue, 21 Feb 2023 11:34:01 +0000 Subject: [PATCH] Update to create-project.sh [ci skip] --- create-project.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create-project.sh b/create-project.sh index a84c64f..0fdbbe7 100644 --- a/create-project.sh +++ b/create-project.sh @@ -20,7 +20,7 @@ fi # First, download the archetype mvn dependency:get \ - -Dartifact=uk.ac.ebi.maven:cli-archetype:3.0.2\ + -Dartifact=uk.ac.ebi.maven:cli-archetype:3.0.3-SNAPSHOT\ -DremoteRepositories=https://mbrandizi.jfrog.io/artifactory/maven # So that now we can use it from the local repo @@ -29,5 +29,5 @@ mvn archetype:generate \ -DgroupId=$groupId -DartifactId=$artifactId -Dversion=$version \ -DarchetypeGroupId=uk.ac.ebi.maven \ -DarchetypeArtifactId=cli-archetype \ - -DarchetypeVersion=3.0.2 \ + -DarchetypeVersion=3.0.3-SNAPSHOT \ -DinteractiveMode=false