Skip to content

Commit

Permalink
Prepare release 5.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Oct 10, 2022
1 parent c6ab6b0 commit 2c8772d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cellbase-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>5.2.6-SNAPSHOT</version>
<version>5.2.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cellbase-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>5.2.6-SNAPSHOT</version>
<version>5.2.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cellbase-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>5.2.6-SNAPSHOT</version>
<version>5.2.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cellbase-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>5.2.6-SNAPSHOT</version>
<version>5.2.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cellbase-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>5.2.6-SNAPSHOT</version>
<version>5.2.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>5.2.6-SNAPSHOT</version>
<version>5.2.6</version>
<packaging>pom</packaging>

<name>CellBase project</name>
Expand All @@ -23,7 +23,7 @@

<properties>
<pycellbase.version>5.2.6-SNAPSHOT</pycellbase.version>
<java-common-libs.version>4.4.2-SNAPSHOT</java-common-libs.version>
<java-common-libs.version>4.4.2</java-common-libs.version>
<biodata.version>2.4.0</biodata.version>
<bionetdb.version>0.1.0</bionetdb.version>
<jackson.version>2.11.4</jackson.version>
Expand Down

0 comments on commit 2c8772d

Please sign in to comment.