Skip to content

Commit 9faf892

Browse files
authored
Set version to 0.29.0 (#419)
1 parent a0e4cc6 commit 9faf892

File tree

15 files changed

+41
-41
lines changed

15 files changed

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

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.28.2</version>
9+
<version>0.29.0</version>
1010
</parent>
1111

1212
<artifactId>domain-concept</artifactId>

email-service-provider/pom.xml

+3-3
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.28.2</version>
9+
<version>0.29.0</version>
1010
</parent>
1111

1212
<groupId>life.qbic.infrastructure</groupId>
@@ -21,13 +21,13 @@
2121
<dependency>
2222
<groupId>life.qbic</groupId>
2323
<artifactId>identity</artifactId>
24-
<version>0.28.2</version>
24+
<version>0.29.0</version>
2525
<scope>compile</scope>
2626
</dependency>
2727
<dependency>
2828
<groupId>life.qbic</groupId>
2929
<artifactId>project-management</artifactId>
30-
<version>0.28.2</version>
30+
<version>0.29.0</version>
3131
<scope>compile</scope>
3232
</dependency>
3333
<dependency>

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

identity-api/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.28.2</version>
9+
<version>0.29.0</version>
1010
</parent>
1111

1212
<groupId>life.qbic.datamanager</groupId>

identity-infrastructure/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<parent>
77
<groupId>life.qbic</groupId>
88
<artifactId>datamanager</artifactId>
9-
<version>0.28.2</version>
9+
<version>0.29.0</version>
1010
</parent>
1111
<artifactId>identity-infrastructure</artifactId>
1212
<dependencies>
1313
<dependency>
1414
<groupId>life.qbic</groupId>
1515
<artifactId>identity</artifactId>
16-
<version>0.28.2</version>
16+
<version>0.29.0</version>
1717
<scope>compile</scope>
1818
</dependency>
1919
</dependencies>

identity/pom.xml

+6-6
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.28.2</version>
8+
<version>0.29.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.28.2</version>
48+
<version>0.29.0</version>
4949
<scope>compile</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>life.qbic</groupId>
5353
<artifactId>application-commons</artifactId>
54-
<version>0.28.2</version>
54+
<version>0.29.0</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
5858
<groupId>life.qbic</groupId>
5959
<artifactId>logging</artifactId>
60-
<version>0.28.2</version>
60+
<version>0.29.0</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
<dependency>
6464
<groupId>life.qbic</groupId>
6565
<artifactId>domain-concept</artifactId>
66-
<version>0.28.2</version>
66+
<version>0.29.0</version>
6767
<scope>compile</scope>
6868
</dependency>
6969
<dependency>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>life.qbic.datamanager</groupId>
8888
<artifactId>identity-api</artifactId>
89-
<version>0.28.2</version>
89+
<version>0.29.0</version>
9090
<scope>compile</scope>
9191
</dependency>
9292
</dependencies>

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.28.2</version>
8+
<version>0.29.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.28.2</version>
46+
<version>0.29.0</version>
4747
<scope>compile</scope>
4848
</dependency>
4949
</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.28.2</version>
10+
<version>0.29.0</version>
1111
<modules>
1212
<module>user-interface</module>
1313
<module>identity</module>

project-management-infrastructure/pom.xml

+2-2
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.28.2</version>
9+
<version>0.29.0</version>
1010
</parent>
1111

1212
<groupId>life.qbic.identity</groupId>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>life.qbic</groupId>
3131
<artifactId>project-management</artifactId>
32-
<version>0.28.2</version>
32+
<version>0.29.0</version>
3333
<scope>compile</scope>
3434
</dependency>
3535
<dependency>

project-management/pom.xml

+6-6
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.28.2</version>
7+
<version>0.29.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>project-management</artifactId>
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>life.qbic</groupId>
3535
<artifactId>finances</artifactId>
36-
<version>0.28.2</version>
36+
<version>0.29.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.28.2</version>
46+
<version>0.29.0</version>
4747
<scope>compile</scope>
4848
</dependency>
4949
<dependency>
5050
<groupId>life.qbic</groupId>
5151
<artifactId>logging</artifactId>
52-
<version>0.28.2</version>
52+
<version>0.29.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.28.2</version>
64+
<version>0.29.0</version>
6565
<scope>compile</scope>
6666
</dependency>
6767
<dependency>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>life.qbic.datamanager</groupId>
8686
<artifactId>identity-api</artifactId>
87-
<version>0.28.2</version>
87+
<version>0.29.0</version>
8888
<scope>compile</scope>
8989
</dependency>
9090
</dependencies>

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.28.2</version>
8+
<version>0.29.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.28.2</version>
8+
<version>0.29.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.28.2</version>
17+
<version>0.29.0</version>
1818
<scope>compile</scope>
1919
</dependency>
2020
<dependency>

user-interface/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.28.2</version>
14+
<version>0.29.0</version>
1515
</parent>
1616

1717
<repositories>
@@ -170,31 +170,31 @@
170170
<dependency>
171171
<groupId>life.qbic</groupId>
172172
<artifactId>identity</artifactId>
173-
<version>0.28.2</version>
173+
<version>0.29.0</version>
174174
<scope>compile</scope>
175175
</dependency>
176176
<dependency>
177177
<groupId>life.qbic</groupId>
178178
<artifactId>identity-infrastructure</artifactId>
179-
<version>0.28.2</version>
179+
<version>0.29.0</version>
180180
<scope>compile</scope>
181181
</dependency>
182182
<dependency>
183183
<groupId>life.qbic</groupId>
184184
<artifactId>broadcasting</artifactId>
185-
<version>0.28.2</version>
185+
<version>0.29.0</version>
186186
<scope>compile</scope>
187187
</dependency>
188188
<dependency>
189189
<groupId>life.qbic</groupId>
190190
<artifactId>application-commons</artifactId>
191-
<version>0.28.2</version>
191+
<version>0.29.0</version>
192192
<scope>compile</scope>
193193
</dependency>
194194
<dependency>
195195
<groupId>life.qbic</groupId>
196196
<artifactId>logging</artifactId>
197-
<version>0.28.2</version>
197+
<version>0.29.0</version>
198198
<scope>compile</scope>
199199
</dependency>
200200
<dependency>
@@ -204,18 +204,18 @@
204204
<dependency>
205205
<groupId>life.qbic</groupId>
206206
<artifactId>project-management</artifactId>
207-
<version>0.28.2</version>
207+
<version>0.29.0</version>
208208
<scope>compile</scope>
209209
</dependency>
210210
<dependency>
211211
<groupId>life.qbic.logging</groupId>
212212
<artifactId>subscription-provider</artifactId>
213-
<version>0.28.2</version>
213+
<version>0.29.0</version>
214214
</dependency>
215215
<dependency>
216216
<groupId>life.qbic</groupId>
217217
<artifactId>domain-concept</artifactId>
218-
<version>0.28.2</version>
218+
<version>0.29.0</version>
219219
<scope>compile</scope>
220220
</dependency>
221221
<dependency>
@@ -225,13 +225,13 @@
225225
<dependency>
226226
<groupId>life.qbic.identity</groupId>
227227
<artifactId>project-management-infrastructure</artifactId>
228-
<version>0.28.2</version>
228+
<version>0.29.0</version>
229229
<scope>compile</scope>
230230
</dependency>
231231
<dependency>
232232
<groupId>life.qbic.infrastructure</groupId>
233233
<artifactId>email-service-provider</artifactId>
234-
<version>0.28.2</version>
234+
<version>0.29.0</version>
235235
<scope>compile</scope>
236236
</dependency>
237237

0 commit comments

Comments
 (0)