Skip to content

Commit

Permalink
Updates version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bbranan committed Nov 4, 2019
1 parent 37d3596 commit 14695f5
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>2.1.0-SNAPSHOT</version>
<version>2.0.2</version>
<name>DuraCloud Snapshot</name>
<description>Extension of DuraCloud to support dark archival storage systems</description>
<url>http://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 @@ -5,14 +5,14 @@
<groupId>org.duracloud.snapshot</groupId>
<artifactId>ROOT</artifactId>
<packaging>war</packaging>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.2</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>2.1.0-SNAPSHOT</version>
<version>2.0.2</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,7 +2,7 @@
<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>2.1.0-SNAPSHOT</version>
<version>2.0.2</version>
<groupId>org.duracloud.snapshot</groupId>
<artifactId>bridge</artifactId>
<packaging>war</packaging>
Expand All @@ -11,7 +11,7 @@
<parent>
<groupId>org.duracloud.snapshot</groupId>
<artifactId>snapshot-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.2</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,7 +2,7 @@
<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>2.1.0-SNAPSHOT</version>
<version>2.0.2</version>
<groupId>org.duracloud.snapshot</groupId>
<artifactId>snapshot-common-db</artifactId>
<packaging>jar</packaging>
Expand All @@ -11,7 +11,7 @@
<parent>
<groupId>org.duracloud.snapshot</groupId>
<artifactId>snapshot-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.2</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 @@ -6,13 +6,13 @@
<groupId>org.duracloud.snapshot</groupId>
<artifactId>snapshot-common-test</artifactId>
<packaging>jar</packaging>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.2</version>
<name>Duracloud Snapshot Common Test</name>

<parent>
<groupId>org.duracloud.snapshot</groupId>
<artifactId>snapshot-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.2</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,7 +2,7 @@
<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>2.1.0-SNAPSHOT</version>
<version>2.0.2</version>
<groupId>org.duracloud.snapshot</groupId>
<artifactId>snapshot-common</artifactId>
<packaging>jar</packaging>
Expand All @@ -11,7 +11,7 @@
<parent>
<groupId>org.duracloud.snapshot</groupId>
<artifactId>snapshot-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.2</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 @@ -6,13 +6,13 @@
<groupId>org.duracloud.snapshot</groupId>
<artifactId>snapshot-service-impl</artifactId>
<packaging>jar</packaging>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.2</version>
<name>Duracloud Snapshot Service Impl</name>

<parent>
<groupId>org.duracloud.snapshot</groupId>
<artifactId>snapshot-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.2</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,7 +2,7 @@
<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>2.1.0-SNAPSHOT</version>
<version>2.0.2</version>
<groupId>org.duracloud.snapshot</groupId>
<artifactId>snapshot-service</artifactId>
<packaging>jar</packaging>
Expand All @@ -11,7 +11,7 @@
<parent>
<groupId>org.duracloud.snapshot</groupId>
<artifactId>snapshot-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 14695f5

Please sign in to comment.