Skip to content

Commit 5d1bf58

Browse files
committed
Merge branch 'main' into release-2023-10-10
# Conflicts: # authorization/pom.xml # database-connector/pom.xml # vaadinfrontend/pom.xml
2 parents fd55a04 + 60cfbd9 commit 5d1bf58

File tree

13 files changed

+38
-38
lines changed

13 files changed

+38
-38
lines changed

application-commons/pom.xml

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

broadcasting/pom.xml

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

database-connector/pom.xml

+4-4
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.0</version>
8+
<version>0.26.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>user-domain</artifactId>
25-
<version>0.26.0</version>
25+
<version>0.26.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.26.0</version>
81+
<version>0.26.1</version>
8282
<scope>compile</scope>
8383
</dependency>
8484
<dependency>
8585
<groupId>life.qbic</groupId>
8686
<artifactId>projectmanagement-domain</artifactId>
87-
<version>0.26.0</version>
87+
<version>0.26.1</version>
8888
<scope>compile</scope>
8989
</dependency>
9090
<dependency>

domain-concept/pom.xml

+1-1
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.0</version>
9+
<version>0.26.1</version>
1010
</parent>
1111

1212
<artifactId>domain-concept</artifactId>

finances/pom.xml

+1-1
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.0</version>
8+
<version>0.26.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>finances</artifactId>

logging/pom.xml

+2-2
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.0</version>
8+
<version>0.26.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.26.0</version>
46+
<version>0.26.1</version>
4747
<scope>compile</scope>
4848
</dependency>
4949
</dependencies>

newshandler/pom.xml

+4-4
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.0</version>
8+
<version>0.26.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.26.0</version>
22+
<version>0.26.1</version>
2323
<scope>compile</scope>
2424
</dependency>
2525
<dependency>
2626
<groupId>life.qbic</groupId>
2727
<artifactId>logging</artifactId>
28-
<version>0.26.0</version>
28+
<version>0.26.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.26.0</version>
49+
<version>0.26.1</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
</dependencies>

pom.xml

+1-1
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.0</version>
10+
<version>0.26.1</version>
1111
<modules>
1212
<module>vaadinfrontend</module>
1313
<module>user-domain</module>

projectmanagement-domain/pom.xml

+5-5
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.0</version>
7+
<version>0.26.1</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.0</version>
36+
<version>0.26.1</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.0</version>
46+
<version>0.26.1</version>
4747
<scope>compile</scope>
4848
</dependency>
4949
<dependency>
5050
<groupId>life.qbic</groupId>
5151
<artifactId>logging</artifactId>
52-
<version>0.26.0</version>
52+
<version>0.26.1</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.0</version>
64+
<version>0.26.1</version>
6565
<scope>compile</scope>
6666
</dependency>
6767
<dependency>

subscription-api/pom.xml

+1-1
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.0</version>
8+
<version>0.26.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>life.qbic.logging</groupId>

subscription-provider/pom.xml

+2-2
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.0</version>
8+
<version>0.26.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>life.qbic.logging</groupId>
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>life.qbic.logging</groupId>
1616
<artifactId>subscription-api</artifactId>
17-
<version>0.26.0</version>
17+
<version>0.26.1</version>
1818
<scope>compile</scope>
1919
</dependency>
2020
<dependency>

user-domain/pom.xml

+5-5
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.0</version>
8+
<version>0.26.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.26.0</version>
48+
<version>0.26.1</version>
4949
<scope>compile</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>life.qbic</groupId>
5353
<artifactId>application-commons</artifactId>
54-
<version>0.26.0</version>
54+
<version>0.26.1</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
5858
<groupId>life.qbic</groupId>
5959
<artifactId>logging</artifactId>
60-
<version>0.26.0</version>
60+
<version>0.26.1</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
<dependency>
6464
<groupId>life.qbic</groupId>
6565
<artifactId>domain-concept</artifactId>
66-
<version>0.26.0</version>
66+
<version>0.26.1</version>
6767
<scope>compile</scope>
6868
</dependency>
6969
<dependency>

vaadinfrontend/pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>life.qbic</groupId>
1313
<artifactId>datamanager</artifactId>
14-
<version>0.26.0</version>
14+
<version>0.26.1</version>
1515
</parent>
1616

1717
<repositories>
@@ -170,31 +170,31 @@
170170
<dependency>
171171
<groupId>life.qbic</groupId>
172172
<artifactId>user-domain</artifactId>
173-
<version>0.26.0</version>
173+
<version>0.26.1</version>
174174
<scope>compile</scope>
175175
</dependency>
176176
<dependency>
177177
<groupId>life.qbic</groupId>
178178
<artifactId>broadcasting</artifactId>
179-
<version>0.26.0</version>
179+
<version>0.26.1</version>
180180
<scope>compile</scope>
181181
</dependency>
182182
<dependency>
183183
<groupId>life.qbic</groupId>
184184
<artifactId>application-commons</artifactId>
185-
<version>0.26.0</version>
185+
<version>0.26.1</version>
186186
<scope>compile</scope>
187187
</dependency>
188188
<dependency>
189189
<groupId>life.qbic</groupId>
190190
<artifactId>newsreader</artifactId>
191-
<version>0.26.0</version>
191+
<version>0.26.1</version>
192192
<scope>compile</scope>
193193
</dependency>
194194
<dependency>
195195
<groupId>life.qbic</groupId>
196196
<artifactId>logging</artifactId>
197-
<version>0.26.0</version>
197+
<version>0.26.1</version>
198198
<scope>compile</scope>
199199
</dependency>
200200
<dependency>
@@ -204,24 +204,24 @@
204204
<dependency>
205205
<groupId>life.qbic</groupId>
206206
<artifactId>projectmanagement-domain</artifactId>
207-
<version>0.26.0</version>
207+
<version>0.26.1</version>
208208
<scope>compile</scope>
209209
</dependency>
210210
<dependency>
211211
<groupId>life.qbic.logging</groupId>
212212
<artifactId>subscription-provider</artifactId>
213-
<version>0.26.0</version>
213+
<version>0.26.1</version>
214214
</dependency>
215215
<dependency>
216216
<groupId>life.qbic</groupId>
217217
<artifactId>database-connector</artifactId>
218-
<version>0.26.0</version>
218+
<version>0.26.1</version>
219219
<scope>compile</scope>
220220
</dependency>
221221
<dependency>
222222
<groupId>life.qbic</groupId>
223223
<artifactId>domain-concept</artifactId>
224-
<version>0.26.0</version>
224+
<version>0.26.1</version>
225225
<scope>compile</scope>
226226
</dependency>
227227
<dependency>

0 commit comments

Comments
 (0)