Skip to content

Commit

Permalink
pom.xml version upgraded to v3.1.0-rc. OpenCB biodata updated to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Feb 27, 2015
1 parent 47eeefd commit 4029d7b
Show file tree
Hide file tree
Showing 5 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>3.1-SNAPSHOT</version>
<version>3.1.0-rc</version>
<relativePath>..</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>3.1-SNAPSHOT</version>
<version>3.1.0-rc</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cellbase-mongodb/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>3.1-SNAPSHOT</version>
<version>3.1.0-rc</version>
<relativePath>..</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>3.1-SNAPSHOT</version>
<version>3.1.0-rc</version>
<relativePath>..</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 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>3.1-SNAPSHOT</version>
<version>3.1.0-rc</version>
<packaging>pom</packaging>

<name>CellBase project</name>
Expand All @@ -21,8 +21,8 @@
</modules>

<properties>
<cellbase.version>3.1-SNAPSHOT</cellbase.version>
<biodata.version>0.3-SNAPSHOT</biodata.version>
<cellbase.version>3.1.0-rc</cellbase.version>
<biodata.version>0.3.0</biodata.version>
<compileSource>1.7</compileSource>
</properties>

Expand Down

0 comments on commit 4029d7b

Please sign in to comment.