aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket-be/deployment
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2018-03-26 12:22:05 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2018-03-26 12:23:15 -0700
commit7cd59e5a4f8dd947e8fb97390c3217fc1bf7f618 (patch)
tree1c193fd1ea4231e82746e0021a15680554d05e27 /vnfmarket-be/deployment
parent4bffb554165580cf7699fd20283e7a9d9cd2d752 (diff)
Properly parent built resources
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>
Diffstat (limited to 'vnfmarket-be/deployment')
-rw-r--r--vnfmarket-be/deployment/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfmarket-be/deployment/pom.xml b/vnfmarket-be/deployment/pom.xml
index aa610812..4613e385 100644
--- a/vnfmarket-be/deployment/pom.xml
+++ b/vnfmarket-be/deployment/pom.xml
@@ -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>