Skip to content

Commit

Permalink
pom.xml version upgraded to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Feb 27, 2015
1 parent 158e9f8 commit 027ea89
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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.opencb.datastore</groupId>
<artifactId>datastore</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>..</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.opencb.datastore</groupId>
<artifactId>datastore</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>..</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.opencb.datastore</groupId>
<artifactId>datastore</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3.0</version>
<relativePath>..</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.datastore</groupId>
<artifactId>datastore</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>pom</packaging>

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

<properties>
<datastore.version>0.3-SNAPSHOT</datastore.version>
<datastore.version>0.3.0</datastore.version>
<compileSource>1.7</compileSource>
</properties>

Expand Down

0 comments on commit 027ea89

Please sign in to comment.