From 514fbbb0f5a85c624b91456ef63c93cae7a572fc Mon Sep 17 00:00:00 2001 From: Jesse White Date: Tue, 23 Apr 2019 13:28:49 -0400 Subject: [PATCH] 0.1.0 -> 0.1.1-SNAPSHOT --- .gitignore | 1 + api/pom.xml | 2 +- common/pom.xml | 2 +- config/pom.xml | 2 +- karaf-features/pom.xml | 2 +- pom.xml | 2 +- sample/pom.xml | 2 +- test-api/pom.xml | 2 +- 8 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 07a3431f..a97f1080 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.class +*.versionsBackup # Mobile Tools for Java (J2ME) .mtj.tmp/ diff --git a/api/pom.xml b/api/pom.xml index e3a097a7..ef0d225a 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -2,7 +2,7 @@ org.opennms.integration.api api-project - 0.1.0 + 0.1.1-SNAPSHOT 4.0.0 api diff --git a/common/pom.xml b/common/pom.xml index 49dfac56..edad3aaa 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -2,7 +2,7 @@ org.opennms.integration.api api-project - 0.1.0 + 0.1.1-SNAPSHOT 4.0.0 common diff --git a/config/pom.xml b/config/pom.xml index f0615172..5eda7098 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -2,7 +2,7 @@ org.opennms.integration.api api-project - 0.1.0 + 0.1.1-SNAPSHOT 4.0.0 config diff --git a/karaf-features/pom.xml b/karaf-features/pom.xml index 6cc21f79..0572ef63 100644 --- a/karaf-features/pom.xml +++ b/karaf-features/pom.xml @@ -2,7 +2,7 @@ org.opennms.integration.api api-project - 0.1.0 + 0.1.1-SNAPSHOT 4.0.0 karaf-features diff --git a/pom.xml b/pom.xml index 140262b9..ee15cacd 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.opennms.integration.api api-project pom - 0.1.0 + 0.1.1-SNAPSHOT OpenNMS Integration API :: Parent https://github.com/OpenNMS/opennms-integration-api Integration and extension API for OpenNMS diff --git a/sample/pom.xml b/sample/pom.xml index 85fde261..afd77895 100644 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -2,7 +2,7 @@ org.opennms.integration.api api-project - 0.1.0 + 0.1.1-SNAPSHOT 4.0.0 org.opennms.integration.api.sample diff --git a/test-api/pom.xml b/test-api/pom.xml index d5a7af91..76c6ad9d 100644 --- a/test-api/pom.xml +++ b/test-api/pom.xml @@ -2,7 +2,7 @@ org.opennms.integration.api api-project - 0.1.0 + 0.1.1-SNAPSHOT 4.0.0 test-api