File tree 8 files changed +24
-10
lines changed
8 files changed +24
-10
lines changed Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.openhab.tools.sat</groupId >
9
9
<artifactId >pom</artifactId >
10
- <version >0.11.0-SNAPSHOT </version >
10
+ <version >0.11.0</version >
11
11
</parent >
12
12
13
13
<groupId >org.openhab.tools</groupId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.openhab.tools.sat.custom-checks</groupId >
9
9
<artifactId >pom</artifactId >
10
- <version >0.11.0-SNAPSHOT </version >
10
+ <version >0.11.0</version >
11
11
</parent >
12
12
13
13
<artifactId >checkstyle</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.openhab.tools.sat.custom-checks</groupId >
9
9
<artifactId >pom</artifactId >
10
- <version >0.11.0-SNAPSHOT </version >
10
+ <version >0.11.0</version >
11
11
</parent >
12
12
13
13
<artifactId >findbugs</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.openhab.tools.sat.custom-checks</groupId >
9
9
<artifactId >pom</artifactId >
10
- <version >0.11.0-SNAPSHOT </version >
10
+ <version >0.11.0</version >
11
11
</parent >
12
12
13
13
<artifactId >pmd</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.openhab.tools.sat</groupId >
9
9
<artifactId >pom</artifactId >
10
- <version >0.11.0-SNAPSHOT </version >
10
+ <version >0.11.0</version >
11
11
</parent >
12
12
13
13
<groupId >org.openhab.tools.sat.custom-checks</groupId >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.openhab.tools.sat</groupId >
8
8
<artifactId >pom</artifactId >
9
- <version >0.11.0-SNAPSHOT </version >
9
+ <version >0.11.0</version >
10
10
<packaging >pom</packaging >
11
11
12
12
<name >Static Code Analysis Tool Parent POM</name >
51
51
<distributionManagement >
52
52
<repository >
53
53
<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 >
56
56
</repository >
57
57
</distributionManagement >
58
58
516
516
</execution >
517
517
</executions >
518
518
</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 >
519
533
</plugins >
520
534
<extensions >
521
535
<extension >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.openhab.tools.sat</groupId >
9
9
<artifactId >pom</artifactId >
10
- <version >0.11.0-SNAPSHOT </version >
10
+ <version >0.11.0</version >
11
11
</parent >
12
12
13
13
<artifactId >sat-extension</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >org.openhab.tools.sat</groupId >
9
9
<artifactId >pom</artifactId >
10
- <version >0.11.0-SNAPSHOT </version >
10
+ <version >0.11.0</version >
11
11
</parent >
12
12
13
13
<artifactId >sat-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments