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/features-appc-dg-util/pom.xml | 2 | ||||
-rw-r--r-- | appc-dg-util/appc-dg-util-features/onap-appc-dg-util/pom.xml | 2 | ||||
-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 |
6 files changed, 7 insertions, 7 deletions
diff --git a/appc-dg-util/appc-dg-util-bundle/pom.xml b/appc-dg-util/appc-dg-util-bundle/pom.xml index 1e4c80470..cb9bccbda 100644 --- a/appc-dg-util/appc-dg-util-bundle/pom.xml +++ b/appc-dg-util/appc-dg-util-bundle/pom.xml @@ -32,7 +32,7 @@ </parent> <groupId>org.onap.appc</groupId> <artifactId>appc-dg-util-bundle</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> <packaging>bundle</packaging> <name>appc-dg-util - bundle</name> <properties> @@ -167,7 +167,7 @@ <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-netconf-adapter-bundle</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> diff --git a/appc-dg-util/appc-dg-util-features/features-appc-dg-util/pom.xml b/appc-dg-util/appc-dg-util-features/features-appc-dg-util/pom.xml index 4736735c9..6ac30c338 100644 --- a/appc-dg-util/appc-dg-util-features/features-appc-dg-util/pom.xml +++ b/appc-dg-util/appc-dg-util-features/features-appc-dg-util/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>features-appc-dg-util</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> <packaging>feature</packaging> <name></name> diff --git a/appc-dg-util/appc-dg-util-features/onap-appc-dg-util/pom.xml b/appc-dg-util/appc-dg-util-features/onap-appc-dg-util/pom.xml index 131a27a33..0b98bb196 100644 --- a/appc-dg-util/appc-dg-util-features/onap-appc-dg-util/pom.xml +++ b/appc-dg-util/appc-dg-util-features/onap-appc-dg-util/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>onap-appc-dg-util</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> <packaging>feature</packaging> <name></name> diff --git a/appc-dg-util/appc-dg-util-features/pom.xml b/appc-dg-util/appc-dg-util-features/pom.xml index 3a8b4f98d..676e862b0 100644 --- a/appc-dg-util/appc-dg-util-features/pom.xml +++ b/appc-dg-util/appc-dg-util-features/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-dg-util-feature-aggregator</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> <packaging>pom</packaging> <name></name> diff --git a/appc-dg-util/appc-dg-util-installer/pom.xml b/appc-dg-util/appc-dg-util-installer/pom.xml index a9d0f47dc..6ba09d5b2 100644 --- a/appc-dg-util/appc-dg-util-installer/pom.xml +++ b/appc-dg-util/appc-dg-util-installer/pom.xml @@ -152,5 +152,5 @@ </build> <groupId>org.onap.appc</groupId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> </project> diff --git a/appc-dg-util/pom.xml b/appc-dg-util/pom.xml index fbfc1b930..3b334eded 100644 --- a/appc-dg-util/pom.xml +++ b/appc-dg-util/pom.xml @@ -42,5 +42,5 @@ </modules> <groupId>org.onap.appc</groupId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> </project> |