Skip to content

Commit edb3182

Browse files
Prepare release 5.8.1
1 parent 72bb11e commit edb3182

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

cellbase-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.opencb.cellbase</groupId>
88
<artifactId>cellbase</artifactId>
9-
<version>5.8.1-SNAPSHOT</version>
9+
<version>5.8.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

cellbase-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.opencb.cellbase</groupId>
88
<artifactId>cellbase</artifactId>
9-
<version>5.8.1-SNAPSHOT</version>
9+
<version>5.8.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

cellbase-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.opencb.cellbase</groupId>
88
<artifactId>cellbase</artifactId>
9-
<version>5.8.1-SNAPSHOT</version>
9+
<version>5.8.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

cellbase-lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.opencb.cellbase</groupId>
88
<artifactId>cellbase</artifactId>
9-
<version>5.8.1-SNAPSHOT</version>
9+
<version>5.8.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

cellbase-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.opencb.cellbase</groupId>
88
<artifactId>cellbase</artifactId>
9-
<version>5.8.1-SNAPSHOT</version>
9+
<version>5.8.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.opencb.cellbase</groupId>
88
<artifactId>cellbase</artifactId>
9-
<version>5.8.1-SNAPSHOT</version>
9+
<version>5.8.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>CellBase project</name>
@@ -23,8 +23,8 @@
2323

2424
<properties>
2525
<pycellbase.version>${project.version}</pycellbase.version>
26-
<java-common-libs.version>4.12.1-SNAPSHOT</java-common-libs.version>
27-
<biodata.version>2.12.1-SNAPSHOT</biodata.version>
26+
<java-common-libs.version>4.12.0</java-common-libs.version>
27+
<biodata.version>2.12.1</biodata.version>
2828
<bionetdb.version>0.1.0</bionetdb.version>
2929
<jackson.version>2.11.4</jackson.version>
3030
<jackson-asl.version>1.9.13</jackson-asl.version>

0 commit comments

Comments
 (0)