aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-07-15 13:39:36 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-15 13:39:36 +0000
commit00be6997121e38e2b91a00203bc49119b11e58a4 (patch)
treec4b6d7eb6bbf02b28395972665a74a4df5cfa163 /pom.xml
parent8b56cdb1c739a9ed9a0ea6e4adc2c75d8aa60f3c (diff)
parentbd99a66b6416e19f2710da81a3e98b7e48d64476 (diff)
Merge "JJB alignment across DCAE components - DCAE mapper"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index e3fbdbd..3a856bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<!--
* ============LICENSE_START=======================================================
* ONAP : DCAEGEN2/services/mapper
* ================================================================================
@@ -24,13 +24,13 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.0</version>
+ <version>2.0.0</version>
<relativePath/>
</parent>
<groupId>org.onap.dcaegen2.services.mapper</groupId>
<artifactId>mapper</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>dcaegen2-services-mapper</name>
@@ -105,7 +105,7 @@
<!-- <compiler.source.version>1.7</compiler.source.version>
<compiler.target.version>1.7</compiler.target.version> -->
<compiler.source.version>1.8</compiler.source.version>
- <compiler.target.version>1.8</compiler.target.version>
+ <compiler.target.version>1.8</compiler.target.version>
<unit.test.pattern>**/*Test.java</unit.test.pattern>
<skip.unit.tests>false</skip.unit.tests>
<integration.test.pattern>**/*IT.java</integration.test.pattern>
@@ -114,7 +114,7 @@
<findbugs.failOnError>true</findbugs.failOnError>
<checkstyle.failOnViolation>true</checkstyle.failOnViolation>
<checkstyle.file.name>checkstyle.xml</checkstyle.file.name>
- <checkstyle.suppression.file.name>suppressions.xml</checkstyle.suppression.file.name>
+ <checkstyle.suppression.file.name>suppressions.xml</checkstyle.suppression.file.name>
<dependency.locations.enabled>false</dependency.locations.enabled>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<snapshots.path>content/repositories/snapshots/</snapshots.path>
@@ -683,7 +683,7 @@
</plugins>
</build>
</profile>
- </profiles>
+ </profiles>
<modules>
<!-- <module>snmpmapper</module> -->