Skip to content

Commit 63bbb9f

Browse files
authored
Merge pull request #359 from qbicsoftware/release/set-version-to-0.23.1
Update version to 0.23.1
2 parents bdd9d93 + 0ba4b40 commit 63bbb9f

File tree

14 files changed

+43
-43
lines changed

14 files changed

+43
-43
lines changed

authentication/pom.xml

Lines changed: 5 additions & 5 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.23.0</version>
8+
<version>0.23.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -45,25 +45,25 @@
4545
<dependency>
4646
<groupId>life.qbic</groupId>
4747
<artifactId>broadcasting</artifactId>
48-
<version>0.23.0</version>
48+
<version>0.23.1</version>
4949
<scope>compile</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>life.qbic</groupId>
5353
<artifactId>application-commons</artifactId>
54-
<version>0.23.0</version>
54+
<version>0.23.1</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
5858
<groupId>life.qbic</groupId>
5959
<artifactId>logging</artifactId>
60-
<version>0.23.0</version>
60+
<version>0.23.1</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
<dependency>
6464
<groupId>life.qbic</groupId>
6565
<artifactId>domain-concept</artifactId>
66-
<version>0.23.0</version>
66+
<version>0.23.1</version>
6767
<scope>compile</scope>
6868
</dependency>
6969
<dependency>

authorization/pom.xml

Lines changed: 3 additions & 3 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.23.0</version>
8+
<version>0.23.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>authorization</artifactId>
@@ -17,13 +17,13 @@
1717
<dependency>
1818
<groupId>life.qbic</groupId>
1919
<artifactId>projectmanagement</artifactId>
20-
<version>0.23.0</version>
20+
<version>0.23.1</version>
2121
<scope>compile</scope>
2222
</dependency>
2323
<dependency>
2424
<groupId>life.qbic</groupId>
2525
<artifactId>authentication</artifactId>
26-
<version>0.23.0</version>
26+
<version>0.23.1</version>
2727
<scope>compile</scope>
2828
</dependency>
2929
<dependency>

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.23.0</version>
8+
<version>0.23.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>broadcasting</artifactId>

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.23.0</version>
8+
<version>0.23.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>application-commons</artifactId>

database-connector/pom.xml

Lines changed: 5 additions & 5 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.23.0</version>
8+
<version>0.23.1</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>authentication</artifactId>
25-
<version>0.23.0</version>
25+
<version>0.23.1</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.23.0</version>
81+
<version>0.23.1</version>
8282
<scope>compile</scope>
8383
</dependency>
8484
<dependency>
8585
<groupId>life.qbic</groupId>
8686
<artifactId>projectmanagement</artifactId>
87-
<version>0.23.0</version>
87+
<version>0.23.1</version>
8888
<scope>compile</scope>
8989
</dependency>
9090
<dependency>
@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>life.qbic</groupId>
101101
<artifactId>authorization</artifactId>
102-
<version>0.23.0</version>
102+
<version>0.23.1</version>
103103
<scope>compile</scope>
104104
</dependency>
105105
</dependencies>

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.23.0</version>
9+
<version>0.23.1</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.23.0</version>
8+
<version>0.23.1</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.23.0</version>
8+
<version>0.23.1</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.23.0</version>
46+
<version>0.23.1</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.23.0</version>
8+
<version>0.23.1</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.23.0</version>
22+
<version>0.23.1</version>
2323
<scope>compile</scope>
2424
</dependency>
2525
<dependency>
2626
<groupId>life.qbic</groupId>
2727
<artifactId>logging</artifactId>
28-
<version>0.23.0</version>
28+
<version>0.23.1</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.23.0</version>
49+
<version>0.23.1</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.23.0</version>
10+
<version>0.23.1</version>
1111
<modules>
1212
<module>vaadinfrontend</module>
1313
<module>authentication</module>

0 commit comments

Comments
 (0)