Skip to content

Commit a08085c

Browse files
authored
Set version to 0.1.0 (#4)
1 parent 107c713 commit a08085c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

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

webapp/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Project from https://start.vaadin.com/project/25bb864a-5cfc-4bcc-8a0c-1abc5ff20bd8 -->
66
<artifactId>webapp</artifactId>
77
<name>Data Manager Webapp</name>
8-
<version>1.0-SNAPSHOT</version>
8+
<version>0.1.0</version>
99
<packaging>jar</packaging>
1010

1111
<properties>
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>life.qbic</groupId>
1717
<artifactId>datamanager</artifactId>
18-
<version>1.0-SNAPSHOT</version>
18+
<version>0.1.0</version>
1919
</parent>
2020

2121
<repositories>
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>life.qbic</groupId>
6969
<artifactId>domain</artifactId>
70-
<version>1.0-SNAPSHOT</version>
70+
<version>0.1.0</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.vaadin</groupId>

0 commit comments

Comments
 (0)