Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Woodward committed Feb 5, 2024
2 parents 7b37f15 + 3d8d894 commit 4dcf597
Show file tree
Hide file tree
Showing 75 changed files with 371 additions and 341 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
uses: actions/checkout@v2

# https://github.com/actions/setup-java
- name: Install JDK 11
- name: Install JDK 17
uses: actions/setup-java@v2
with:
java-version: 11
java-version: 17
distribution: adopt

# https://github.com/actions/cache
Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/setup-java@v2
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
with:
java-version: 11
java-version: 17
distribution: adopt
server-id: sonatype-snapshots # Value of the distributionManagement/repository/id field of the pom.xml
server-username: SONATYPE_USERNAME # env variable for sonatype username
Expand All @@ -59,7 +59,7 @@ jobs:
uses: actions/setup-java@v2
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
with:
java-version: 11
java-version: 17
distribution: adopt
server-id: sonatype-releases # Value of the distributionManagement/repository/id field of the pom.xml
server-username: SONATYPE_USERNAME # env variable for sonatype username
Expand Down
4 changes: 2 additions & 2 deletions auditor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.duracloud</groupId>
<artifactId>auditor</artifactId>
<version>7.1.4</version>
<version>8.0.0</version>
<name>DuraCloud Auditor</name>
<url>http://duracloud.org/</url>

<parent>
<groupId>org.duracloud</groupId>
<artifactId>duracloud</artifactId>
<version>7.1.4</version>
<version>8.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions chunk/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</groupId>
<artifactId>chunk</artifactId>
<version>7.1.4</version>
<version>8.0.0</version>
<name>Stream Chunking</name>

<parent>
<artifactId>duracloud</artifactId>
<groupId>org.duracloud</groupId>
<version>7.1.4</version>
<version>8.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions common-aop/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</groupId>
<artifactId>common-aop</artifactId>
<version>7.1.4</version>
<version>8.0.0</version>
<name>Common AOP</name>

<parent>
<artifactId>duracloud</artifactId>
<groupId>org.duracloud</groupId>
<version>7.1.4</version>
<version>8.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions common-cache/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</artifactId>
<version>7.1.4</version>
<version>8.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.duracloud</groupId>
<artifactId>common-cache</artifactId>
<version>7.1.4</version>
<version>8.0.0</version>
<name>Common Event</name>

<dependencies>
Expand Down
5 changes: 2 additions & 3 deletions common-changenotifier/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</groupId>
<artifactId>common-changenotifier</artifactId>
<version>7.1.4</version>
<version>8.0.0</version>
<name>Common Change-Notifier</name>

<parent>
<artifactId>duracloud</artifactId>
<groupId>org.duracloud</groupId>
<version>7.1.4</version>
<version>8.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -68,7 +68,6 @@
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.7.0</version>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions common-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.duracloud</groupId>
<artifactId>common-cli</artifactId>
<version>7.1.4</version>
<version>8.0.0</version>
<name>DuraCloud Common Command Line Helpers</name>
<description>Some useful framework classes for building commandline tools</description>

<parent>
<groupId>org.duracloud</groupId>
<artifactId>duracloud</artifactId>
<version>7.1.4</version>
<version>8.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions common-db/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</groupId>
<artifactId>common-db</artifactId>
<version>7.1.4</version>
<version>8.0.0</version>
<name>Common DB</name>

<parent>
<artifactId>duracloud</artifactId>
<groupId>org.duracloud</groupId>
<version>7.1.4</version>
<version>8.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions common-event/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</artifactId>
<version>7.1.4</version>
<version>8.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.duracloud</groupId>
<artifactId>common-event</artifactId>
<version>7.1.4</version>
<version>8.0.0</version>
<name>Common Event</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions common-json/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</groupId>
<artifactId>common-json</artifactId>
<version>7.1.4</version>
<version>8.0.0</version>
<name>Common JSON</name>

<parent>
<artifactId>duracloud</artifactId>
<groupId>org.duracloud</groupId>
<version>7.1.4</version>
<version>8.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions common-notification/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</groupId>
<artifactId>common-notification</artifactId>
<version>7.1.4</version>
<version>8.0.0</version>
<name>Common Notification</name>

<parent>
<artifactId>duracloud</artifactId>
<groupId>org.duracloud</groupId>
<version>7.1.4</version>
<version>8.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions common-queue/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</groupId>
<artifactId>common-queue</artifactId>
<version>7.1.4</version>
<version>8.0.0</version>
<name>Common Queue</name>

<parent>
<artifactId>duracloud</artifactId>
<groupId>org.duracloud</groupId>
<version>7.1.4</version>
<version>8.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -35,7 +35,6 @@
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.7.0</version>
</dependency>

</dependencies>
Expand Down
9 changes: 7 additions & 2 deletions common-rest/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</groupId>
<artifactId>common-rest</artifactId>
<version>7.1.4</version>
<version>8.0.0</version>
<name>Common REST</name>

<parent>
<artifactId>duracloud</artifactId>
<groupId>org.duracloud</groupId>
<version>7.1.4</version>
<version>8.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -48,6 +48,11 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions common-test/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</groupId>
<artifactId>common-test</artifactId>
<version>7.1.4</version>
<version>8.0.0</version>
<name>DuraCloud Common Test</name>

<parent>
<artifactId>duracloud</artifactId>
<groupId>org.duracloud</groupId>
<version>7.1.4</version>
<version>8.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions common-xml/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</groupId>
<artifactId>common-xml</artifactId>
<version>7.1.4</version>
<version>8.0.0</version>
<name>Common XML</name>

<parent>
<artifactId>duracloud</artifactId>
<groupId>org.duracloud</groupId>
<version>7.1.4</version>
<version>8.0.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</groupId>
<artifactId>common</artifactId>
<version>7.1.4</version>
<version>8.0.0</version>
<name>Common</name>

<parent>
<artifactId>duracloud</artifactId>
<groupId>org.duracloud</groupId>
<version>7.1.4</version>
<version>8.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions duradmin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<groupId>org.duracloud</groupId>
<artifactId>duradmin</artifactId>
<packaging>war</packaging>
<version>7.1.4</version>
<version>8.0.0</version>
<name>DuraCloud Administrator</name>
<url>http://localhost:8080/${project.artifactId}</url>
<parent>
<groupId>org.duracloud</groupId>
<artifactId>duracloud</artifactId>
<version>7.1.4</version>
<version>8.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 4dcf597

Please sign in to comment.