aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml')
-rw-r--r--ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml b/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml
index 0151c7a..367eb8a 100644
--- a/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml
+++ b/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml
@@ -4,7 +4,7 @@
<groupId>GNAMEEEE</groupId>
<artifactId>PPPP</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>PPPP</name>
@@ -19,7 +19,7 @@
<parent>
<groupId>org.openecomp.ncomp.maven</groupId>
<artifactId>ncomp-maven-base</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../../dcae-org.openecomp.ncomp.maven/ncomp-maven-base</relativePath>
</parent>
</project>