Skip to content

Commit

Permalink
Upgrade version to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Sep 15, 2017
1 parent a495cc9 commit 4d62c14
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion commons-datastore/commons-datastore-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opencb.commons</groupId>
<artifactId>commons-datastore</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

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

<name>OpenCB commons project</name>
Expand All @@ -19,7 +19,7 @@
</modules>

<properties>
<java.commons.version>3.5.1-SNAPSHOT</java.commons.version>
<java.commons.version>3.5.1</java.commons.version>
<compileSource>1.8</compileSource>
<jackson.version>2.8.4</jackson.version>
<apache.commons.version>3.5</apache.commons.version>
Expand Down

0 comments on commit 4d62c14

Please sign in to comment.