Skip to content

Commit 0b92b76

Browse files
authored
Merge pull request #38 from qbicsoftware/release/set-version-to-0.3.0
Update version to 0.3.0
2 parents 06f3b40 + d11c231 commit 0b92b76

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

domain/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.2.0</version>
8+
<version>0.3.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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.2.0</version>
10+
<version>0.3.0</version>
1111
<modules>
1212
<module>webapp</module>
1313
<module>domain</module>

webapp/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- Project from https://start.vaadin.com/project/25bb864a-5cfc-4bcc-8a0c-1abc5ff20bd8 -->
77
<artifactId>webapp</artifactId>
88
<name>Data Manager Webapp</name>
9-
<version>0.2.0</version>
9+
<version>0.3.0</version>
1010
<packaging>jar</packaging>
1111

1212
<properties>
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>life.qbic</groupId>
1818
<artifactId>datamanager</artifactId>
19-
<version>0.2.0</version>
19+
<version>0.3.0</version>
2020
</parent>
2121

2222
<repositories>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>life.qbic</groupId>
7070
<artifactId>domain</artifactId>
71-
<version>0.2.0</version>
71+
<version>0.3.0</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.vaadin</groupId>

0 commit comments

Comments
 (0)