Bump patch version
[dmaap/dbcapi.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 449f620..cce7e32 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>oparent</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1</version>
   </parent>
   <build>
     <finalName>dbcapi</finalName>
@@ -73,7 +73,7 @@ A convention of this API is to return JSON responses per OpenStack style.
     </configuration>
     <executions>
         <execution>
-            <phase>compile</phase>
+            <phase>precompile</phase>
             <goals>
                 <goal>generate</goal>
             </goals>
@@ -225,7 +225,7 @@ A convention of this API is to return JSON responses per OpenStack style.
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <jettyVersion>9.3.7.v20160115</jettyVersion>
     <eelf.version>0.0.1</eelf.version>
-    <artifact.version>1.0.0-SNAPSHOT</artifact.version>
+    <artifact.version>1.0.1-SNAPSHOT</artifact.version>
                <!--  SONAR  -->
                 <jacoco.version>0.7.7.201606060606</jacoco.version>
            <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>