Skip to content

Commit

Permalink
Updates version to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbranan committed Apr 3, 2020
1 parent 7f0cb56 commit edc6d32
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions account-management-db-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>org.duracloud.db</groupId>
<artifactId>db</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.duracloud.db</groupId>
<artifactId>account-management-db-model</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.2.0</version>
<name>Account DB Model</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions account-management-db-repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>org.duracloud.db</groupId>
<artifactId>db</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.duracloud.db</groupId>
<artifactId>account-management-db-repo</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.2.0</version>
<name>Account DB Repositories</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.duracloud.db</groupId>
<artifactId>common</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.2.0</version>
<name>DuraCloud DB Common</name>

<parent>
<groupId>org.duracloud.db</groupId>
<artifactId>db</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions mill-db-repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.duracloud.db</groupId>
<artifactId>mill-db-repo</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.2.0</version>
<name>DuraCloud Mill JPA Repositories</name>

<parent>
<groupId>org.duracloud.db</groupId>
<artifactId>db</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>6.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.duracloud.db</groupId>
<artifactId>db</artifactId>
<packaging>pom</packaging>
<version>6.2.0-SNAPSHOT</version>
<version>6.2.0</version>
<name>DuraCloud DB</name>
<description>DuraCloud Database Management</description>
<url>https://duracloud.org</url>
Expand Down

0 comments on commit edc6d32

Please sign in to comment.