summaryrefslogtreecommitdiffstats
path: root/base/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-03-05 11:51:01 -0500
committerDan Timoney <dtimoney@att.com>2020-03-05 15:46:51 -0500
commita612cdd3fbed35c4d5b454c6f0329fa6ecec22e1 (patch)
tree0d16ccdd850bf6351e76ffdb3148c252647f4422 /base/pom.xml
parentfc2570e434d72144c3adac184f85c93a2c0c834e (diff)
Roll master to Guilin
Roll versions of master for early Guilin development Change-Id: Id725abd9ecb3c67b2687e15286cb2f2bcd50be1a Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'base/pom.xml')
-rw-r--r--base/pom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/base/pom.xml b/base/pom.xml
index 120bbc35..364fd787 100644
--- a/base/pom.xml
+++ b/base/pom.xml
@@ -1,21 +1,20 @@
<?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/maven-v4_0_0.xsd">
+<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>odlparent-lite</artifactId>
- <version>1.5.2</version>
+ <version>2.0.0-SNAPSHOT</version>
<relativePath/>
</parent>
- <modelVersion>4.0.0</modelVersion>
- <packaging>pom</packaging>
<groupId>org.onap.ccsdk.sli.adaptors</groupId>
<artifactId>base-parent</artifactId>
- <version>0.7.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
<modules>
<module>http</module>
</modules>
-
</project>