Skip to content

Commit

Permalink
Update version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed May 28, 2024
1 parent 725bb42 commit 647c747
Show file tree
Hide file tree
Showing 21 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions audit-task-generator/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.mill</groupId>
<artifactId>audit-task-generator</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Audit Task Generator</name>

<parent>
<artifactId>mill</artifactId>
<groupId>org.duracloud.mill</groupId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions auditlog-generator/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.mill</groupId>
<artifactId>auditlog-generator</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Mill Audit Log Generator</name>

<parent>
<artifactId>mill</artifactId>
<groupId>org.duracloud.mill</groupId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions bitlog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<groupId>org.duracloud.mill</groupId>
<artifactId>bitlog</artifactId>
<packaging>jar</packaging>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Bit Integrity Log</name>
<url>http://localhost:8080/${project.artifactId}</url>

<parent>
<groupId>org.duracloud.mill</groupId>
<artifactId>mill</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions common-bit/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.mill</groupId>
<artifactId>common-bit</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Mill Common - Bit Integrity</name>

<parent>
<artifactId>mill</artifactId>
<groupId>org.duracloud.mill</groupId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions common-dup/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.mill</groupId>
<artifactId>common-dup</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Mill Common - Duplication</name>

<parent>
<artifactId>mill</artifactId>
<groupId>org.duracloud.mill</groupId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions common-storageprovider/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.mill</groupId>
<artifactId>common-storageprovider</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Mill Common Storage Provider</name>

<parent>
<artifactId>mill</artifactId>
<groupId>org.duracloud.mill</groupId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>org.duracloud.mill</groupId>
<artifactId>common</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions common-taskproducer/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.mill</groupId>
<artifactId>common-taskproducer</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Mill Common Task Producer</name>

<parent>
<artifactId>mill</artifactId>
<groupId>org.duracloud.mill</groupId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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.mill</groupId>
<artifactId>common</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Mill Common</name>

<parent>
<artifactId>mill</artifactId>
<groupId>org.duracloud.mill</groupId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions credentialsrepo-impl/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.mill</groupId>
<artifactId>credentialsrepo-impl</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Mill CredentialsRepo Implementation</name>

<parent>
<artifactId>mill</artifactId>
<groupId>org.duracloud.mill</groupId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions looping-storagestats-taskproducer/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.mill</groupId>
<artifactId>looping-storagestats-taskproducer</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Mill Looping Storage Stats Task Producer</name>

<parent>
<artifactId>mill</artifactId>
<groupId>org.duracloud.mill</groupId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions loopingbittaskproducer/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.mill</groupId>
<artifactId>loopingbittaskproducer</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Mill Looping Bit Integrity Task Producer</name>

<parent>
<artifactId>mill</artifactId>
<groupId>org.duracloud.mill</groupId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions loopingduptaskproducer/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.mill</groupId>
<artifactId>loopingduptaskproducer</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Mill Looping Duplication Task Producer</name>

<parent>
<artifactId>mill</artifactId>
<groupId>org.duracloud.mill</groupId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions loopingtaskproducer/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.mill</groupId>
<artifactId>loopingtaskproducer</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Mill Looping Task Producer</name>

<parent>
<artifactId>mill</artifactId>
<groupId>org.duracloud.mill</groupId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions manifest-builder/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.mill</groupId>
<artifactId>manifest-builder</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Mill Manifest Builder</name>

<parent>
<artifactId>mill</artifactId>
<groupId>org.duracloud.mill</groupId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions manifest-cleaner/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.mill</groupId>
<artifactId>manifest-cleaner</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Mill Manifest Cleaner</name>

<parent>
<artifactId>mill</artifactId>
<groupId>org.duracloud.mill</groupId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions policy-editor/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.mill</groupId>
<artifactId>policy-editor</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>Duplication Policy Editor</name>

<parent>
<artifactId>mill</artifactId>
<groupId>org.duracloud.mill</groupId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.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 @@ -5,7 +5,7 @@
<groupId>org.duracloud.mill</groupId>
<artifactId>mill</artifactId>
<packaging>pom</packaging>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Mill</name>
<description>Task processing system which supports DuraCloud</description>
<url>https://duracloud.org</url>
Expand Down
4 changes: 2 additions & 2 deletions storage-reporter/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.mill</groupId>
<artifactId>storage-reporter</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Mill Storage Reporter</name>

<parent>
<artifactId>mill</artifactId>
<groupId>org.duracloud.mill</groupId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions taskproducertool/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.mill</groupId>
<artifactId>taskproducertool</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Mill Task Producer Command Line Tool</name>

<parent>
<artifactId>mill</artifactId>
<groupId>org.duracloud.mill</groupId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions taskreadertool/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.mill</groupId>
<artifactId>taskreadertool</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Mill Task Reader Command Line Tool</name>

<parent>
<artifactId>mill</artifactId>
<groupId>org.duracloud.mill</groupId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions workman/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.mill</groupId>
<artifactId>workman</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<name>DuraCloud Mill Workman</name>

<parent>
<artifactId>mill</artifactId>
<groupId>org.duracloud.mill</groupId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 647c747

Please sign in to comment.