Skip to content

Commit 6788c07

Browse files
author
Jesse White
committed
0.1.1-SNAPSHOT -> 0.1.1
1 parent bf4e8b5 commit 6788c07

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

assembly/kar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.opennms.plugins</groupId>
44
<artifactId>pagerduty-assembly</artifactId>
5-
<version>0.1.1-SNAPSHOT</version>
5+
<version>0.1.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>org.opennms.plugins.pagerduty.assembly.kar</artifactId>

assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.opennms.plugins</groupId>
55
<artifactId>pagerduty-parent</artifactId>
6-
<version>0.1.1-SNAPSHOT</version>
6+
<version>0.1.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>pagerduty-assembly</artifactId>

karaf-features/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.opennms.plugins</groupId>
44
<artifactId>pagerduty-parent</artifactId>
5-
<version>0.1.1-SNAPSHOT</version>
5+
<version>0.1.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>pagerduty-karaf-features</artifactId>

plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.opennms.plugins</groupId>
44
<artifactId>pagerduty-parent</artifactId>
5-
<version>0.1.1-SNAPSHOT</version>
5+
<version>0.1.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>pagerduty-plugin</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>pagerduty-parent</artifactId>
66
<name>OpenNMS :: Plugins :: PagerDuty :: Parent</name>
77
<packaging>pom</packaging>
8-
<version>0.1.1-SNAPSHOT</version>
8+
<version>0.1.1</version>
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)