summaryrefslogtreecommitdiffstats
path: root/grToolkit/model/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-03-05 11:53:23 -0500
committerDan Timoney <dtimoney@att.com>2020-03-05 15:48:17 -0500
commit71fb63595ff340651f1499705849a08d0eba954b (patch)
tree04cfa21f8f628acb7581ada6c4bc478f22c14e98 /grToolkit/model/pom.xml
parent50ca197af9b9e0eadb2626ec6ca41dcd1d792b73 (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 'grToolkit/model/pom.xml')
-rwxr-xr-xgrToolkit/model/pom.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/grToolkit/model/pom.xml b/grToolkit/model/pom.xml
index d03eae6d..6dd08804 100755
--- a/grToolkit/model/pom.xml
+++ b/grToolkit/model/pom.xml
@@ -1,18 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.5.2</version>
+ <version>2.0.0-SNAPSHOT</version>
<relativePath/>
</parent>
- <name>ccsdk-sli-plugins :: gr-toolkit :: ${project.artifactId}</name>
+
<groupId>org.onap.ccsdk.sli.plugins</groupId>
<artifactId>gr-toolkit-model</artifactId>
- <version>0.7.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>bundle</packaging>
+ <name>ccsdk-sli-plugins :: gr-toolkit :: ${project.artifactId}</name>
+
<dependencies>
<dependency>
<groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>