Skip to content

Commit 7b6a853

Browse files
Merge pull request #223 from qbicsoftware/release/set-version-to-0.15.0
Update version to 0.15.0
2 parents a21b7a5 + 59aad71 commit 7b6a853

File tree

14 files changed

+41
-41
lines changed

14 files changed

+41
-41
lines changed

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

authorization/pom.xml

+3-3
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.14.0</version>
8+
<version>0.15.0</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.14.0</version>
20+
<version>0.15.0</version>
2121
<scope>compile</scope>
2222
</dependency>
2323
<dependency>
2424
<groupId>life.qbic</groupId>
2525
<artifactId>authentication</artifactId>
26-
<version>0.14.0</version>
26+
<version>0.15.0</version>
2727
<scope>compile</scope>
2828
</dependency>
2929
<dependency>

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

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.14.0</version>
8+
<version>0.15.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>application-commons</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.14.0</version>
8+
<version>0.15.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>authentication</artifactId>
25-
<version>0.14.0</version>
25+
<version>0.15.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.14.0</version>
81+
<version>0.15.0</version>
8282
<scope>compile</scope>
8383
</dependency>
8484
<dependency>
8585
<groupId>life.qbic</groupId>
8686
<artifactId>projectmanagement</artifactId>
87-
<version>0.14.0</version>
87+
<version>0.15.0</version>
8888
<scope>compile</scope>
8989
</dependency>
9090
</dependencies>

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

projectmanagement/pom.xml

+4-4
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.14.0</version>
7+
<version>0.15.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>projectmanagement</artifactId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>life.qbic</groupId>
2525
<artifactId>finances</artifactId>
26-
<version>0.14.0</version>
26+
<version>0.15.0</version>
2727
<scope>compile</scope>
2828
</dependency>
2929
<dependency>
@@ -33,13 +33,13 @@
3333
<dependency>
3434
<groupId>life.qbic</groupId>
3535
<artifactId>application-commons</artifactId>
36-
<version>0.14.0</version>
36+
<version>0.15.0</version>
3737
<scope>compile</scope>
3838
</dependency>
3939
<dependency>
4040
<groupId>life.qbic</groupId>
4141
<artifactId>logging</artifactId>
42-
<version>0.14.0</version>
42+
<version>0.15.0</version>
4343
<scope>compile</scope>
4444
</dependency>
4545
<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.14.0</version>
8+
<version>0.15.0</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.14.0</version>
8+
<version>0.15.0</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.14.0</version>
17+
<version>0.15.0</version>
1818
<scope>compile</scope>
1919
</dependency>
2020
<dependency>

vaadinfrontend/pom.xml

+11-11
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.14.0</version>
14+
<version>0.15.0</version>
1515
</parent>
1616

1717
<repositories>
@@ -158,31 +158,31 @@
158158
<dependency>
159159
<groupId>life.qbic</groupId>
160160
<artifactId>authentication</artifactId>
161-
<version>0.14.0</version>
161+
<version>0.15.0</version>
162162
<scope>compile</scope>
163163
</dependency>
164164
<dependency>
165165
<groupId>life.qbic</groupId>
166166
<artifactId>broadcasting</artifactId>
167-
<version>0.14.0</version>
167+
<version>0.15.0</version>
168168
<scope>compile</scope>
169169
</dependency>
170170
<dependency>
171171
<groupId>life.qbic</groupId>
172172
<artifactId>application-commons</artifactId>
173-
<version>0.14.0</version>
173+
<version>0.15.0</version>
174174
<scope>compile</scope>
175175
</dependency>
176176
<dependency>
177177
<groupId>life.qbic</groupId>
178178
<artifactId>newsreader</artifactId>
179-
<version>0.14.0</version>
179+
<version>0.15.0</version>
180180
<scope>compile</scope>
181181
</dependency>
182182
<dependency>
183183
<groupId>life.qbic</groupId>
184184
<artifactId>logging</artifactId>
185-
<version>0.14.0</version>
185+
<version>0.15.0</version>
186186
<scope>compile</scope>
187187
</dependency>
188188
<dependency>
@@ -192,29 +192,29 @@
192192
<dependency>
193193
<groupId>life.qbic</groupId>
194194
<artifactId>projectmanagement</artifactId>
195-
<version>0.14.0</version>
195+
<version>0.15.0</version>
196196
<scope>compile</scope>
197197
</dependency>
198198
<dependency>
199199
<groupId>life.qbic.logging</groupId>
200200
<artifactId>subscription-provider</artifactId>
201-
<version>0.14.0</version>
201+
<version>0.15.0</version>
202202
</dependency>
203203
<dependency>
204204
<groupId>life.qbic</groupId>
205205
<artifactId>authorization</artifactId>
206-
<version>0.14.0</version>
206+
<version>0.15.0</version>
207207
</dependency>
208208
<dependency>
209209
<groupId>life.qbic</groupId>
210210
<artifactId>database-connector</artifactId>
211-
<version>0.14.0</version>
211+
<version>0.15.0</version>
212212
<scope>compile</scope>
213213
</dependency>
214214
<dependency>
215215
<groupId>life.qbic</groupId>
216216
<artifactId>domain-concept</artifactId>
217-
<version>0.14.0</version>
217+
<version>0.15.0</version>
218218
<scope>compile</scope>
219219
</dependency>
220220
<dependency>

0 commit comments

Comments
 (0)