diff options
Diffstat (limited to 'appc-dg-util')
-rw-r--r-- | appc-dg-util/appc-dg-util-bundle/pom.xml | 4 | ||||
-rw-r--r-- | appc-dg-util/appc-dg-util-features/pom.xml | 2 | ||||
-rw-r--r-- | appc-dg-util/appc-dg-util-installer/pom.xml | 2 | ||||
-rw-r--r-- | appc-dg-util/pom.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/appc-dg-util/appc-dg-util-bundle/pom.xml b/appc-dg-util/appc-dg-util-bundle/pom.xml index 7d8f50df0..ab40848c7 100644 --- a/appc-dg-util/appc-dg-util-bundle/pom.xml +++ b/appc-dg-util/appc-dg-util-bundle/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.openecomp.appc</groupId> <artifactId>appc-dg-util</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </parent> <artifactId>appc-dg-util-bundle</artifactId> @@ -179,7 +179,7 @@ <groupId>org.openecomp.appc</groupId> <artifactId>appc-netconf-adapter-bundle</artifactId> <!--<version>${project.version}</version>--> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> </dependencies> diff --git a/appc-dg-util/appc-dg-util-features/pom.xml b/appc-dg-util/appc-dg-util-features/pom.xml index 2c2b6c766..12ba8479d 100644 --- a/appc-dg-util/appc-dg-util-features/pom.xml +++ b/appc-dg-util/appc-dg-util-features/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>appc-dg-util</artifactId> <groupId>org.openecomp.appc</groupId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </parent> <name>appc-dg-util-features</name> <artifactId>appc-dg-util-features</artifactId> diff --git a/appc-dg-util/appc-dg-util-installer/pom.xml b/appc-dg-util/appc-dg-util-installer/pom.xml index a1abe59fa..8d39b1fac 100644 --- a/appc-dg-util/appc-dg-util-installer/pom.xml +++ b/appc-dg-util/appc-dg-util-installer/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>appc-dg-util</artifactId> <groupId>org.openecomp.appc</groupId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </parent> <artifactId>appc-dg-util-installer</artifactId> <name>APPC DG Util - Karaf Installer</name> diff --git a/appc-dg-util/pom.xml b/appc-dg-util/pom.xml index b6329cc8d..277ac40a6 100644 --- a/appc-dg-util/pom.xml +++ b/appc-dg-util/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.openecomp.appc</groupId> <artifactId>appc</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </parent> <artifactId>appc-dg-util</artifactId> <packaging>pom</packaging> |