Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bpross-52n committed Oct 1, 2020
1 parent a036e92 commit e68a3e7
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 22 deletions.
2 changes: 1 addition & 1 deletion engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iceland-stream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>iceland-stream</artifactId>
<name>52°North Iceland Streaming Interfaces</name>
Expand Down
2 changes: 1 addition & 1 deletion kvp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>kvp</artifactId>
<name>52°North javaPS KVP Binding</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<packaging>pom</packaging>

<name>52°North javaPS</name>
Expand Down Expand Up @@ -81,7 +81,7 @@
<url>https://github.com/52North/javaPS</url>
<connection>scm:git:git://github.com/52North/javaPS.git</connection>
<developerConnection>scm:git:ssh://[email protected]/52North/javaPS.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.6.0</tag>
</scm>

<issueManagement>
Expand Down
6 changes: 2 additions & 4 deletions rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@
limitations under the License.
-->
<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">
<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>
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>service</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions transactional-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
limitations under the License.
-->
<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">
<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">
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>transactional-rest</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions transactional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
limitations under the License.
-->
<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">
<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">
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>transactional</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
limitations under the License.
-->
<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">
<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>

<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<artifactId>webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>xml</artifactId>
<name>52°North javaPS POX Binding</name>
Expand Down

0 comments on commit e68a3e7

Please sign in to comment.