diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-16 17:23:58 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-11-22 18:50:22 +0000 |
commit | 9e17fa3e7a4823d6585c64581ba8687b07b11844 (patch) | |
tree | 75a23c0e9529860794d2e6fbea473ee09527c7e3 /appc-config/appc-data-services | |
parent | 0610db3a7fd6e3e2ea2880c9f3114445cfb85984 (diff) |
Bump patch version
Bump patch version in preparation for Amsterdam
branching.
Change-Id: Ie9235cdc12dc487699f50167199ca17834bc9ffd
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Signed-off-by: Patrick Brady <pb071s@att.com>
Diffstat (limited to 'appc-config/appc-data-services')
-rw-r--r-- | appc-config/appc-data-services/features/pom.xml | 2 | ||||
-rw-r--r-- | appc-config/appc-data-services/installer/pom.xml | 4 | ||||
-rw-r--r-- | appc-config/appc-data-services/pom.xml | 2 | ||||
-rw-r--r-- | appc-config/appc-data-services/provider/pom.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/appc-config/appc-data-services/features/pom.xml b/appc-config/appc-data-services/features/pom.xml index 6f9b938e5..b39df64fd 100644 --- a/appc-config/appc-data-services/features/pom.xml +++ b/appc-config/appc-data-services/features/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>appc-config-data-services</artifactId> <groupId>org.openecomp.appc</groupId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </parent> <artifactId>appc-config-data-services-features</artifactId> <name>APPC Data Services Plugin - Features</name> diff --git a/appc-config/appc-data-services/installer/pom.xml b/appc-config/appc-data-services/installer/pom.xml index 04162ea5e..7e67926b1 100644 --- a/appc-config/appc-data-services/installer/pom.xml +++ b/appc-config/appc-data-services/installer/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.openecomp.appc</groupId> <artifactId>appc-config-data-services</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </parent> <artifactId>appc-config-data-services-installer</artifactId> @@ -53,7 +53,7 @@ <dependency> <groupId>org.openecomp.appc</groupId> <artifactId>appc-config-data-services-provider</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </dependency> </dependencies> <build> diff --git a/appc-config/appc-data-services/pom.xml b/appc-config/appc-data-services/pom.xml index 254b3514f..ab85bb138 100644 --- a/appc-config/appc-data-services/pom.xml +++ b/appc-config/appc-data-services/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.openecomp.appc</groupId> <artifactId>appc-config</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/appc-config/appc-data-services/provider/pom.xml b/appc-config/appc-data-services/provider/pom.xml index 03dad02e5..403a90df4 100644 --- a/appc-config/appc-data-services/provider/pom.xml +++ b/appc-config/appc-data-services/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.openecomp.appc</groupId> <artifactId>appc-config-data-services</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </parent> <artifactId>appc-config-data-services-provider</artifactId> <packaging>bundle</packaging> |