diff options
author | Patrick Brady <pb071s@att.com> | 2017-11-07 11:59:14 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-11-07 12:07:46 -0800 |
commit | ed9fd62c6060a3a5ae34a6fd61939f13be07973c (patch) | |
tree | 85a4268f512a71fd3a5c1a18610da960609febaa /appc-config/appc-data-services | |
parent | e209859ea9cef3e74ffce2be049705237a8500b0 (diff) |
Changing to Amsterdam release versionv1.2.01.0.0-ONAP1.0.0-Amsterdam
Appc will be realeased as version 1.2.0 since version
1.1.0 already was created spring 2017.
Change-Id: I177931e892c2556c11a261f018fd835d62a14d54
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-314
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 7d1935155..6f9b938e5 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.1.0-SNAPSHOT</version> + <version>1.2.0-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 eaed61abb..04162ea5e 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.1.0-SNAPSHOT</version> + <version>1.2.0-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.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </dependency> </dependencies> <build> diff --git a/appc-config/appc-data-services/pom.xml b/appc-config/appc-data-services/pom.xml index bca3ad05d..254b3514f 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.1.0-SNAPSHOT</version> + <version>1.2.0-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 e00fa4c46..03dad02e5 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.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>appc-config-data-services-provider</artifactId> <packaging>bundle</packaging> |