Commit aec9fc6 marco-brandizi
committed Oct 28, 2021
1 parent 6aa6e84 commit aec9fc6 Copy full SHA for aec9fc6
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
# First, download the archetype
22
22
mvn dependency:get \
23
- -Dartifact=uk.ac.rothamsted.knetminer:knetminer-archetype:2.0RC3 \
23
+ -Dartifact=uk.ac.rothamsted.knetminer:knetminer-archetype:2.0RC4 \
24
24
-DremoteRepositories=https://knetminer.org/artifactory/repository/maven-public
25
25
26
26
# So that now we can use it from the local repo
@@ -29,5 +29,5 @@ mvn archetype:generate \
29
29
-DgroupId=$groupId -DartifactId=$artifactId -Dversion=$version \
30
30
-DarchetypeGroupId=uk.ac.rothamsted.knetminer \
31
31
-DarchetypeArtifactId=knetminer-archetype \
32
- -DarchetypeVersion=2.0RC3 \
32
+ -DarchetypeVersion=2.0RC4 \
33
33
-DinteractiveMode=false
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >uk.ac.rothamsted.knetminer</groupId >
7
7
<artifactId >knetminer-common</artifactId >
8
- <version >2.0.1-SNAPSHOT </version >
8
+ <version >2.0RC4 </version >
9
9
</parent >
10
10
11
11
<artifactId >knetminer-archetype</artifactId >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >uk.ac.rothamsted.knetminer</groupId >
6
6
<artifactId >knetminer-common</artifactId >
7
- <version >2.0.1-SNAPSHOT </version >
7
+ <version >2.0RC4 </version >
8
8
<packaging >pom</packaging >
9
9
10
10
<name >knetminer-common (common POM for Knetminer projects)</name >
You can’t perform that action at this time.
0 commit comments