Updated org.onap.ccsdk.parent version from 1.2.1 to 1.2.4
[appc/parent.git] / odlparent-lite / pom.xml
index e69ea4e..24145a1 100644 (file)
@@ -31,10 +31,10 @@ limitations under the License.
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.2.1</version>
+        <version>1.2.4</version>
         <relativePath />
     </parent>
-    
+
     <properties>
         <snakeyaml.version>1.12</snakeyaml.version>
         <commons-codec.version>1.12</commons-codec.version>
@@ -50,4 +50,20 @@ limitations under the License.
         </dependencies>
     </dependencyManagement>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-install-plugin</artifactId>
+                <version>2.5.2</version>
+                <executions>
+                    <execution>
+                        <id>additional-install</id>
+                        <phase>none</phase>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
 </project>