diff options
author | Manor, Yanir (ym903w) <ym903w@intl.att.com> | 2018-09-26 09:11:11 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-09-26 10:24:11 +0000 |
commit | 9bd0f8c320ba549f1400aee91fb452a3e6d85c34 (patch) | |
tree | e5f64baf645da8493f6e91d572186fd555f18cde /dcaedt_catalog/api | |
parent | 083ee56fa85a9217dc8bdffe98764d33c5851016 (diff) |
upgrade dace-d be pom version
upgrade dace-d be pom version
Change-Id: I0332926c1eb5d4f185b256fd4553b39200f73150
Issue-ID: DCAEGEN2-840
Signed-off-by: Manor, Yanir (ym903w) <ym903w@intl.att.com>
Diffstat (limited to 'dcaedt_catalog/api')
-rw-r--r-- | dcaedt_catalog/api/pom.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/dcaedt_catalog/api/pom.xml b/dcaedt_catalog/api/pom.xml index a0d8200..f6925db 100644 --- a/dcaedt_catalog/api/pom.xml +++ b/dcaedt_catalog/api/pom.xml @@ -1,10 +1,10 @@ -<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"> +<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.sdc.dcae-d.dt-be-main</groupId> <artifactId>DCAE-DT-Catalog</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>DCAE-DT-Catalog-API</artifactId> <packaging>jar</packaging> @@ -109,14 +109,14 @@ </plugins> </build> <!--<repositories>--> - <!--<repository>--> - <!--<snapshots>--> - <!--<enabled>false</enabled>--> - <!--</snapshots>--> - <!--<id>jcenter</id>--> - <!--<name>Bintray JCenter</name>--> - <!--<url>http://repo1.maven.org/maven2/</url>--> - <!--</repository>--> + <!--<repository>--> + <!--<snapshots>--> + <!--<enabled>false</enabled>--> + <!--</snapshots>--> + <!--<id>jcenter</id>--> + <!--<name>Bintray JCenter</name>--> + <!--<url>http://repo1.maven.org/maven2/</url>--> + <!--</repository>--> <!--</repositories>--> <dependencies> <dependency> |