Skip to content

Commit

Permalink
Update version to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Nov 15, 2023
1 parent c0ce300 commit 9195968
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,13 +4,13 @@
<parent>
<groupId>org.duracloud.db</groupId>
<artifactId>db</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>8.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>account-management-db-model</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>8.0.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,13 +6,13 @@
<parent>
<groupId>org.duracloud.db</groupId>
<artifactId>db</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>8.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>account-management-db-repo</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>8.0.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 @@ -3,13 +3,13 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>common</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>8.0.0</version>
<name>DuraCloud DB Common</name>

<parent>
<groupId>org.duracloud.db</groupId>
<artifactId>db</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>8.0.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 @@ -3,13 +3,13 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>mill-db-repo</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>8.0.0</version>
<name>DuraCloud Mill JPA Repositories</name>

<parent>
<groupId>org.duracloud.db</groupId>
<artifactId>db</artifactId>
<version>7.2.0-SNAPSHOT</version>
<version>8.0.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>7.2.0-SNAPSHOT</version>
<version>8.0.0</version>
<name>DuraCloud DB</name>
<description>DuraCloud Database Management</description>
<url>https://duracloud.org</url>
Expand Down

0 comments on commit 9195968

Please sign in to comment.