diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-08-07 13:05:39 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-08-07 13:05:46 -0700 |
commit | 4836b7ed83e0128e2a53877f0faf68e1e509591a (patch) | |
tree | 5e35d51364f8e2ad656519ea6e4c4f2e52eb5f4e /appc-sdc-listener | |
parent | e67def97e8ed4a84141a90fbcaa114391809bb82 (diff) |
Increment version to 1.6.2
Change-Id: If6610d1addd323c1ad0f902a0841b979f017adc9
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
Diffstat (limited to 'appc-sdc-listener')
7 files changed, 7 insertions, 7 deletions
diff --git a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml index 44c1e0d99..8f84c7b15 100644 --- a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml @@ -37,7 +37,7 @@ limitations under the License. </properties> <artifactId>appc-sdc-listener-bundle</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> diff --git a/appc-sdc-listener/appc-sdc-listener-features/features-appc-sdc-listener/pom.xml b/appc-sdc-listener/appc-sdc-listener-features/features-appc-sdc-listener/pom.xml index f99d140c1..a5255e96b 100644 --- a/appc-sdc-listener/appc-sdc-listener-features/features-appc-sdc-listener/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-features/features-appc-sdc-listener/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>features-appc-sdc-listener</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> <packaging>feature</packaging> <name></name> diff --git a/appc-sdc-listener/appc-sdc-listener-features/onap-appc-sdc-listener/pom.xml b/appc-sdc-listener/appc-sdc-listener-features/onap-appc-sdc-listener/pom.xml index 78d7f5333..2a48a1cf3 100644 --- a/appc-sdc-listener/appc-sdc-listener-features/onap-appc-sdc-listener/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-features/onap-appc-sdc-listener/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>onap-appc-sdc-listener</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> <packaging>feature</packaging> <name></name> diff --git a/appc-sdc-listener/appc-sdc-listener-features/pom.xml b/appc-sdc-listener/appc-sdc-listener-features/pom.xml index 1dc43ea01..d27289a38 100644 --- a/appc-sdc-listener/appc-sdc-listener-features/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-features/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-sdc-listener-feature-aggregator</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> <packaging>pom</packaging> <name></name> diff --git a/appc-sdc-listener/appc-sdc-listener-installer/pom.xml b/appc-sdc-listener/appc-sdc-listener-installer/pom.xml index 6607a8292..3647d2c10 100644 --- a/appc-sdc-listener/appc-sdc-listener-installer/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-installer/pom.xml @@ -31,7 +31,7 @@ limitations under the License. </parent> <groupId>org.onap.appc</groupId> <artifactId>appc-sdc-listener-installer</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> <name>SDC Listener - Karaf Installer</name> <packaging>pom</packaging> diff --git a/appc-sdc-listener/appc-yang-generator/pom.xml b/appc-sdc-listener/appc-yang-generator/pom.xml index 0e940ecdb..21724b3d1 100644 --- a/appc-sdc-listener/appc-yang-generator/pom.xml +++ b/appc-sdc-listener/appc-yang-generator/pom.xml @@ -34,7 +34,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-yang-generator</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> <packaging>jar</packaging> <properties> diff --git a/appc-sdc-listener/pom.xml b/appc-sdc-listener/pom.xml index 8b4b27e94..665e5957a 100644 --- a/appc-sdc-listener/pom.xml +++ b/appc-sdc-listener/pom.xml @@ -32,7 +32,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-sdc-listener</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> <name>SDC Event Listener</name> <description>Listener to read and write events from DMaaP (Cambria) or DMaaP.</description> <packaging>pom</packaging> |