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-sdc-listener | |
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-sdc-listener')
-rw-r--r-- | appc-sdc-listener/appc-sdc-listener-bundle/pom.xml | 2 | ||||
-rw-r--r-- | appc-sdc-listener/appc-sdc-listener-features/pom.xml | 2 | ||||
-rw-r--r-- | appc-sdc-listener/appc-sdc-listener-installer/pom.xml | 2 | ||||
-rw-r--r-- | appc-sdc-listener/appc-yang-generator/pom.xml | 2 | ||||
-rw-r--r-- | appc-sdc-listener/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml index e10c1e423..885be0d3d 100644 --- a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml @@ -28,7 +28,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <parent> <artifactId>appc-sdc-listener</artifactId> <groupId>org.openecomp.appc</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <properties> diff --git a/appc-sdc-listener/appc-sdc-listener-features/pom.xml b/appc-sdc-listener/appc-sdc-listener-features/pom.xml index ff93b23bf..a3a24d8df 100644 --- a/appc-sdc-listener/appc-sdc-listener-features/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-features/pom.xml @@ -27,7 +27,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <parent> <artifactId>appc-sdc-listener</artifactId> <groupId>org.openecomp.appc</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>appc-sdc-listener-features</artifactId> <name>Event Listener - Features</name> diff --git a/appc-sdc-listener/appc-sdc-listener-installer/pom.xml b/appc-sdc-listener/appc-sdc-listener-installer/pom.xml index cc15ae14e..4947b2310 100644 --- a/appc-sdc-listener/appc-sdc-listener-installer/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-installer/pom.xml @@ -27,7 +27,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <parent> <artifactId>appc-sdc-listener</artifactId> <groupId>org.openecomp.appc</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>appc-sdc-listener-installer</artifactId> <name>SDC Listener - Karaf Installer</name> diff --git a/appc-sdc-listener/appc-yang-generator/pom.xml b/appc-sdc-listener/appc-yang-generator/pom.xml index abe531e35..71f37fd3b 100644 --- a/appc-sdc-listener/appc-yang-generator/pom.xml +++ b/appc-sdc-listener/appc-yang-generator/pom.xml @@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <parent> <artifactId>appc-sdc-listener</artifactId> <groupId>org.openecomp.appc</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>appc-yang-generator</artifactId> diff --git a/appc-sdc-listener/pom.xml b/appc-sdc-listener/pom.xml index 6a515faf6..d02189ab6 100644 --- a/appc-sdc-listener/pom.xml +++ b/appc-sdc-listener/pom.xml @@ -27,7 +27,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <parent> <groupId>org.openecomp.appc</groupId> <artifactId>appc</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>appc-sdc-listener</artifactId> |