summaryrefslogtreecommitdiffstats
path: root/dcaedt_catalog/asdc/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dcaedt_catalog/asdc/pom.xml')
-rw-r--r--dcaedt_catalog/asdc/pom.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/dcaedt_catalog/asdc/pom.xml b/dcaedt_catalog/asdc/pom.xml
index 14323fe..a140df8 100644
--- a/dcaedt_catalog/asdc/pom.xml
+++ b/dcaedt_catalog/asdc/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-ASDC</artifactId>
<packaging>jar</packaging>
@@ -41,13 +41,13 @@
</execution>
</executions>
</plugin>
- <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId>
- <version>1.4</version> <executions> <execution> <phase>validate</phase> <goals>
- <goal>create</goal> </goals> </execution> </executions> <configuration> <doCheck>false</doCheck>
- <doUpdate>false</doUpdate> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId> <version>2.1</version> <configuration>
- <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
- </manifest> <manifestEntries> <Implementation-Build>${buildNumber}</Implementation-Build>
+ <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId>
+ <version>1.4</version> <executions> <execution> <phase>validate</phase> <goals>
+ <goal>create</goal> </goals> </execution> </executions> <configuration> <doCheck>false</doCheck>
+ <doUpdate>false</doUpdate> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId> <version>2.1</version> <configuration>
+ <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ </manifest> <manifestEntries> <Implementation-Build>${buildNumber}</Implementation-Build>
</manifestEntries> </archive> </configuration> </plugin> -->
<plugin>
<groupId>org.springframework.boot</groupId>
@@ -73,7 +73,7 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>
- <!-- <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId>
+ <!-- <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId>
<version>2.4.4</version> </dependency> -->
<dependency>
<groupId>org.springframework</groupId>
@@ -111,12 +111,12 @@
<version>1.3</version>
</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-Validator-Checker</artifactId>
<version>${project.version}</version>
</dependency>