Properly parent built resources 43/38643/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 26 Mar 2018 19:22:05 +0000 (12:22 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 26 Mar 2018 19:23:15 +0000 (12:23 -0700)
Sub-artifacts should be parented off of the same top level artifact that
is being built in the same reactor.

Change-Id: Id925eea57ff20bf6bd2c9d75ab19bceac660c52a
Issue-ID: VNFSDK-160
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
vnfmarket-be/deployment/pom.xml
vnfmarket-be/portal-marketplace/pom.xml
vnfmarket-be/vnf-sdk-marketplace/pom.xml

index aa61081..4613e38 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.onap.vnfsdk.refrepo</groupId>
         <artifactId>vnf-sdk-marketplace-core-parent</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>vnfmarket-deployment</artifactId>
index e607f34..28a7ba1 100644 (file)
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.onap.vnfsdk.refrepo</groupId>
     <artifactId>vnf-sdk-marketplace-core-parent</artifactId>
-    <version>1.0.0</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>portal-marketplace</artifactId>
index 5a4b9ad..b8a09ed 100644 (file)
@@ -11,7 +11,7 @@
        <parent>
                <groupId>org.onap.vnfsdk.refrepo</groupId>
                <artifactId>vnf-sdk-marketplace-core-parent</artifactId>
-               <version>1.0.0</version>
+               <version>1.1.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>