summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-03-06 08:46:55 -0500
committerDan Timoney <dtimoney@att.com>2020-03-06 08:46:55 -0500
commitf58ed99972fe216d039ec264c5c0f46138148a4e (patch)
tree84be22f08e67d9e9b26dd2195473f3fa80321222 /pom.xml
parent78eb251a37b73b80617ad356ea4ea48b4d68e033 (diff)
Use released Frankfurt M4 parent poms
Update to use released Frankfurt M4 version of parent poms. Change-Id: Ie41a1cab0e3372a67a5a9a63f61994ded5bcee29 Issue-ID: SDNC-1110 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml19
1 files changed, 9 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 6ddbb3c..f7a9e28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,23 +1,22 @@
<?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>
- <packaging>pom</packaging>
- <groupId>org.onap.sdnc</groupId>
- <artifactId>apps</artifactId>
- <version>1.8.0-SNAPSHOT</version>
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.1</version>
+ <version>1.5.2</version>
</parent>
+ <groupId>org.onap.sdnc</groupId>
+ <artifactId>apps</artifactId>
+ <version>1.8.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
<name>sdnc-apps</name>
- <url>http://wiki.onap.org</url>
<description>POM to be used for apps in SDNC project</description>
-
+ <url>http://wiki.onap.org</url>
+
<modules>
<module>pomba</module>
</modules>