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/api/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/api/pom.xml')
-rw-r--r-- | dcaedt_catalog/api/pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dcaedt_catalog/api/pom.xml b/dcaedt_catalog/api/pom.xml index 234f12f..9f1ee46 100644 --- a/dcaedt_catalog/api/pom.xml +++ b/dcaedt_catalog/api/pom.xml @@ -2,9 +2,9 @@ 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.sdc.dcae</groupId> + <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId> <artifactId>DCAE-DT-Catalog</artifactId> - <version>1806.0.1-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>DCAE-DT-Catalog-API</artifactId> <packaging>jar</packaging> @@ -105,8 +105,8 @@ </manifestEntries> </archive> </configuration> - <!-- <executions> <execution> <id>make-assembly</id> this is used for - inheritance merges <phase>package</phase> bind to the packaging phase <goals> + <!-- <executions> <execution> <id>make-assembly</id> this is used for + inheritance merges <phase>package</phase> bind to the packaging phase <goals> <goal>single</goal> </goals> </execution> </executions> --> </plugin> </plugins> @@ -155,18 +155,18 @@ </dependency> <dependency> - <groupId>org.onap.sdc.dcae</groupId> + <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId> <artifactId>DCAE-DT-Catalog-Commons</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.onap.sdc.dcae</groupId> + <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId> <artifactId>DCAE-DT-Catalog-ASDC</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.onap.sdc.dcae</groupId> + <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId> <artifactId>DCAE-DT-Validator-Checker</artifactId> <version>${project.version}</version> </dependency> |