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
1 parent 7cf9b56 commit ee4e212
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 29 deletions.
4 changes: 0 additions & 4 deletions cellbase-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
<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: 0 additions & 4 deletions cellbase-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
<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: 0 additions & 4 deletions cellbase-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
<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: 0 additions & 4 deletions cellbase-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
<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: 0 additions & 4 deletions cellbase-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
<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
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@

<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 @@ -27,13 +23,9 @@

<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 ee4e212

Please sign in to comment.