Skip to content

Commit aec9fc6

Browse files
author
marco-brandizi
committedOct 28, 2021
Releasing 2.0RC4. [ci skip]
1 parent 6aa6e84 commit aec9fc6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎knetminer-archetype/create-project.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fi
2020

2121
# First, download the archetype
2222
mvn dependency:get \
23-
-Dartifact=uk.ac.rothamsted.knetminer:knetminer-archetype:2.0RC3\
23+
-Dartifact=uk.ac.rothamsted.knetminer:knetminer-archetype:2.0RC4\
2424
-DremoteRepositories=https://knetminer.org/artifactory/repository/maven-public
2525

2626
# So that now we can use it from the local repo
@@ -29,5 +29,5 @@ mvn archetype:generate \
2929
-DgroupId=$groupId -DartifactId=$artifactId -Dversion=$version \
3030
-DarchetypeGroupId=uk.ac.rothamsted.knetminer \
3131
-DarchetypeArtifactId=knetminer-archetype \
32-
-DarchetypeVersion=2.0RC3 \
32+
-DarchetypeVersion=2.0RC4 \
3333
-DinteractiveMode=false

‎knetminer-archetype/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>uk.ac.rothamsted.knetminer</groupId>
77
<artifactId>knetminer-common</artifactId>
8-
<version>2.0.1-SNAPSHOT</version>
8+
<version>2.0RC4</version>
99
</parent>
1010

1111
<artifactId>knetminer-archetype</artifactId>

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>uk.ac.rothamsted.knetminer</groupId>
66
<artifactId>knetminer-common</artifactId>
7-
<version>2.0.1-SNAPSHOT</version>
7+
<version>2.0RC4</version>
88
<packaging>pom</packaging>
99

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

0 commit comments

Comments
 (0)