Skip to content

Commit a7e8f52

Browse files
committed
Set version to 0.27.0
1 parent 5a3eead commit a7e8f52

File tree

14 files changed

+41
-41
lines changed

14 files changed

+41
-41
lines changed

application-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datamanager</artifactId>
77
<groupId>life.qbic</groupId>
8-
<version>0.26.1</version>
8+
<version>0.27.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>application-commons</artifactId>

broadcasting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datamanager</artifactId>
77
<groupId>life.qbic</groupId>
8-
<version>0.26.1</version>
8+
<version>0.27.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>broadcasting</artifactId>

database-connector/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datamanager</artifactId>
77
<groupId>life.qbic</groupId>
8-
<version>0.26.1</version>
8+
<version>0.27.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>database-connector</artifactId>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>life.qbic</groupId>
2424
<artifactId>user-domain</artifactId>
25-
<version>0.26.1</version>
25+
<version>0.27.0</version>
2626
<scope>compile</scope>
2727
</dependency>
2828
<dependency>
@@ -78,13 +78,13 @@
7878
<dependency>
7979
<groupId>life.qbic</groupId>
8080
<artifactId>finances</artifactId>
81-
<version>0.26.1</version>
81+
<version>0.27.0</version>
8282
<scope>compile</scope>
8383
</dependency>
8484
<dependency>
8585
<groupId>life.qbic</groupId>
8686
<artifactId>projectmanagement-domain</artifactId>
87-
<version>0.26.1</version>
87+
<version>0.27.0</version>
8888
<scope>compile</scope>
8989
</dependency>
9090
<dependency>

domain-concept/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>life.qbic</groupId>
88
<artifactId>datamanager</artifactId>
9-
<version>0.26.1</version>
9+
<version>0.27.0</version>
1010
</parent>
1111

1212
<artifactId>domain-concept</artifactId>

finances/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datamanager</artifactId>
77
<groupId>life.qbic</groupId>
8-
<version>0.26.1</version>
8+
<version>0.27.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>finances</artifactId>

logging/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datamanager</artifactId>
77
<groupId>life.qbic</groupId>
8-
<version>0.26.1</version>
8+
<version>0.27.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>logging</artifactId>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>life.qbic.logging</groupId>
4545
<artifactId>subscription-api</artifactId>
46-
<version>0.26.1</version>
46+
<version>0.27.0</version>
4747
<scope>compile</scope>
4848
</dependency>
4949
</dependencies>

newshandler/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datamanager</artifactId>
77
<groupId>life.qbic</groupId>
8-
<version>0.26.1</version>
8+
<version>0.27.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -19,13 +19,13 @@
1919
<dependency>
2020
<groupId>life.qbic</groupId>
2121
<artifactId>application-commons</artifactId>
22-
<version>0.26.1</version>
22+
<version>0.27.0</version>
2323
<scope>compile</scope>
2424
</dependency>
2525
<dependency>
2626
<groupId>life.qbic</groupId>
2727
<artifactId>logging</artifactId>
28-
<version>0.26.1</version>
28+
<version>0.27.0</version>
2929
<scope>compile</scope>
3030
</dependency>
3131
<!-- https://mvnrepository.com/artifact/jakarta.mail/jakarta.mail-api -->
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>life.qbic</groupId>
4848
<artifactId>domain-concept</artifactId>
49-
<version>0.26.1</version>
49+
<version>0.27.0</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>life.qbic</groupId>
88
<artifactId>datamanager</artifactId>
99
<name>Data Manager</name>
10-
<version>0.26.1</version>
10+
<version>0.27.0</version>
1111
<modules>
1212
<module>vaadinfrontend</module>
1313
<module>user-domain</module>

projectmanagement-domain/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>datamanager</artifactId>
66
<groupId>life.qbic</groupId>
7-
<version>0.26.1</version>
7+
<version>0.27.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>projectmanagement-domain</artifactId>
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>life.qbic</groupId>
3535
<artifactId>finances</artifactId>
36-
<version>0.26.1</version>
36+
<version>0.27.0</version>
3737
<scope>compile</scope>
3838
</dependency>
3939
<dependency>
@@ -43,13 +43,13 @@
4343
<dependency>
4444
<groupId>life.qbic</groupId>
4545
<artifactId>application-commons</artifactId>
46-
<version>0.26.1</version>
46+
<version>0.27.0</version>
4747
<scope>compile</scope>
4848
</dependency>
4949
<dependency>
5050
<groupId>life.qbic</groupId>
5151
<artifactId>logging</artifactId>
52-
<version>0.26.1</version>
52+
<version>0.27.0</version>
5353
<scope>compile</scope>
5454
</dependency>
5555
<dependency>
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>life.qbic</groupId>
6363
<artifactId>domain-concept</artifactId>
64-
<version>0.26.1</version>
64+
<version>0.27.0</version>
6565
<scope>compile</scope>
6666
</dependency>
6767
<dependency>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>life.qbic.datamanager</groupId>
8686
<artifactId>user-domain-api</artifactId>
87-
<version>0.26.1</version>
87+
<version>0.27.0</version>
8888
<scope>compile</scope>
8989
</dependency>
9090
</dependencies>

subscription-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datamanager</artifactId>
77
<groupId>life.qbic</groupId>
8-
<version>0.26.1</version>
8+
<version>0.27.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>life.qbic.logging</groupId>

0 commit comments

Comments
 (0)