diff options
author | Dan Timoney <dtimoney@att.com> | 2020-12-03 11:05:19 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-12-03 12:02:07 -0500 |
commit | bf926edb33ca32e5c0c26054383d27312c2f8151 (patch) | |
tree | ed399ac147cbb074507abbb4efaca88d3a751be8 /adaptors/message-router | |
parent | 8f2fcdaf36cc05480d0d8c03d0d54368e7a851f6 (diff) |
Sync ccsdk/sli guilin branch
Sync ccsdk/sli guilin branch to make contents identical with
ccsdk/sli/[core|adaptors|northbound|plugins] repositories
Issue-ID: CCSDK-3009
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I0f167680d04e65069fd2c0ba0a01681a9b334f0b
Diffstat (limited to 'adaptors/message-router')
-rwxr-xr-x | adaptors/message-router/consumer/api/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/message-router/consumer/installer/pom.xml | 4 | ||||
-rwxr-xr-x | adaptors/message-router/consumer/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/message-router/consumer/provider/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/message-router/pom.xml | 4 | ||||
-rwxr-xr-x | adaptors/message-router/publisher/api/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/message-router/publisher/installer/pom.xml | 4 | ||||
-rwxr-xr-x | adaptors/message-router/publisher/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/message-router/publisher/provider/pom.xml | 2 | ||||
-rwxr-xr-x | adaptors/message-router/publisher/sample.client/pom.xml | 2 |
10 files changed, 13 insertions, 13 deletions
diff --git a/adaptors/message-router/consumer/api/pom.xml b/adaptors/message-router/consumer/api/pom.xml index 0b7d638f7..aeab070a1 100755 --- a/adaptors/message-router/consumer/api/pom.xml +++ b/adaptors/message-router/consumer/api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>consumer.aggregate</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> </parent> <artifactId>consumer.api</artifactId> diff --git a/adaptors/message-router/consumer/installer/pom.xml b/adaptors/message-router/consumer/installer/pom.xml index 69cec8b11..6cbb13a33 100755 --- a/adaptors/message-router/consumer/installer/pom.xml +++ b/adaptors/message-router/consumer/installer/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>consumer.aggregate</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>consumer.installer</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/adaptors/message-router/consumer/pom.xml b/adaptors/message-router/consumer/pom.xml index 0295cffac..449ff6167 100755 --- a/adaptors/message-router/consumer/pom.xml +++ b/adaptors/message-router/consumer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>messagerouter-root</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> </parent> <artifactId>consumer.aggregate</artifactId> diff --git a/adaptors/message-router/consumer/provider/pom.xml b/adaptors/message-router/consumer/provider/pom.xml index a0de316b5..cc67aa834 100755 --- a/adaptors/message-router/consumer/provider/pom.xml +++ b/adaptors/message-router/consumer/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>consumer.aggregate</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> </parent> <artifactId>consumer.provider</artifactId> diff --git a/adaptors/message-router/pom.xml b/adaptors/message-router/pom.xml index 74d77db6e..4ce593578 100755 --- a/adaptors/message-router/pom.xml +++ b/adaptors/message-router/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.1.0</version> + <version>2.0.2</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>messagerouter-root</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <packaging>pom</packaging> <modules> diff --git a/adaptors/message-router/publisher/api/pom.xml b/adaptors/message-router/publisher/api/pom.xml index 4668e4417..9f852fd1a 100755 --- a/adaptors/message-router/publisher/api/pom.xml +++ b/adaptors/message-router/publisher/api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>publisher.aggregate</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> </parent> <artifactId>publisher.api</artifactId> diff --git a/adaptors/message-router/publisher/installer/pom.xml b/adaptors/message-router/publisher/installer/pom.xml index 8b43dff59..e76523689 100644 --- a/adaptors/message-router/publisher/installer/pom.xml +++ b/adaptors/message-router/publisher/installer/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>publisher.aggregate</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>publisher.installer</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/adaptors/message-router/publisher/pom.xml b/adaptors/message-router/publisher/pom.xml index 98d032151..6f05c2f75 100755 --- a/adaptors/message-router/publisher/pom.xml +++ b/adaptors/message-router/publisher/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>messagerouter-root</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> </parent> <artifactId>publisher.aggregate</artifactId> diff --git a/adaptors/message-router/publisher/provider/pom.xml b/adaptors/message-router/publisher/provider/pom.xml index e0a0499a7..4fe63c0bb 100755 --- a/adaptors/message-router/publisher/provider/pom.xml +++ b/adaptors/message-router/publisher/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>publisher.aggregate</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> </parent> <artifactId>publisher.provider</artifactId> diff --git a/adaptors/message-router/publisher/sample.client/pom.xml b/adaptors/message-router/publisher/sample.client/pom.xml index 17efd245e..ae8510403 100755 --- a/adaptors/message-router/publisher/sample.client/pom.xml +++ b/adaptors/message-router/publisher/sample.client/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>publisher.aggregate</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.0.4-SNAPSHOT</version> </parent> <artifactId>sample.client</artifactId> |