Skip to content

Commit

Permalink
Release version 0.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer committed May 9, 2023
1 parent 203881b commit 2ecf2b4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.14.0-SNAPSHOT</version>
<version>0.14.0</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.openhab.tools.sat.custom-checks</groupId>
<artifactId>pom</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.openhab.tools.sat.custom-checks</groupId>
<artifactId>pom</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.openhab.tools.sat.custom-checks</groupId>
<artifactId>pom</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0</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.14.0-SNAPSHOT</version>
<version>0.14.0</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.14.0-SNAPSHOT</version>
<version>0.14.0</version>
<packaging>pom</packaging>

<name>Static Code Analysis Tool Parent POM</name>
Expand Down
2 changes: 1 addition & 1 deletion sat-extension/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.14.0-SNAPSHOT</version>
<version>0.14.0</version>
</parent>

<artifactId>sat-extension</artifactId>
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.14.0-SNAPSHOT</version>
<version>0.14.0</version>
</parent>

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

0 comments on commit 2ecf2b4

Please sign in to comment.