diff options
author | Dan Timoney <dtimoney@att.com> | 2019-08-09 18:28:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-09 18:28:55 +0000 |
commit | b429ab898e97c7607df38004e59ffeb3b747f82b (patch) | |
tree | efcca60175d8b802d259e86d78b732d3c6bca9a5 /message-router/publisher/installer/pom.xml | |
parent | d9105054ab02ecbc7b323624ecfc563ed3c0c0f6 (diff) | |
parent | c5302e63a7cfffa1fdf7f435d559a49688747a84 (diff) |
Merge "CCSDK-1556 -Move this constructor to comply with Java Code Conventions"
Diffstat (limited to 'message-router/publisher/installer/pom.xml')
-rw-r--r-- | message-router/publisher/installer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/message-router/publisher/installer/pom.xml b/message-router/publisher/installer/pom.xml index 24f072619..de3b51250 100644 --- a/message-router/publisher/installer/pom.xml +++ b/message-router/publisher/installer/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>publisher.aggregate</artifactId> - <version>0.5.1-SNAPSHOT</version> + <version>0.5.2-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>publisher.installer</artifactId> - <version>0.5.1-SNAPSHOT</version> + <version>0.5.2-SNAPSHOT</version> <packaging>pom</packaging> <properties> |