Skip to content

Commit 0e3db89

Browse files
authored
Merge pull request #166 from qbicsoftware/release/set-version-to-0.11.1
Update version to 0.11.1
2 parents 2570c23 + d275288 commit 0e3db89

File tree

13 files changed

+37
-37
lines changed

13 files changed

+37
-37
lines changed

authentication/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.11.0</version>
8+
<version>0.11.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -45,19 +45,19 @@
4545
<dependency>
4646
<groupId>life.qbic</groupId>
4747
<artifactId>broadcasting</artifactId>
48-
<version>0.11.0</version>
48+
<version>0.11.1</version>
4949
<scope>compile</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>life.qbic</groupId>
5353
<artifactId>application-commons</artifactId>
54-
<version>0.11.0</version>
54+
<version>0.11.1</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
5858
<groupId>life.qbic</groupId>
5959
<artifactId>logging</artifactId>
60-
<version>0.11.0</version>
60+
<version>0.11.1</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
</dependencies>

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.11.0</version>
8+
<version>0.11.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -24,13 +24,13 @@
2424
<dependency>
2525
<groupId>life.qbic</groupId>
2626
<artifactId>projectmanagement</artifactId>
27-
<version>0.11.0</version>
27+
<version>0.11.1</version>
2828
<scope>compile</scope>
2929
</dependency>
3030
<dependency>
3131
<groupId>life.qbic</groupId>
3232
<artifactId>authentication</artifactId>
33-
<version>0.11.0</version>
33+
<version>0.11.1</version>
3434
<scope>compile</scope>
3535
</dependency>
3636
<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.11.0</version>
8+
<version>0.11.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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.11.0</version>
8+
<version>0.11.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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.11.0</version>
8+
<version>0.11.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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.11.0</version>
8+
<version>0.11.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>life.qbic.logging</groupId>
5454
<artifactId>subscription-api</artifactId>
55-
<version>0.11.0</version>
55+
<version>0.11.1</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
</dependencies>

mariadb-connector/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.11.0</version>
8+
<version>0.11.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>life.qbic</groupId>
2525
<artifactId>authentication</artifactId>
26-
<version>0.11.0</version>
26+
<version>0.11.1</version>
2727
<scope>compile</scope>
2828
</dependency>
2929
<dependency>
@@ -45,13 +45,13 @@
4545
<dependency>
4646
<groupId>life.qbic</groupId>
4747
<artifactId>finances</artifactId>
48-
<version>0.11.0</version>
48+
<version>0.11.1</version>
4949
<scope>compile</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>life.qbic</groupId>
5353
<artifactId>projectmanagement</artifactId>
54-
<version>0.11.0</version>
54+
<version>0.11.1</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
</dependencies>

newshandler/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.11.0</version>
8+
<version>0.11.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -24,13 +24,13 @@
2424
<dependency>
2525
<groupId>life.qbic</groupId>
2626
<artifactId>application-commons</artifactId>
27-
<version>0.11.0</version>
27+
<version>0.11.1</version>
2828
<scope>compile</scope>
2929
</dependency>
3030
<dependency>
3131
<groupId>life.qbic</groupId>
3232
<artifactId>logging</artifactId>
33-
<version>0.11.0</version>
33+
<version>0.11.1</version>
3434
<scope>compile</scope>
3535
</dependency>
3636
<!-- https://mvnrepository.com/artifact/jakarta.mail/jakarta.mail-api -->

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.11.0</version>
10+
<version>0.11.1</version>
1111
<modules>
1212
<module>vaadinfrontend</module>
1313
<module>authentication</module>

projectmanagement/pom.xml

Lines changed: 4 additions & 4 deletions
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.11.0</version>
7+
<version>0.11.1</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>projectmanagement</artifactId>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>life.qbic</groupId>
3838
<artifactId>finances</artifactId>
39-
<version>0.11.0</version>
39+
<version>0.11.1</version>
4040
<scope>compile</scope>
4141
</dependency>
4242
<dependency>
@@ -46,13 +46,13 @@
4646
<dependency>
4747
<groupId>life.qbic</groupId>
4848
<artifactId>application-commons</artifactId>
49-
<version>0.11.0</version>
49+
<version>0.11.1</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
<dependency>
5353
<groupId>life.qbic</groupId>
5454
<artifactId>logging</artifactId>
55-
<version>0.11.0</version>
55+
<version>0.11.1</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
<dependency>

0 commit comments

Comments
 (0)