diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-05 11:48:38 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-05 15:45:40 -0500 |
commit | 99889c1924876d65cf3402c5ddb299a7e4177aad (patch) | |
tree | 91c41a07ae6f4ba482ed3d527b27267691a84a38 /sliPluginUtils/installer | |
parent | 958ebf9ce643c6b5da6bce84e38bd2acafea9aec (diff) |
Roll master to Guilin
Roll versions of master for early Guilin development
Change-Id: I9ad7859eb294120542bce6faadb83b383e963fa7
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sliPluginUtils/installer')
-rwxr-xr-x | sliPluginUtils/installer/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sliPluginUtils/installer/pom.xml b/sliPluginUtils/installer/pom.xml index 0a3c62c3f..e877daf5c 100755 --- a/sliPluginUtils/installer/pom.xml +++ b/sliPluginUtils/installer/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.2</version> + <version>2.0.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliPluginUtils-installer</artifactId> - <version>0.7.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-core :: sliPluginUtils :: ${project.artifactId}</name> @@ -43,7 +43,6 @@ </dependency> </dependencies> </dependencyManagement> - <dependencies> <dependency> |