Skip to content

Commit

Permalink
Set version to 0.20.1 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyQ5 authored Jul 6, 2023
1 parent 4186350 commit 898017e
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 42 deletions.
10 changes: 5 additions & 5 deletions authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datamanager</artifactId>
<groupId>life.qbic</groupId>
<version>0.20.0</version>
<version>0.20.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -45,25 +45,25 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>broadcasting</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>application-commons</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>logging</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>domain-concept</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions authorization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datamanager</artifactId>
<groupId>life.qbic</groupId>
<version>0.20.0</version>
<version>0.20.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>authorization</artifactId>
Expand All @@ -17,13 +17,13 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>projectmanagement</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>authentication</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion broadcasting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datamanager</artifactId>
<groupId>life.qbic</groupId>
<version>0.20.0</version>
<version>0.20.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>broadcasting</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datamanager</artifactId>
<groupId>life.qbic</groupId>
<version>0.20.0</version>
<version>0.20.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>application-commons</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions database-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datamanager</artifactId>
<groupId>life.qbic</groupId>
<version>0.20.0</version>
<version>0.20.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>database-connector</artifactId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>authentication</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -78,13 +78,13 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>finances</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>projectmanagement</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion domain-concept/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>life.qbic</groupId>
<artifactId>datamanager</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
</parent>

<artifactId>domain-concept</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion finances/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datamanager</artifactId>
<groupId>life.qbic</groupId>
<version>0.20.0</version>
<version>0.20.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>finances</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datamanager</artifactId>
<groupId>life.qbic</groupId>
<version>0.20.0</version>
<version>0.20.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>logging</artifactId>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>life.qbic.logging</groupId>
<artifactId>subscription-api</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions newshandler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datamanager</artifactId>
<groupId>life.qbic</groupId>
<version>0.20.0</version>
<version>0.20.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -19,13 +19,13 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>application-commons</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>logging</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/jakarta.mail/jakarta.mail-api -->
Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>domain-concept</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>life.qbic</groupId>
<artifactId>datamanager</artifactId>
<name>Data Manager</name>
<version>0.20.0</version>
<version>0.20.1</version>
<modules>
<module>vaadinfrontend</module>
<module>authentication</module>
Expand Down
10 changes: 5 additions & 5 deletions projectmanagement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>datamanager</artifactId>
<groupId>life.qbic</groupId>
<version>0.20.0</version>
<version>0.20.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>projectmanagement</artifactId>
Expand Down Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>finances</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -43,13 +43,13 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>application-commons</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>logging</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -61,7 +61,7 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>domain-concept</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion subscription-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datamanager</artifactId>
<groupId>life.qbic</groupId>
<version>0.20.0</version>
<version>0.20.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>life.qbic.logging</groupId>
Expand Down
4 changes: 2 additions & 2 deletions subscription-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>datamanager</artifactId>
<groupId>life.qbic</groupId>
<version>0.20.0</version>
<version>0.20.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>life.qbic.logging</groupId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>life.qbic.logging</groupId>
<artifactId>subscription-api</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
22 changes: 11 additions & 11 deletions vaadinfrontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>life.qbic</groupId>
<artifactId>datamanager</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
</parent>

<repositories>
Expand Down Expand Up @@ -158,31 +158,31 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>authentication</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>broadcasting</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>application-commons</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>newsreader</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>logging</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -192,29 +192,29 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>projectmanagement</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic.logging</groupId>
<artifactId>subscription-provider</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>authorization</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>database-connector</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>domain-concept</artifactId>
<version>0.20.0</version>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 898017e

Please sign in to comment.