Skip to content

Commit

Permalink
0.1.0 -> 0.1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse White committed Apr 23, 2019
1 parent b267979 commit 514fbbb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
*.class
*.versionsBackup

# Mobile Tools for Java (J2ME)
.mtj.tmp/
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.opennms.integration.api</groupId>
<artifactId>api-project</artifactId>
<version>0.1.0</version>
<version>0.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.opennms.integration.api</groupId>
<artifactId>api-project</artifactId>
<version>0.1.0</version>
<version>0.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion config/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.opennms.integration.api</groupId>
<artifactId>api-project</artifactId>
<version>0.1.0</version>
<version>0.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion karaf-features/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.opennms.integration.api</groupId>
<artifactId>api-project</artifactId>
<version>0.1.0</version>
<version>0.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>karaf-features</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>org.opennms.integration.api</groupId>
<artifactId>api-project</artifactId>
<packaging>pom</packaging>
<version>0.1.0</version>
<version>0.1.1-SNAPSHOT</version>
<name>OpenNMS Integration API :: Parent</name>
<url>https://github.com/OpenNMS/opennms-integration-api</url>
<description>Integration and extension API for OpenNMS</description>
Expand Down
2 changes: 1 addition & 1 deletion sample/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.opennms.integration.api</groupId>
<artifactId>api-project</artifactId>
<version>0.1.0</version>
<version>0.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.opennms.integration.api.sample</groupId>
Expand Down
2 changes: 1 addition & 1 deletion test-api/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.opennms.integration.api</groupId>
<artifactId>api-project</artifactId>
<version>0.1.0</version>
<version>0.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>test-api</artifactId>
Expand Down

0 comments on commit 514fbbb

Please sign in to comment.