diff options
author | Manor, Yanir (ym903w) <ym903w@intl.att.com> | 2018-09-26 13:07:27 +0300 |
---|---|---|
committer | Manor, Yanir (ym903w) <ym903w@intl.att.com> | 2018-09-26 13:38:34 +0300 |
commit | 47db2dd93ef26bbbabb314439fe09f5e973ffab4 (patch) | |
tree | 508bde8d8a5597560473ffbc3ba751b9ef5d8d6c /dcaedt_catalog/pom.xml | |
parent | 9bd0f8c320ba549f1400aee91fb452a3e6d85c34 (diff) |
upgrade dace-d be pom version
upgrade dace-d be pom version
Change-Id: I481673ae1149820b9081cf770f3af5d4b1c05c8b
Issue-ID: DCAEGEN2-840
Signed-off-by: Manor, Yanir (ym903w) <ym903w@intl.att.com>
Diffstat (limited to 'dcaedt_catalog/pom.xml')
-rw-r--r-- | dcaedt_catalog/pom.xml | 49 |
1 files changed, 24 insertions, 25 deletions
diff --git a/dcaedt_catalog/pom.xml b/dcaedt_catalog/pom.xml index 82bf7df..2e8b142 100644 --- a/dcaedt_catalog/pom.xml +++ b/dcaedt_catalog/pom.xml @@ -1,29 +1,28 @@ <?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 +<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"> - <modelVersion>4.0.0</modelVersion> - <artifactId>DCAE-DT-Catalog</artifactId> - <packaging>pom</packaging> - <name>DCAE DT Catalog</name> - <parent> - <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId> - <artifactId>dcae_dt_be_main</artifactId> - <version>1.2.0-SNAPSHOT</version> -</parent> - <modules> - <module>commons</module> - <module>asdc</module> - <module>db</module> - <module>api</module> - <module>service</module> - </modules> + <modelVersion>4.0.0</modelVersion> + <artifactId>DCAE-DT-Catalog</artifactId> + <packaging>pom</packaging> + <name>DCAE DT Catalog</name> + <parent> + <groupId>org.onap.sdc.dcae-d.dt-be-main</groupId> + <artifactId>dcae_dt_be_main</artifactId> + <version>1.3.0-SNAPSHOT</version> + </parent> + <modules> + <module>commons</module> + <module>asdc</module> + <module>db</module> + <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> - <tag>HEAD</tag> - <url>https://github.research.att.com/ASC/ASC-Catalog/</url> - </scm> + <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> + <tag>HEAD</tag> + <url>https://github.research.att.com/ASC/ASC-Catalog/</url> + </scm> </project> |