Skip to content

Commit

Permalink
Update version to 4.1.0-SNAPSHOT for continued development.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Mar 1, 2024
1 parent 51f9ee4 commit 742eb68
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
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.snapshot</groupId>
<artifactId>snapshot-parent</artifactId>
<packaging>pom</packaging>
<version>4.0.0</version>
<version>4.1.0-SNAPSHOT</version>
<name>DuraCloud Snapshot</name>
<description>Extension of DuraCloud to support dark archival storage systems</description>
<url>https://duracloud.org</url>
Expand Down
4 changes: 2 additions & 2 deletions rewrite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

<artifactId>ROOT</artifactId>
<packaging>war</packaging>
<version>4.0.0</version>
<version>4.1.0-SNAPSHOT</version>
<name>DuraCloud Bridge Rewrite War</name>
<url>http://localhost:8080/${project.artifactId}</url>

<parent>
<groupId>org.duracloud.snapshot</groupId>
<artifactId>snapshot-parent</artifactId>
<version>4.0.0</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions snapshot-bridge-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<version>4.0.0</version>
<version>4.1.0-SNAPSHOT</version>
<artifactId>bridge</artifactId>
<packaging>war</packaging>
<name>DuraCloud to Bridge Web Application</name>

<parent>
<groupId>org.duracloud.snapshot</groupId>
<artifactId>snapshot-parent</artifactId>
<version>4.0.0</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions snapshot-common-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<version>4.0.0</version>
<version>4.1.0-SNAPSHOT</version>
<artifactId>snapshot-common-db</artifactId>
<packaging>jar</packaging>
<name>Snapshot Common DB</name>

<parent>
<groupId>org.duracloud.snapshot</groupId>
<artifactId>snapshot-parent</artifactId>
<version>4.0.0</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions snapshot-common-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>snapshot-common-test</artifactId>
<packaging>jar</packaging>
<version>4.0.0</version>
<version>4.1.0-SNAPSHOT</version>
<name>Duracloud Snapshot Common Test</name>

<parent>
<groupId>org.duracloud.snapshot</groupId>
<artifactId>snapshot-parent</artifactId>
<version>4.0.0</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions snapshot-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<version>4.0.0</version>
<version>4.1.0-SNAPSHOT</version>
<artifactId>snapshot-common</artifactId>
<packaging>jar</packaging>
<name>Snapshot Common</name>

<parent>
<groupId>org.duracloud.snapshot</groupId>
<artifactId>snapshot-parent</artifactId>
<version>4.0.0</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions snapshot-service-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>snapshot-service-impl</artifactId>
<packaging>jar</packaging>
<version>4.0.0</version>
<version>4.1.0-SNAPSHOT</version>
<name>Duracloud Snapshot Service Impl</name>

<parent>
<groupId>org.duracloud.snapshot</groupId>
<artifactId>snapshot-parent</artifactId>
<version>4.0.0</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions snapshot-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<version>4.0.0</version>
<version>4.1.0-SNAPSHOT</version>
<artifactId>snapshot-service</artifactId>
<packaging>jar</packaging>
<name>Snapshot Service Layer</name>

<parent>
<groupId>org.duracloud.snapshot</groupId>
<artifactId>snapshot-parent</artifactId>
<version>4.0.0</version>
<version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 742eb68

Please sign in to comment.