Skip to content

Commit

Permalink
pom.xml changes to prepare new release 0.5.0. Note this is the LAST v…
Browse files Browse the repository at this point in the history
…ersion of datastore, this repository has been integrated in opencb/java-common-libs
  • Loading branch information
imedina committed Jan 22, 2016
1 parent c6b92b3 commit 1c1db7d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion datastore-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.opencb.datastore</groupId>
<artifactId>datastore</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion datastore-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.opencb.datastore</groupId>
<artifactId>datastore</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</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 @@ -22,7 +22,7 @@

<groupId>org.opencb.datastore</groupId>
<artifactId>datastore</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>

<name>OpenCB datastore project</name>
Expand All @@ -36,7 +36,7 @@
</modules>

<properties>
<datastore.version>0.5.0-SNAPSHOT</datastore.version>
<datastore.version>0.5.0</datastore.version>
<compileSource>1.8</compileSource>
</properties>

Expand Down

0 comments on commit 1c1db7d

Please sign in to comment.