Skip to content

Commit

Permalink
RELEASE: update to version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robo-w committed Mar 9, 2018
1 parent 9a2a296 commit aa2b603
Show file tree
Hide file tree
Showing 25 changed files with 35 additions and 24 deletions.
2 changes: 1 addition & 1 deletion config/config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>at.wrk.coceso-config</groupId>
<artifactId>coceso-config-base</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<artifactId>coceso-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion config/db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>at.wrk.coceso-config</groupId>
<artifactId>coceso-config-base</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<artifactId>coceso-config-db</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>at.wrk.coceso</groupId>
<artifactId>base</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<groupId>at.wrk.coceso-config</groupId>
Expand Down
2 changes: 1 addition & 1 deletion config/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>at.wrk.coceso-config</groupId>
<artifactId>coceso-config-base</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<artifactId>coceso-config-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geocode/geocode-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>at.wrk.geocode</groupId>
<artifactId>geocode-base</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<artifactId>geocode-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geocode/geocode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>at.wrk.geocode</groupId>
<artifactId>geocode-base</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<artifactId>geocode</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geocode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>at.wrk.coceso</groupId>
<artifactId>base</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<groupId>at.wrk.geocode</groupId>
Expand Down
2 changes: 1 addition & 1 deletion main/db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>at.wrk.coceso</groupId>
<artifactId>main</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<artifactId>coceso-db</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion main/entity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>at.wrk.coceso</groupId>
<artifactId>main</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<artifactId>coceso-entity</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>at.wrk.coceso</groupId>
<artifactId>base</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<artifactId>main</artifactId>
Expand Down
11 changes: 11 additions & 0 deletions main/resources/ReleaseNotes/2.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Coordination Center Software - Release Notes

## Version 2.2.0

**Release date: xxx**

* Added GeoBroker support
* Refactored and hardened NIU user import
* Fixed documentation
* Added docker setup
* Fixed automatic database re-connect
2 changes: 1 addition & 1 deletion main/service-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>at.wrk.coceso</groupId>
<artifactId>main</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<artifactId>coceso-service-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion main/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>at.wrk.coceso</groupId>
<artifactId>main</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<artifactId>coceso-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion main/taglib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>at.wrk.coceso</groupId>
<artifactId>main</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<artifactId>coceso-taglib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion main/view/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>at.wrk.coceso</groupId>
<artifactId>main</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<artifactId>coceso-view</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Global messages for all languages
coceso=CoCeSo
coceso.version=v2.1.0
coceso.version=v2.2.0
2 changes: 1 addition & 1 deletion plugin/geobroker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>coceso-plugins-base</artifactId>
<groupId>at.wrk.coceso-plugins</groupId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion plugin/gmaps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>at.wrk.coceso-plugins</groupId>
<artifactId>coceso-plugins-base</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<artifactId>coceso-gmaps</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin/niu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>at.wrk.coceso-plugins</groupId>
<artifactId>coceso-plugins-base</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<artifactId>coceso-niu</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>at.wrk.coceso</groupId>
<artifactId>base</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<groupId>at.wrk.coceso-plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion plugin/radio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>at.wrk.coceso-plugins</groupId>
<artifactId>coceso-plugins-base</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<artifactId>coceso-radio</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin/vcm-poi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>at.wrk.coceso-plugins</groupId>
<artifactId>coceso-plugins-base</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<artifactId>coceso-vcm-poi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin/vienna/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>at.wrk.coceso-plugins</groupId>
<artifactId>coceso-plugins-base</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<artifactId>coceso-vienna</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin/wflwr-poi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>at.wrk.coceso-plugins</groupId>
<artifactId>coceso-plugins-base</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</parent>

<artifactId>coceso-wflwr-poi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>at.wrk.coceso</groupId>
<artifactId>base</artifactId>
<packaging>pom</packaging>
<version>2.1.0</version>
<version>2.2.0</version>
<name>Coceso Base</name>

<properties>
Expand Down

0 comments on commit aa2b603

Please sign in to comment.