Skip to content

Commit

Permalink
Releasing 2.0. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Nov 16, 2021
1 parent a8baba6 commit 9f3a757
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions knetminer-archetype/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.rothamsted.knetminer:knetminer-archetype:2.0RC7\
-Dartifact=uk.ac.rothamsted.knetminer:knetminer-archetype:2.0\
-DremoteRepositories=https://knetminer.org/artifactory/repository/maven-public

# 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.rothamsted.knetminer \
-DarchetypeArtifactId=knetminer-archetype \
-DarchetypeVersion=2.0RC7 \
-DarchetypeVersion=2.0 \
-DinteractiveMode=false
2 changes: 1 addition & 1 deletion knetminer-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>uk.ac.rothamsted.knetminer</groupId>
<artifactId>knetminer-common</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0</version>
</parent>

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

<groupId>uk.ac.rothamsted.knetminer</groupId>
<artifactId>knetminer-common</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0</version>
<packaging>pom</packaging>

<name>knetminer-common (common POM for Knetminer projects)</name>
Expand Down

0 comments on commit 9f3a757

Please sign in to comment.