Skip to content

Commit

Permalink
Releasing 4.0. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Jun 17, 2020
1 parent 2cdba81 commit cc8e50c
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion common/aratiny/aratiny-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>uk.ac.rothamsted.knetminer</groupId>
<artifactId>aratiny</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0</version>
</parent>

<artifactId>aratiny-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/aratiny/aratiny-ws/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>aratiny</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0</version>
</parent>

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

<parent>
<groupId>uk.ac.rothamsted.knetminer</groupId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0</version>
<artifactId>common</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion common/client-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>uk.ac.rothamsted.knetminer</groupId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion common/configurable-datasource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>uk.ac.rothamsted.knetminer</groupId>
<artifactId>common</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0</version>
</parent>

<groupId>uk.ac.rothamsted.knetminer.common</groupId>
Expand Down
2 changes: 1 addition & 1 deletion common/ondex-server-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>uk.ac.rothamsted.knetminer</groupId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0</version>
</parent>

<artifactId>ondex-server-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>uk.ac.rothamsted.knetminer</groupId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion common/server-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>uk.ac.rothamsted.knetminer</groupId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0</version>
</parent>

<groupId>uk.ac.rothamsted.knetminer.common</groupId>
Expand Down
2 changes: 1 addition & 1 deletion common/server-datasource-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>uk.ac.rothamsted.knetminer</groupId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion common/server-datasource-ondexlocal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>uk.ac.rothamsted.knetminer</groupId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0</version>
</parent>

<groupId>uk.ac.rothamsted.knetminer.common</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>parent</artifactId>
<name>parent</name>
<version>4.0.1-SNAPSHOT</version>
<version>4.0</version>
<description>
KnetMiner is a platform for fast candidate gene discovery using data mining techniques.
See http://github.com/Rothamsted/knetminer/wiki for technical details.
Expand Down

0 comments on commit cc8e50c

Please sign in to comment.