Skip to content

Commit

Permalink
Increase version to 3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Mar 18, 2019
1 parent c101b50 commit 32375ce
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.7.3-SNAPSHOT</version>
<version>3.7.3</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.7.3-SNAPSHOT</version>
<version>3.7.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

<properties>
<java.commons.version>3.7.3-SNAPSHOT</java.commons.version>
<java.commons.version>3.7.3</java.commons.version>
<compileSource>1.8</compileSource>
<jackson.version>2.8.11</jackson.version>
<apache.commons.version>3.8.1</apache.commons.version>
Expand Down

0 comments on commit 32375ce

Please sign in to comment.