Skip to content

Commit

Permalink
Bump version to 0.1.0-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwippermann committed Dec 28, 2017
1 parent 8423b17 commit 9ac6aec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

<groupId>de.resol</groupId>
<artifactId>vbus-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
<name>RESOL VBus Parent</name>
<packaging>pom</packaging>

<modules>
<module>vbus</module>
<module>vbus-example</module>
<module>vbus-example</module>
</modules>
</project>
4 changes: 2 additions & 2 deletions vbus-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.resol</groupId>
<artifactId>vbus-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>vbus-example</artifactId>
Expand All @@ -12,7 +12,7 @@
<dependency>
<groupId>de.resol</groupId>
<artifactId>vbus</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion vbus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.resol</groupId>
<artifactId>vbus-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit 9ac6aec

Please sign in to comment.