Skip to content

Commit

Permalink
Prepare new development version 6.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Mar 4, 2024
2 parents 6fca7ff + e236e53 commit 7cf9b56
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cellbase-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<<<<<<< HEAD
<version>6.0.0</version>
=======
<version>6.1.0-SNAPSHOT</version>
>>>>>>> release-6.0.x
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions cellbase-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<<<<<<< HEAD
<version>6.0.0</version>
=======
<version>6.1.0-SNAPSHOT</version>
>>>>>>> release-6.0.x
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions cellbase-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<<<<<<< HEAD
<version>6.0.0</version>
=======
<version>6.1.0-SNAPSHOT</version>
>>>>>>> release-6.0.x
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions cellbase-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<<<<<<< HEAD
<version>6.0.0</version>
=======
<version>6.1.0-SNAPSHOT</version>
>>>>>>> release-6.0.x
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 4 additions & 0 deletions cellbase-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<<<<<<< HEAD
<version>6.0.0</version>
=======
<version>6.1.0-SNAPSHOT</version>
>>>>>>> release-6.0.x
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@

<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<<<<<<< HEAD
<version>6.0.0</version>
=======
<version>6.1.0-SNAPSHOT</version>
>>>>>>> release-6.0.x
<packaging>pom</packaging>

<name>CellBase project</name>
Expand All @@ -23,8 +27,13 @@

<properties>
<pycellbase.version>${project.version}</pycellbase.version>
<<<<<<< HEAD
<java-common-libs.version>5.0.0</java-common-libs.version>
<biodata.version>3.0.0</biodata.version>
=======
<java-common-libs.version>5.1.0-SNAPSHOT</java-common-libs.version>
<biodata.version>3.1.0-SNAPSHOT</biodata.version>
>>>>>>> release-6.0.x
<bionetdb.version>0.1.0</bionetdb.version>
<jetty.version>9.4.51.v20230217</jetty.version>

Expand Down

0 comments on commit 7cf9b56

Please sign in to comment.