Skip to content

Commit 93d86b4

Browse files
Prepare next release 6.8.0-SNAPSHOT
1 parent 8e0793c commit 93d86b4

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

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>6.7.0</version>
9+
<version>6.8.0-SNAPSHOT</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>6.7.0</version>
9+
<version>6.8.0-SNAPSHOT</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>6.7.0</version>
9+
<version>6.8.0-SNAPSHOT</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>6.7.0</version>
9+
<version>6.8.0-SNAPSHOT</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>6.7.0</version>
9+
<version>6.8.0-SNAPSHOT</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>6.7.0</version>
9+
<version>6.8.0-SNAPSHOT</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>7.0.0</java-common-libs.version>
27-
<biodata.version>5.0.0</biodata.version>
26+
<java-common-libs.version>7.1.0-SNAPSHOT</java-common-libs.version>
27+
<biodata.version>5.1.0-SNAPSHOT</biodata.version>
2828
<bionetdb.version>0.1.0</bionetdb.version>
2929
<jackson.version>2.14.3</jackson.version>
3030
<jackson-asl.version>1.9.13</jackson-asl.version>

0 commit comments

Comments
 (0)