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-outbound/appc-aai-client | |
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-outbound/appc-aai-client')
-rwxr-xr-x | appc-outbound/appc-aai-client/features/pom.xml | 2 | ||||
-rwxr-xr-x | appc-outbound/appc-aai-client/installer/pom.xml | 2 | ||||
-rwxr-xr-x | appc-outbound/appc-aai-client/pom.xml | 2 | ||||
-rwxr-xr-x | appc-outbound/appc-aai-client/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/appc-outbound/appc-aai-client/features/pom.xml b/appc-outbound/appc-aai-client/features/pom.xml index 413f3a7ae..6cf800151 100755 --- a/appc-outbound/appc-aai-client/features/pom.xml +++ b/appc-outbound/appc-aai-client/features/pom.xml @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <parent> <artifactId>appc-aai-client</artifactId> <groupId>org.openecomp.appc</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>appc-aai-client-features</artifactId> <name>APPC AAI Client Plugin - Features</name> diff --git a/appc-outbound/appc-aai-client/installer/pom.xml b/appc-outbound/appc-aai-client/installer/pom.xml index 99e3fe067..76437b66b 100755 --- a/appc-outbound/appc-aai-client/installer/pom.xml +++ b/appc-outbound/appc-aai-client/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>appc-aai-client</artifactId> <groupId>org.openecomp.appc</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>appc-aai-client-installer</artifactId> <name>APPC AAI Client -Installer</name> diff --git a/appc-outbound/appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/pom.xml index 5c25bb3ba..5254d440f 100755 --- a/appc-outbound/appc-aai-client/pom.xml +++ b/appc-outbound/appc-aai-client/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.openecomp.appc</groupId> <artifactId>appc-outbound</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/appc-outbound/appc-aai-client/provider/pom.xml b/appc-outbound/appc-aai-client/provider/pom.xml index 3d63620f1..397c1e650 100755 --- a/appc-outbound/appc-aai-client/provider/pom.xml +++ b/appc-outbound/appc-aai-client/provider/pom.xml @@ -5,7 +5,7 @@ <parent>
<groupId>org.openecomp.appc</groupId>
<artifactId>appc-aai-client</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<artifactId>appc-aai-client-provider</artifactId>
<packaging>bundle</packaging>
|