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-sdc-listener | |
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-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 885be0d3d..90ac4371f 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.2.0-SNAPSHOT</version> + <version>1.3.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 a3a24d8df..278fd3784 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.2.0-SNAPSHOT</version> + <version>1.3.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 4947b2310..f63adb453 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.2.0-SNAPSHOT</version> + <version>1.3.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 71f37fd3b..9664973dc 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.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>appc-yang-generator</artifactId> diff --git a/appc-sdc-listener/pom.xml b/appc-sdc-listener/pom.xml index d02189ab6..7fb0d19a2 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.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>appc-sdc-listener</artifactId> |