diff options
author | Stone, Avi (as206k) <as206k@att.com> | 2018-05-10 18:22:39 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-05-13 09:10:32 +0000 |
commit | b725d4cc77b85bc6c66fbb8825da3d4c4e3b9d63 (patch) | |
tree | 0037f30567a8bcbe638d7174ec1494574a481a7f /dcaedt_catalog/pom.xml | |
parent | c0b351bbd6f2d6169fd7e7ec9f42e0d21a0ad0da (diff) |
Fix pom.xml
Change pom version according to ONAP versioning
Change-Id: I2cecbebb11040a690335947aaddad8d3c2f7afd1
Issue-ID: SDC-1316
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
Diffstat (limited to 'dcaedt_catalog/pom.xml')
-rw-r--r-- | dcaedt_catalog/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dcaedt_catalog/pom.xml b/dcaedt_catalog/pom.xml index 701d665..3bc2373 100644 --- a/dcaedt_catalog/pom.xml +++ b/dcaedt_catalog/pom.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" +<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 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>DCAE-DT-Catalog</artifactId> <packaging>pom</packaging> <name>DCAE DT Catalog</name> <parent> - <groupId>org.onap.sdc.dcae</groupId> + <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId> <artifactId>dcae_dt_be_main</artifactId> - <version>1806.0.1-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <modules> <module>asdc</module> @@ -19,7 +19,7 @@ <module>api</module> <module>service</module> </modules> - + <scm> <connection>scm:git:https://github.research.att.com/ASC/ASC-Catalog/</connection> <developerConnection>scm:git:https://github.research.att.com/ASC/ASC-Catalog/</developerConnection> |