diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-16 17:22:13 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-11-17 20:48:16 +0000 |
commit | 6536799456cd99ee80d6a7ce0621fb8539df7a81 (patch) | |
tree | 845798f96c6296e866b3f955c262702abd8d596e /appc-dg-util | |
parent | 7aea2578049c5637f93d0251e025cd1ebdeec37f (diff) |
Bump minor version
Bump minor version in preparation for Amsterdam
branching.
Change-Id: I83e13547f583db020d6f756ddb8918360c38903b
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Signed-off-by: Patrick Brady <pb071s@att.com>
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 24cb70d04..1a6ec8fe0 100644 --- a/appc-dg-util/appc-dg-util-bundle/pom.xml +++ b/appc-dg-util/appc-dg-util-bundle/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.openecomp.appc</groupId> <artifactId>appc-dg-util</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>appc-dg-util-bundle</artifactId> @@ -157,7 +157,7 @@ <dependency> <groupId>org.openecomp.appc</groupId> <artifactId>appc-netconf-adapter-bundle</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>junit</groupId> diff --git a/appc-dg-util/appc-dg-util-features/pom.xml b/appc-dg-util/appc-dg-util-features/pom.xml index da8114b41..922b776f1 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.2.0-SNAPSHOT</version> + <version>1.3.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 84d36f98d..73c23e9e5 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.2.0-SNAPSHOT</version> + <version>1.3.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 df8ede9af..a8a02a266 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.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>appc-dg-util</artifactId> <packaging>pom</packaging> |