Skip to content

Commit b413d6e

Browse files
committed
Release version 0.15.0
Signed-off-by: Kai Kreuzer <kai@openhab.org>
1 parent e4e1119 commit b413d6e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

codestyle/pom.xml

Lines changed: 1 addition & 1 deletion
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.15.0-SNAPSHOT</version>
10+
<version>0.15.0</version>
1111
</parent>
1212

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

custom-checks/checkstyle/pom.xml

Lines changed: 1 addition & 1 deletion
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.15.0-SNAPSHOT</version>
10+
<version>0.15.0</version>
1111
</parent>
1212

1313
<artifactId>checkstyle</artifactId>

custom-checks/findbugs/pom.xml

Lines changed: 1 addition & 1 deletion
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.15.0-SNAPSHOT</version>
10+
<version>0.15.0</version>
1111
</parent>
1212

1313
<artifactId>findbugs</artifactId>

custom-checks/pmd/pom.xml

Lines changed: 1 addition & 1 deletion
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.15.0-SNAPSHOT</version>
10+
<version>0.15.0</version>
1111
</parent>
1212

1313
<artifactId>pmd</artifactId>

custom-checks/pom.xml

Lines changed: 1 addition & 1 deletion
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.15.0-SNAPSHOT</version>
10+
<version>0.15.0</version>
1111
</parent>
1212

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.openhab.tools.sat</groupId>
88
<artifactId>pom</artifactId>
9-
<version>0.15.0-SNAPSHOT</version>
9+
<version>0.15.0</version>
1010
<packaging>pom</packaging>
1111

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

sat-extension/pom.xml

Lines changed: 1 addition & 1 deletion
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.15.0-SNAPSHOT</version>
10+
<version>0.15.0</version>
1111
</parent>
1212

1313
<artifactId>sat-extension</artifactId>

sat-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
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.15.0-SNAPSHOT</version>
10+
<version>0.15.0</version>
1111
</parent>
1212

1313
<artifactId>sat-plugin</artifactId>

0 commit comments

Comments
 (0)