Skip to content

Commit

Permalink
Set version to 0.29.0 (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyQ5 authored Nov 7, 2023
1 parent a0e4cc6 commit 9faf892
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion application-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.28.2</version>
<version>0.29.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>application-commons</artifactId>
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.28.2</version>
<version>0.29.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>broadcasting</artifactId>
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.28.2</version>
<version>0.29.0</version>
</parent>

<artifactId>domain-concept</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions email-service-provider/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.28.2</version>
<version>0.29.0</version>
</parent>

<groupId>life.qbic.infrastructure</groupId>
Expand All @@ -21,13 +21,13 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>identity</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>project-management</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
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.28.2</version>
<version>0.29.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>finances</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion identity-api/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.28.2</version>
<version>0.29.0</version>
</parent>

<groupId>life.qbic.datamanager</groupId>
Expand Down
4 changes: 2 additions & 2 deletions identity-infrastructure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>life.qbic</groupId>
<artifactId>datamanager</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
</parent>
<artifactId>identity-infrastructure</artifactId>
<dependencies>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>identity</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
12 changes: 6 additions & 6 deletions identity/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.28.2</version>
<version>0.29.0</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.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>application-commons</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>logging</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>domain-concept</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -86,7 +86,7 @@
<dependency>
<groupId>life.qbic.datamanager</groupId>
<artifactId>identity-api</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
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.28.2</version>
<version>0.29.0</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.28.2</version>
<version>0.29.0</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.28.2</version>
<version>0.29.0</version>
<modules>
<module>user-interface</module>
<module>identity</module>
Expand Down
4 changes: 2 additions & 2 deletions project-management-infrastructure/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.28.2</version>
<version>0.29.0</version>
</parent>

<groupId>life.qbic.identity</groupId>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>project-management</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions project-management/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.28.2</version>
<version>0.29.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>project-management</artifactId>
Expand Down Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>finances</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -43,13 +43,13 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>application-commons</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>logging</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -61,7 +61,7 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>domain-concept</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -84,7 +84,7 @@
<dependency>
<groupId>life.qbic.datamanager</groupId>
<artifactId>identity-api</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
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.28.2</version>
<version>0.29.0</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.28.2</version>
<version>0.29.0</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.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
22 changes: 11 additions & 11 deletions user-interface/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.28.2</version>
<version>0.29.0</version>
</parent>

<repositories>
Expand Down Expand Up @@ -170,31 +170,31 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>identity</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>identity-infrastructure</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>broadcasting</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>application-commons</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>logging</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -204,18 +204,18 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>project-management</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic.logging</groupId>
<artifactId>subscription-provider</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
</dependency>
<dependency>
<groupId>life.qbic</groupId>
<artifactId>domain-concept</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -225,13 +225,13 @@
<dependency>
<groupId>life.qbic.identity</groupId>
<artifactId>project-management-infrastructure</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>life.qbic.infrastructure</groupId>
<artifactId>email-service-provider</artifactId>
<version>0.28.2</version>
<version>0.29.0</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 9faf892

Please sign in to comment.