Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare for next development iteration #131

Merged
merged 3 commits into from
Mar 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion engine/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.8.2-SNAPSHOT</version>
<version>1.9.1-SNAPSHOT</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 @@ -21,7 +21,7 @@
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.9.1-SNAPSHOT</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 @@ -21,7 +21,7 @@
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.9.1-SNAPSHOT</version>
</parent>
<artifactId>kvp</artifactId>
<name>52°North javaPS KVP Binding</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

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

<name>52°North javaPS</name>
Expand Down
2 changes: 1 addition & 1 deletion rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.9.1-SNAPSHOT</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 @@ -22,7 +22,7 @@
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.9.1-SNAPSHOT</version>
</parent>

<artifactId>service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transactional-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.9.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>transactional-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion transactional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.9.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>transactional</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webapp/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.8.2-SNAPSHOT</version>
<version>1.9.1-SNAPSHOT</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 @@ -21,7 +21,7 @@
<parent>
<groupId>org.n52.wps</groupId>
<artifactId>javaPS</artifactId>
<version>1.8.2-SNAPSHOT</version>
<version>1.9.1-SNAPSHOT</version>
</parent>
<artifactId>xml</artifactId>
<name>52°North javaPS POX Binding</name>
Expand Down