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

Commit

Permalink
Introduce new Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ole-lilienthal committed May 22, 2020
1 parent a619999 commit cffba3b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions common/persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.opencwa</groupId>
<artifactId>persistence</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>

<properties>
<java.version>11</java.version>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.opencwa</groupId>
<artifactId>protocols</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>server</artifactId>
<groupId>org.opencwa</groupId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -17,7 +17,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>common</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>

<packaging>pom</packaging>
<modules>
Expand Down
4 changes: 2 additions & 2 deletions common/protocols/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>common</artifactId>
<groupId>org.opencwa</groupId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>protocols</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>

<properties>
<sonar.projectKey>corona-warn-app_cwa-server_common_protocols</sonar.projectKey>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</modules>
<groupId>org.opencwa</groupId>
<artifactId>server</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
<name>server</name>
<description>CWA Server</description>

Expand Down
4 changes: 2 additions & 2 deletions services/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>services</artifactId>
<groupId>org.opencwa</groupId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -51,7 +51,7 @@
</build>

<artifactId>distribution</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
<dependencies>
<dependency>
<groupId>io.minio</groupId>
Expand Down
6 changes: 3 additions & 3 deletions services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<artifactId>services</artifactId>
<groupId>org.opencwa</groupId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>

<packaging>pom</packaging>
<modules>
Expand All @@ -35,12 +35,12 @@
<dependency>
<groupId>org.opencwa</groupId>
<artifactId>persistence</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>org.opencwa</groupId>
<artifactId>protocols</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions services/submission/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>services</artifactId>
<groupId>org.opencwa</groupId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>submission</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>

<properties>
<sonar.projectKey>corona-warn-app_cwa-server_services_submission</sonar.projectKey>
Expand Down

0 comments on commit cffba3b

Please sign in to comment.