diff options
Diffstat (limited to 'vnfs/honeycomb_plugin/sample_plugin/parent-pom')
-rw-r--r-- | vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml index 16cd604e..352d4476 100644 --- a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml @@ -21,8 +21,8 @@ <parent> <groupId>org.openecomp.demo.vnf</groupId> <artifactId>demo-aggregator</artifactId> - <version>1.0.0</version> - <relativePath>../../../pom.xml</relativePath> + <version>1.0.0-SNAPSHOT</version> + <relativePath>../../../../pom.xml</relativePath> </parent> <properties> @@ -241,4 +241,5 @@ done </snapshotRepository> </distributionManagement> --> + </project> |