Skip to content

Commit 9ac6aec

Browse files
Bump version to 0.1.0-SNAPSHOT.
1 parent 8423b17 commit 9ac6aec

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
<groupId>de.resol</groupId>
55
<artifactId>vbus-parent</artifactId>
6-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.1.0-SNAPSHOT</version>
77
<name>RESOL VBus Parent</name>
88
<packaging>pom</packaging>
99

1010
<modules>
1111
<module>vbus</module>
12-
<module>vbus-example</module>
12+
<module>vbus-example</module>
1313
</modules>
1414
</project>

vbus-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>de.resol</groupId>
55
<artifactId>vbus-parent</artifactId>
6-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.1.0-SNAPSHOT</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>vbus-example</artifactId>
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>de.resol</groupId>
1414
<artifactId>vbus</artifactId>
15-
<version>0.0.1-SNAPSHOT</version>
15+
<version>0.1.0-SNAPSHOT</version>
1616
</dependency>
1717
</dependencies>
1818
</project>

vbus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.resol</groupId>
66
<artifactId>vbus-parent</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.1.0-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)