Skip to content

Commit

Permalink
Upgrade version to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Sep 15, 2017
1 parent c6a3bd7 commit f43b0db
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cellbase-app/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>4.5.0-rc.4-SNAPSHOT</version>
<version>4.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cellbase-client/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>4.5.0-rc.4-SNAPSHOT</version>
<version>4.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cellbase-core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>4.5.0-rc.4-SNAPSHOT</version>
<version>4.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cellbase-lib/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>4.5.0-rc.4-SNAPSHOT</version>
<version>4.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cellbase-server/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>4.5.0-rc.4-SNAPSHOT</version>
<version>4.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cellbase-test/pom.xml
Expand Up @@ -22,7 +22,7 @@

<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase-test</artifactId>
<version>4.5.0-rc.4-SNAPSHOT</version>
<version>4.5.0</version>
<packaging>pom</packaging>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>org.opencb.cellbase</groupId>
<artifactId>cellbase</artifactId>
<version>4.5.0-rc.4-SNAPSHOT</version>
<version>4.5.0</version>
<packaging>pom</packaging>

<name>CellBase project</name>
Expand All @@ -22,10 +22,10 @@
</modules>

<properties>
<cellbase.version>4.5.0-rc.4-SNAPSHOT</cellbase.version>
<cellbase.version>4.5.0</cellbase.version>
<compileSource>1.8</compileSource>
<biodata.version>1.2.1-SNAPSHOT</biodata.version>
<java-common-libs.version>3.5.1-SNAPSHOT</java-common-libs.version>
<biodata.version>1.2.1</biodata.version>
<java-common-libs.version>3.5.1</java-common-libs.version>
<bionetdb.version>0.1.0</bionetdb.version>
<jackson.version>2.8.4</jackson.version>
<protobuf.version>3.1.0</protobuf.version>
Expand Down

0 comments on commit f43b0db

Please sign in to comment.