Skip to content

Commit 4dcf597

Browse files
author
Nicholas Woodward
committed
Merge remote-tracking branch 'upstream/main'
2 parents 7b37f15 + 3d8d894 commit 4dcf597

75 files changed

Lines changed: 371 additions & 341 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
uses: actions/checkout@v2
2121

2222
# https://github.com/actions/setup-java
23-
- name: Install JDK 11
23+
- name: Install JDK 17
2424
uses: actions/setup-java@v2
2525
with:
26-
java-version: 11
26+
java-version: 17
2727
distribution: adopt
2828

2929
# https://github.com/actions/cache
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/setup-java@v2
4848
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
4949
with:
50-
java-version: 11
50+
java-version: 17
5151
distribution: adopt
5252
server-id: sonatype-snapshots # Value of the distributionManagement/repository/id field of the pom.xml
5353
server-username: SONATYPE_USERNAME # env variable for sonatype username
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/setup-java@v2
6060
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
6161
with:
62-
java-version: 11
62+
java-version: 17
6363
distribution: adopt
6464
server-id: sonatype-releases # Value of the distributionManagement/repository/id field of the pom.xml
6565
server-username: SONATYPE_USERNAME # env variable for sonatype username

auditor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.duracloud</groupId>
66
<artifactId>auditor</artifactId>
7-
<version>7.1.4</version>
7+
<version>8.0.0</version>
88
<name>DuraCloud Auditor</name>
99
<url>http://duracloud.org/</url>
1010

1111
<parent>
1212
<groupId>org.duracloud</groupId>
1313
<artifactId>duracloud</artifactId>
14-
<version>7.1.4</version>
14+
<version>8.0.0</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

chunk/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.duracloud</groupId>
66
<artifactId>chunk</artifactId>
7-
<version>7.1.4</version>
7+
<version>8.0.0</version>
88
<name>Stream Chunking</name>
99

1010
<parent>
1111
<artifactId>duracloud</artifactId>
1212
<groupId>org.duracloud</groupId>
13-
<version>7.1.4</version>
13+
<version>8.0.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

common-aop/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.duracloud</groupId>
66
<artifactId>common-aop</artifactId>
7-
<version>7.1.4</version>
7+
<version>8.0.0</version>
88
<name>Common AOP</name>
99

1010
<parent>
1111
<artifactId>duracloud</artifactId>
1212
<groupId>org.duracloud</groupId>
13-
<version>7.1.4</version>
13+
<version>8.0.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

common-cache/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<parent>
55
<groupId>org.duracloud</groupId>
66
<artifactId>duracloud</artifactId>
7-
<version>7.1.4</version>
7+
<version>8.0.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>org.duracloud</groupId>
1313
<artifactId>common-cache</artifactId>
14-
<version>7.1.4</version>
14+
<version>8.0.0</version>
1515
<name>Common Event</name>
1616

1717
<dependencies>

common-changenotifier/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.duracloud</groupId>
66
<artifactId>common-changenotifier</artifactId>
7-
<version>7.1.4</version>
7+
<version>8.0.0</version>
88
<name>Common Change-Notifier</name>
99

1010
<parent>
1111
<artifactId>duracloud</artifactId>
1212
<groupId>org.duracloud</groupId>
13-
<version>7.1.4</version>
13+
<version>8.0.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

@@ -68,7 +68,6 @@
6868
<dependency>
6969
<groupId>com.rabbitmq</groupId>
7070
<artifactId>amqp-client</artifactId>
71-
<version>5.7.0</version>
7271
</dependency>
7372

7473
</dependencies>

common-cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.duracloud</groupId>
66
<artifactId>common-cli</artifactId>
7-
<version>7.1.4</version>
7+
<version>8.0.0</version>
88
<name>DuraCloud Common Command Line Helpers</name>
99
<description>Some useful framework classes for building commandline tools</description>
1010

1111
<parent>
1212
<groupId>org.duracloud</groupId>
1313
<artifactId>duracloud</artifactId>
14-
<version>7.1.4</version>
14+
<version>8.0.0</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

common-db/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.duracloud</groupId>
66
<artifactId>common-db</artifactId>
7-
<version>7.1.4</version>
7+
<version>8.0.0</version>
88
<name>Common DB</name>
99

1010
<parent>
1111
<artifactId>duracloud</artifactId>
1212
<groupId>org.duracloud</groupId>
13-
<version>7.1.4</version>
13+
<version>8.0.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

common-event/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<parent>
55
<groupId>org.duracloud</groupId>
66
<artifactId>duracloud</artifactId>
7-
<version>7.1.4</version>
7+
<version>8.0.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>org.duracloud</groupId>
1313
<artifactId>common-event</artifactId>
14-
<version>7.1.4</version>
14+
<version>8.0.0</version>
1515
<name>Common Event</name>
1616

1717
<dependencies>

common-json/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.duracloud</groupId>
66
<artifactId>common-json</artifactId>
7-
<version>7.1.4</version>
7+
<version>8.0.0</version>
88
<name>Common JSON</name>
99

1010
<parent>
1111
<artifactId>duracloud</artifactId>
1212
<groupId>org.duracloud</groupId>
13-
<version>7.1.4</version>
13+
<version>8.0.0</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

0 commit comments

Comments
 (0)