Skip to content

Commit c4b4058

Browse files
author
Benjamin Reed
committed
OpenNMS Plugin API 1.0.1
1 parent ac828e5 commit c4b4058

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

api/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.integration.api</groupId>
44
<artifactId>api-project</artifactId>
5-
<version>1.0.1-SNAPSHOT</version>
5+
<version>1.0.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>api</artifactId>

archetypes/example-kar-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.opennms.integration.api</groupId>
77
<artifactId>archetypes</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
</parent>
1010
<artifactId>example-kar-plugin</artifactId>
1111
<packaging>maven-archetype</packaging>

archetypes/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.integration.api</groupId>
44
<artifactId>api-project</artifactId>
5-
<version>1.0.1-SNAPSHOT</version>
5+
<version>1.0.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>archetypes</artifactId>

common/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.integration.api</groupId>
44
<artifactId>api-project</artifactId>
5-
<version>1.0.1-SNAPSHOT</version>
5+
<version>1.0.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>common</artifactId>

config/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.integration.api</groupId>
44
<artifactId>api-project</artifactId>
5-
<version>1.0.1-SNAPSHOT</version>
5+
<version>1.0.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>config</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.integration.api</groupId>
44
<artifactId>api-project</artifactId>
5-
<version>1.0.1-SNAPSHOT</version>
5+
<version>1.0.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>karaf-features</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>org.opennms.integration.api</groupId>
44
<artifactId>api-project</artifactId>
55
<packaging>pom</packaging>
6-
<version>1.0.1-SNAPSHOT</version>
6+
<version>1.0.1</version>
77
<name>OpenNMS Integration API :: Parent</name>
88
<url>https://github.com/OpenNMS/opennms-integration-api</url>
99
<description>Integration and extension API for OpenNMS</description>

sample/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.integration.api</groupId>
44
<artifactId>api-project</artifactId>
5-
<version>1.0.1-SNAPSHOT</version>
5+
<version>1.0.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.opennms.integration.api.sample</groupId>

test-api/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.integration.api</groupId>
44
<artifactId>api-project</artifactId>
5-
<version>1.0.1-SNAPSHOT</version>
5+
<version>1.0.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>test-api</artifactId>

test-suites/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.integration.api</groupId>
44
<artifactId>api-project</artifactId>
5-
<version>1.0.1-SNAPSHOT</version>
5+
<version>1.0.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>test-suites</artifactId>

0 commit comments

Comments
 (0)