Skip to content

Commit 02c04a5

Browse files
committed
Release version 0.16.0
Signed-off-by: Kai Kreuzer <[email protected]>
1 parent 27fbb30 commit 02c04a5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

codestyle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.openhab.tools.sat</groupId>
99
<artifactId>pom</artifactId>
10-
<version>0.16.0-SNAPSHOT</version>
10+
<version>0.16.0</version>
1111
</parent>
1212

1313
<groupId>org.openhab.tools</groupId>

custom-checks/checkstyle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.openhab.tools.sat.custom-checks</groupId>
99
<artifactId>pom</artifactId>
10-
<version>0.16.0-SNAPSHOT</version>
10+
<version>0.16.0</version>
1111
</parent>
1212

1313
<artifactId>checkstyle</artifactId>

custom-checks/findbugs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.openhab.tools.sat.custom-checks</groupId>
99
<artifactId>pom</artifactId>
10-
<version>0.16.0-SNAPSHOT</version>
10+
<version>0.16.0</version>
1111
</parent>
1212

1313
<artifactId>findbugs</artifactId>

custom-checks/pmd/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.openhab.tools.sat.custom-checks</groupId>
99
<artifactId>pom</artifactId>
10-
<version>0.16.0-SNAPSHOT</version>
10+
<version>0.16.0</version>
1111
</parent>
1212

1313
<artifactId>pmd</artifactId>

custom-checks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.openhab.tools.sat</groupId>
99
<artifactId>pom</artifactId>
10-
<version>0.16.0-SNAPSHOT</version>
10+
<version>0.16.0</version>
1111
</parent>
1212

1313
<groupId>org.openhab.tools.sat.custom-checks</groupId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.openhab.tools.sat</groupId>
77
<artifactId>pom</artifactId>
8-
<version>0.16.0-SNAPSHOT</version>
8+
<version>0.16.0</version>
99
<packaging>pom</packaging>
1010

1111
<name>Static Code Analysis Tool Parent POM</name>

sat-extension/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.openhab.tools.sat</groupId>
99
<artifactId>pom</artifactId>
10-
<version>0.16.0-SNAPSHOT</version>
10+
<version>0.16.0</version>
1111
</parent>
1212

1313
<artifactId>sat-extension</artifactId>

sat-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.openhab.tools.sat</groupId>
99
<artifactId>pom</artifactId>
10-
<version>0.16.0-SNAPSHOT</version>
10+
<version>0.16.0</version>
1111
</parent>
1212

1313
<artifactId>sat-plugin</artifactId>

0 commit comments

Comments
 (0)