Skip to content

Commit 36e26fd

Browse files
committed
released version 0.11.0 to Maven Central
Signed-off-by: Kai Kreuzer <[email protected]>
1 parent f0ce5c5 commit 36e26fd

File tree

8 files changed

+24
-10
lines changed

8 files changed

+24
-10
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.11.0-SNAPSHOT</version>
10+
<version>0.11.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.11.0-SNAPSHOT</version>
10+
<version>0.11.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.11.0-SNAPSHOT</version>
10+
<version>0.11.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.11.0-SNAPSHOT</version>
10+
<version>0.11.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.11.0-SNAPSHOT</version>
10+
<version>0.11.0</version>
1111
</parent>
1212

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

pom.xml

+17-3
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.11.0-SNAPSHOT</version>
9+
<version>0.11.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Static Code Analysis Tool Parent POM</name>
@@ -51,8 +51,8 @@
5151
<distributionManagement>
5252
<repository>
5353
<uniqueVersion>false</uniqueVersion>
54-
<id>jfrog</id>
55-
<url>https://openhab.jfrog.io/artifactory/libs-3rdparty-local</url>
54+
<id>maven</id>
55+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
5656
</repository>
5757
</distributionManagement>
5858

@@ -516,6 +516,20 @@
516516
</execution>
517517
</executions>
518518
</plugin>
519+
<plugin>
520+
<groupId>org.apache.maven.plugins</groupId>
521+
<artifactId>maven-gpg-plugin</artifactId>
522+
<version>1.5</version>
523+
<executions>
524+
<execution>
525+
<id>sign-artifacts</id>
526+
<goals>
527+
<goal>sign</goal>
528+
</goals>
529+
<phase>verify</phase>
530+
</execution>
531+
</executions>
532+
</plugin>
519533
</plugins>
520534
<extensions>
521535
<extension>

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.11.0-SNAPSHOT</version>
10+
<version>0.11.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.11.0-SNAPSHOT</version>
10+
<version>0.11.0</version>
1111
</parent>
1212

1313
<artifactId>sat-plugin</artifactId>

0 commit comments

Comments
 (0)