Skip to content

Commit

Permalink
Updates version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbranan committed Nov 4, 2019
1 parent a7d923e commit 24945e3
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions account-management-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<parent>
<groupId>org.duracloud</groupId>
<artifactId>duracloud-mc</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.duracloud</groupId>
<artifactId>ama</artifactId>
<packaging>war</packaging>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>Account Management App</name>
<url>http://duraspace.org</url>

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

<modelVersion>4.0.0</modelVersion>
<groupId>org.duracloud</groupId>
<artifactId>account-management-common</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>Account Management Common</name>

</project>
4 changes: 2 additions & 2 deletions account-management-db-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>org.duracloud</groupId>
<artifactId>duracloud-mc</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.duracloud</groupId>
<artifactId>account-management-db-util</artifactId>
<packaging>jar</packaging>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>Account Management Database Utility</name>

<build>
Expand Down
4 changes: 2 additions & 2 deletions account-management-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>org.duracloud</groupId>
<artifactId>duracloud-mc</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.duracloud</groupId>
<artifactId>account-management-monitor</artifactId>
<packaging>jar</packaging>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>Account Management Monitor</name>

<build>
Expand Down
4 changes: 2 additions & 2 deletions account-management-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<artifactId>duracloud-mc</artifactId>
<groupId>org.duracloud</groupId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.duracloud</groupId>
<artifactId>account-management-security</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<packaging>jar</packaging>
<name>Account Management Security</name>

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

<modelVersion>4.0.0</modelVersion>
<groupId>org.duracloud</groupId>
<artifactId>account-management-util</artifactId>
<packaging>jar</packaging>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>Account Management Datastore Access Utilities</name>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.duracloud</groupId>
<artifactId>duracloud-mc</artifactId>
<packaging>pom</packaging>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Management Console</name>
<description>Management console for the DuraCloud service</description>
<url>http://duracloud.org</url>
Expand Down

0 comments on commit 24945e3

Please sign in to comment.