Skip to content

Commit

Permalink
switched to next snapshot version
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer committed Nov 3, 2019
1 parent 9cde8a8 commit cefddfa
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion codestyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.openhab.tools.sat</groupId>
<artifactId>pom</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>

<groupId>org.openhab.tools</groupId>
Expand Down
2 changes: 1 addition & 1 deletion custom-checks/checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openhab.tools.sat.custom-checks</groupId>
<artifactId>pom</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>

<artifactId>checkstyle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion custom-checks/findbugs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openhab.tools.sat.custom-checks</groupId>
<artifactId>pom</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>

<artifactId>findbugs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion custom-checks/pmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.openhab.tools.sat.custom-checks</groupId>
<artifactId>pom</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>

<artifactId>pmd</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion custom-checks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.openhab.tools.sat</groupId>
<artifactId>pom</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>

<groupId>org.openhab.tools.sat.custom-checks</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.openhab.tools.sat</groupId>
<artifactId>pom</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Static Code Analysis Tool Parent Pom</name>
Expand Down
2 changes: 1 addition & 1 deletion sat-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.openhab.tools.sat</groupId>
<artifactId>pom</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</parent>

<artifactId>sat-plugin</artifactId>
Expand Down

0 comments on commit cefddfa

Please sign in to comment.