Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarsballe committed Dec 7, 2019
1 parent c8ad086 commit b4cdb29
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>stratus</groupId>
<artifactId>stratus</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<!-- note use this command to update incremental version on parent and all sub-modules: mvn build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.\${parsedVersion.nextIncrementalVersion} versions:commit -->
<packaging>pom</packaging>
<name>Stratus Parent</name>
Expand Down Expand Up @@ -817,7 +817,7 @@

<scm>
<developerConnection>scm:git:git@github.com:planetlabs/stratus</developerConnection>
<tag>HEAD</tag>
<tag>v1.6.0</tag>
</scm>

<build>
Expand Down
2 changes: 1 addition & 1 deletion src/stratus-application-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>stratus</artifactId>
<groupId>stratus</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/stratus-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>stratus</groupId>
<artifactId>stratus</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/stratus-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>stratus</groupId>
<artifactId>stratus</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/stratus-extras/ndvi-process/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>stratus-extras</artifactId>
<groupId>stratus</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/stratus-extras/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>stratus</artifactId>
<groupId>stratus</groupId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../</relativePath>
</parent>
<artifactId>stratus-extras</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/stratus-gwc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>stratus</groupId>
<artifactId>stratus</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion src/stratus-ows/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>stratus</groupId>
<artifactId>stratus</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion src/stratus-ows/stratus-ows-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>stratus</groupId>
<artifactId>stratus-ows</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/stratus-ows/stratus-ows-wcs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>stratus</groupId>
<artifactId>stratus-ows</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/stratus-ows/stratus-ows-wfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>stratus</groupId>
<artifactId>stratus-ows</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/stratus-ows/stratus-ows-wms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>stratus</groupId>
<artifactId>stratus-ows</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion src/stratus-redis-catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>stratus</groupId>
<artifactId>stratus</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<name>Stratus Redis Catalog</name>
Expand Down
2 changes: 1 addition & 1 deletion src/stratus-redis-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>stratus</groupId>
<artifactId>stratus</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/stratus-redis-resource-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>stratus</groupId>
<artifactId>stratus</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/stratus-wps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>stratus</groupId>
<artifactId>stratus</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit b4cdb29

Please sign in to comment.