Skip to content

Commit 5cfe8c0

Browse files
authored
Set version to 1.1.1 (#685)
1 parent 0a5da54 commit 5cfe8c0

File tree

17 files changed

+47
-47
lines changed

17 files changed

+47
-47
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>1.1.0</version>
8+
<version>1.1.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>1.1.0</version>
8+
<version>1.1.1</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>1.1.0</version>
9+
<version>1.1.1</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>1.1.0</version>
9+
<version>1.1.1</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>1.1.0</version>
24+
<version>1.1.1</version>
2525
<scope>compile</scope>
2626
</dependency>
2727
<dependency>
2828
<groupId>life.qbic</groupId>
2929
<artifactId>project-management</artifactId>
30-
<version>1.1.0</version>
30+
<version>1.1.1</version>
3131
<scope>compile</scope>
3232
</dependency>
3333
<dependency>

finances-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>1.1.0</version>
9+
<version>1.1.1</version>
1010
</parent>
1111

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

finances-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>1.1.0</version>
9+
<version>1.1.1</version>
1010
</parent>
1111

1212
<artifactId>finances-infrastructure</artifactId>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>life.qbic</groupId>
2222
<artifactId>finances</artifactId>
23-
<version>1.1.0</version>
23+
<version>1.1.1</version>
2424
<scope>compile</scope>
2525
</dependency>
2626
<dependency>

finances/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>1.1.0</version>
8+
<version>1.1.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>finances</artifactId>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>life.qbic.finances</groupId>
4040
<artifactId>finances-api</artifactId>
41-
<version>1.1.0</version>
41+
<version>1.1.1</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
</dependencies>

identity-api/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>1.1.0</version>
9+
<version>1.1.1</version>
1010
</parent>
1111

1212
<groupId>life.qbic.datamanager</groupId>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>life.qbic</groupId>
2323
<artifactId>application-commons</artifactId>
24-
<version>1.1.0</version>
24+
<version>1.1.1</version>
2525
<scope>compile</scope>
2626
</dependency>
2727
</dependencies>

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>1.1.0</version>
9+
<version>1.1.1</version>
1010
</parent>
1111
<artifactId>identity-infrastructure</artifactId>
1212
<dependencies>
1313
<dependency>
1414
<groupId>life.qbic</groupId>
1515
<artifactId>identity</artifactId>
16-
<version>1.1.0</version>
16+
<version>1.1.1</version>
1717
<scope>compile</scope>
1818
</dependency>
1919
<dependency>

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>1.1.0</version>
8+
<version>1.1.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>1.1.0</version>
48+
<version>1.1.1</version>
4949
<scope>compile</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>life.qbic</groupId>
5353
<artifactId>application-commons</artifactId>
54-
<version>1.1.0</version>
54+
<version>1.1.1</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
5858
<groupId>life.qbic</groupId>
5959
<artifactId>logging</artifactId>
60-
<version>1.1.0</version>
60+
<version>1.1.1</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
<dependency>
6464
<groupId>life.qbic</groupId>
6565
<artifactId>domain-concept</artifactId>
66-
<version>1.1.0</version>
66+
<version>1.1.1</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>1.1.0</version>
89+
<version>1.1.1</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>1.1.0</version>
8+
<version>1.1.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>logging</artifactId>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>life.qbic.logging</groupId>
5555
<artifactId>subscription-api</artifactId>
56-
<version>1.1.0</version>
56+
<version>1.1.1</version>
5757
<scope>compile</scope>
5858
</dependency>
5959
</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>1.1.0</version>
10+
<version>1.1.1</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>1.1.0</version>
9+
<version>1.1.1</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>1.1.0</version>
32+
<version>1.1.1</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>1.1.0</version>
7+
<version>1.1.1</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>project-management</artifactId>
@@ -37,13 +37,13 @@
3737
<dependency>
3838
<groupId>life.qbic</groupId>
3939
<artifactId>application-commons</artifactId>
40-
<version>1.1.0</version>
40+
<version>1.1.1</version>
4141
<scope>compile</scope>
4242
</dependency>
4343
<dependency>
4444
<groupId>life.qbic</groupId>
4545
<artifactId>logging</artifactId>
46-
<version>1.1.0</version>
46+
<version>1.1.1</version>
4747
<scope>compile</scope>
4848
</dependency>
4949
<dependency>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>life.qbic</groupId>
5656
<artifactId>domain-concept</artifactId>
57-
<version>1.1.0</version>
57+
<version>1.1.1</version>
5858
<scope>compile</scope>
5959
</dependency>
6060
<dependency>
@@ -77,13 +77,13 @@
7777
<dependency>
7878
<groupId>life.qbic.datamanager</groupId>
7979
<artifactId>identity-api</artifactId>
80-
<version>1.1.0</version>
80+
<version>1.1.1</version>
8181
<scope>compile</scope>
8282
</dependency>
8383
<dependency>
8484
<groupId>life.qbic.finances</groupId>
8585
<artifactId>finances-api</artifactId>
86-
<version>1.1.0</version>
86+
<version>1.1.1</version>
8787
<scope>compile</scope>
8888
</dependency>
8989
<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>1.1.0</version>
8+
<version>1.1.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>1.1.0</version>
8+
<version>1.1.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>1.1.0</version>
17+
<version>1.1.1</version>
1818
<scope>compile</scope>
1919
</dependency>
2020
<dependency>

user-interface/pom.xml

+12-12
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>1.1.0</version>
14+
<version>1.1.1</version>
1515
</parent>
1616

1717
<repositories>
@@ -185,31 +185,31 @@
185185
<dependency>
186186
<groupId>life.qbic</groupId>
187187
<artifactId>identity</artifactId>
188-
<version>1.1.0</version>
188+
<version>1.1.1</version>
189189
<scope>compile</scope>
190190
</dependency>
191191
<dependency>
192192
<groupId>life.qbic</groupId>
193193
<artifactId>identity-infrastructure</artifactId>
194-
<version>1.1.0</version>
194+
<version>1.1.1</version>
195195
<scope>compile</scope>
196196
</dependency>
197197
<dependency>
198198
<groupId>life.qbic</groupId>
199199
<artifactId>broadcasting</artifactId>
200-
<version>1.1.0</version>
200+
<version>1.1.1</version>
201201
<scope>compile</scope>
202202
</dependency>
203203
<dependency>
204204
<groupId>life.qbic</groupId>
205205
<artifactId>application-commons</artifactId>
206-
<version>1.1.0</version>
206+
<version>1.1.1</version>
207207
<scope>compile</scope>
208208
</dependency>
209209
<dependency>
210210
<groupId>life.qbic</groupId>
211211
<artifactId>logging</artifactId>
212-
<version>1.1.0</version>
212+
<version>1.1.1</version>
213213
<scope>compile</scope>
214214
</dependency>
215215
<dependency>
@@ -219,24 +219,24 @@
219219
<dependency>
220220
<groupId>life.qbic</groupId>
221221
<artifactId>project-management</artifactId>
222-
<version>1.1.0</version>
222+
<version>1.1.1</version>
223223
<scope>compile</scope>
224224
</dependency>
225225
<dependency>
226226
<groupId>life.qbic.logging</groupId>
227227
<artifactId>subscription-provider</artifactId>
228-
<version>1.1.0</version>
228+
<version>1.1.1</version>
229229
</dependency>
230230
<dependency>
231231
<groupId>life.qbic</groupId>
232232
<artifactId>domain-concept</artifactId>
233-
<version>1.1.0</version>
233+
<version>1.1.1</version>
234234
<scope>compile</scope>
235235
</dependency>
236236
<dependency>
237237
<groupId>life.qbic</groupId>
238238
<artifactId>finances-infrastructure</artifactId>
239-
<version>1.1.0</version>
239+
<version>1.1.1</version>
240240
<scope>compile</scope>
241241
</dependency>
242242
<dependency>
@@ -246,13 +246,13 @@
246246
<dependency>
247247
<groupId>life.qbic.identity</groupId>
248248
<artifactId>project-management-infrastructure</artifactId>
249-
<version>1.1.0</version>
249+
<version>1.1.1</version>
250250
<scope>compile</scope>
251251
</dependency>
252252
<dependency>
253253
<groupId>life.qbic.infrastructure</groupId>
254254
<artifactId>email-service-provider</artifactId>
255-
<version>1.1.0</version>
255+
<version>1.1.1</version>
256256
<scope>compile</scope>
257257
</dependency>
258258
<dependency>

0 commit comments

Comments
 (0)