diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-05 11:51:01 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-05 15:46:51 -0500 |
commit | a612cdd3fbed35c4d5b454c6f0329fa6ecec22e1 (patch) | |
tree | 0d16ccdd850bf6351e76ffdb3148c252647f4422 /message-router/pom.xml | |
parent | fc2570e434d72144c3adac184f85c93a2c0c834e (diff) |
Roll master to Guilin
Roll versions of master for early Guilin development
Change-Id: Id725abd9ecb3c67b2687e15286cb2f2bcd50be1a
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'message-router/pom.xml')
-rwxr-xr-x | message-router/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/message-router/pom.xml b/message-router/pom.xml index 09d47afc..5fe29e14 100755 --- a/message-router/pom.xml +++ b/message-router/pom.xml @@ -2,16 +2,16 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> + <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.2</version> + <version>2.0.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>messagerouter-root</artifactId> - <version>0.7.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <modules> |