Skip to content

Commit

Permalink
released version 0.11.0 to Maven Central
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer committed Apr 11, 2021
1 parent f0ce5c5 commit 36e26fd
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 10 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.11.0-SNAPSHOT</version>
<version>0.11.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.11.0-SNAPSHOT</version>
<version>0.11.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.11.0-SNAPSHOT</version>
<version>0.11.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.11.0-SNAPSHOT</version>
<version>0.11.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.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</parent>

<groupId>org.openhab.tools.sat.custom-checks</groupId>
Expand Down
20 changes: 17 additions & 3 deletions 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.11.0-SNAPSHOT</version>
<version>0.11.0</version>
<packaging>pom</packaging>

<name>Static Code Analysis Tool Parent POM</name>
Expand Down Expand Up @@ -51,8 +51,8 @@
<distributionManagement>
<repository>
<uniqueVersion>false</uniqueVersion>
<id>jfrog</id>
<url>https://openhab.jfrog.io/artifactory/libs-3rdparty-local</url>
<id>maven</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

Expand Down Expand Up @@ -516,6 +516,20 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<goals>
<goal>sign</goal>
</goals>
<phase>verify</phase>
</execution>
</executions>
</plugin>
</plugins>
<extensions>
<extension>
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.11.0-SNAPSHOT</version>
<version>0.11.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.11.0-SNAPSHOT</version>
<version>0.11.0</version>
</parent>

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

0 comments on commit 36e26fd

Please sign in to comment.