Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Jun 1, 2018
1 parent bbfbc5b commit cf6cc68
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion dc-cudami-admin/dc-cudami-admin-backend-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-admin</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<name>DigitalCollections: cudami Admin (Backend API)</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-admin/dc-cudami-admin-backend-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-admin</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<name>DigitalCollections: cudami Admin (Backend IMPL REST)</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-admin/dc-cudami-admin-business/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-admin</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<name>DigitalCollections: cudami Admin (Business)</name>
Expand Down
4 changes: 2 additions & 2 deletions dc-cudami-admin/dc-cudami-admin-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-admin</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<name>DigitalCollections: cudami Admin (Webapp)</name>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-admin-webapp</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<name>DigitalCollections: cudami Admin</name>
Expand Down
4 changes: 2 additions & 2 deletions dc-cudami-client/dc-cudami-client-openfeign/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-client</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<name>DigitalCollections: cudami Client (OpenFeign)</name>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-client-openfeign</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-client/dc-cudami-client-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-client</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>dc-cudami-client-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>
<artifactId>dc-cudami-client</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-model-parent/dc-cudami-model-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-model-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<name>DigitalCollections: cudami Model (Jackson Bindings)</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-model-parent/dc-cudami-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-model-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<name>DigitalCollections: cudami Model (Model)</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-model-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<name>DigitalCollections: cudami Model (Parent)</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-server/dc-cudami-server-backend-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-server</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<name>DigitalCollections: cudami Server (Backend API)</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-server/dc-cudami-server-backend-inmemory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-server</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<name>DigitalCollections: cudami Server (Backend IMPL InMemory)</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-server/dc-cudami-server-backend-jdbi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-server</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<name>DigitalCollections: cudami Server (Backend IMPL JDBI PostgreSql)</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-server/dc-cudami-server-business/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-server</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<name>DigitalCollections: cudami Server (Business)</name>
Expand Down
4 changes: 2 additions & 2 deletions dc-cudami-server/dc-cudami-server-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-server</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<name>DigitalCollections: cudami Server (Webapp)</name>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-server-webapp</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<name>DigitalCollections: cudami Server</name>
Expand Down
2 changes: 1 addition & 1 deletion dc-cudami-templates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<name>DigitalCollections: cudami Templates</name>
Expand Down
4 changes: 2 additions & 2 deletions dc-cudami-templates/template-website-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami-templates</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<name>DigitalCollections: cudami Templates (Website Spring Boot)</name>
<groupId>de.digitalcollections.cudami</groupId>
<artifactId>template-website-springboot</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.digitalcollections.cudami</groupId>
<artifactId>dc-cudami</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<packaging>pom</packaging>

<name>DigitalCollections: cudami</name>
Expand Down

0 comments on commit cf6cc68

Please sign in to comment.