diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-05 11:53:23 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-05 15:48:17 -0500 |
commit | 71fb63595ff340651f1499705849a08d0eba954b (patch) | |
tree | 04cfa21f8f628acb7581ada6c4bc478f22c14e98 /properties-node/installer | |
parent | 50ca197af9b9e0eadb2626ec6ca41dcd1d792b73 (diff) |
Roll master to Guilin
Roll versions of master for early Guilin development
Change-Id: If777c42a3a6bf10589835b73b02f2fccdeca9490
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'properties-node/installer')
-rwxr-xr-x | properties-node/installer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/properties-node/installer/pom.xml b/properties-node/installer/pom.xml index 731ca75e4..0ba42e615 100755 --- a/properties-node/installer/pom.xml +++ b/properties-node/installer/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.2</version> + <version>2.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>properties-node-installer</artifactId> - <version>0.7.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-plugins :: properties-node :: ${project.artifactId}</name> |