Skip to content

Commit

Permalink
Releasing 5.6-RC. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Mar 20, 2023
1 parent 6252752 commit 4c9e8ba
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 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>5.0.1-SNAPSHOT</version>
<version>5.6-RC</version>
</parent>

<artifactId>aratiny-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>5.0.1-SNAPSHOT</version>
<version>5.6-RC</version>
</parent>

<artifactId>aratiny-ws</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>5.0.1-SNAPSHOT</version>
<version>5.6-RC</version>
<artifactId>app-common</artifactId>
</parent>

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

<artifactId>client-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -e
dataset_id=''
dataset_dir=''
host_port=8080
image_version='latest'
image_version='5.6-RC'

# Our defaults tell the JVM to use a quota of the RAM passed to the container.
# UseCompressedOops is needed due to: https://stackoverflow.com/a/58121363/529286
Expand Down
2 changes: 1 addition & 1 deletion knetminer-initializer-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<parent>
<groupId>uk.ac.rothamsted.knetminer</groupId>
<version>5.0.1-SNAPSHOT</version>
<version>5.6-RC</version>
<artifactId>app-common</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion knetminer-initializer/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>
<version>5.0.1-SNAPSHOT</version>
<version>5.6-RC</version>
<artifactId>app-common</artifactId>
</parent>

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>app-common</artifactId>
<name>app-common - KnetMiner App top/common POM container</name>
<version>5.0.1-SNAPSHOT</version>
<version>5.6-RC</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
2 changes: 1 addition & 1 deletion server-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>app-common</artifactId>
<groupId>uk.ac.rothamsted.knetminer</groupId>
<version>5.0.1-SNAPSHOT</version>
<version>5.6-RC</version>
</parent>

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

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

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

<artifactId>server-ondex</artifactId>
Expand Down

0 comments on commit 4c9e8ba

Please sign in to comment.