aboutsummaryrefslogtreecommitdiffstats
path: root/sli/provider-base/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-03-05 11:48:38 -0500
committerDan Timoney <dtimoney@att.com>2020-03-05 15:45:40 -0500
commit99889c1924876d65cf3402c5ddb299a7e4177aad (patch)
tree91c41a07ae6f4ba482ed3d527b27267691a84a38 /sli/provider-base/pom.xml
parent958ebf9ce643c6b5da6bce84e38bd2acafea9aec (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 'sli/provider-base/pom.xml')
-rw-r--r--sli/provider-base/pom.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/sli/provider-base/pom.xml b/sli/provider-base/pom.xml
index 8d59b507..abd33b46 100644
--- a/sli/provider-base/pom.xml
+++ b/sli/provider-base/pom.xml
@@ -5,13 +5,13 @@
<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.core</groupId>
<artifactId>sli-provider-base</artifactId>
- <version>0.7.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>ccsdk-sli-core :: sli :: ${project.artifactId}</name>
@@ -29,7 +29,6 @@
</dependency>
</dependencies>
</dependencyManagement>
-
<dependencies>
<dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
@@ -61,7 +60,4 @@
</dependency>
</dependencies>
-
-
-
</project>