Skip to content

Commit e57632e

Browse files
Prepare new development branch release-7.0.x
1 parent 4e4c98f commit e57632e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

cellbase-app/pom.xml

+1-1
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>8.0.0-SNAPSHOT</version>
9+
<version>7.0.1-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

cellbase-client/pom.xml

+1-1
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>8.0.0-SNAPSHOT</version>
9+
<version>7.0.1-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

cellbase-core/pom.xml

+1-1
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>8.0.0-SNAPSHOT</version>
9+
<version>7.0.1-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

cellbase-lib/pom.xml

+1-1
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>8.0.0-SNAPSHOT</version>
9+
<version>7.0.1-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

cellbase-server/pom.xml

+1-1
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>8.0.0-SNAPSHOT</version>
9+
<version>7.0.1-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

+3-3
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>8.0.0-SNAPSHOT</version>
9+
<version>7.0.1-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-SNAPSHOT</java-common-libs.version>
27-
<biodata.version>5.0.0-SNAPSHOT</biodata.version>
26+
<java-common-libs.version>6.0.1-SNAPSHOT</java-common-libs.version>
27+
<biodata.version>4.0.1-SNAPSHOT</biodata.version>
2828

2929
<bionetdb.version>0.1.0</bionetdb.version>
3030
<jackson.version>2.11.4</jackson.version>

0 commit comments

Comments
 (0)