summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMichael Morris <michael.morris@est.tech>2022-09-06 11:49:28 +0000
committerGerrit Code Review <gerrit@onap.org>2022-09-06 11:49:28 +0000
commite26af98b1a6ea6b3537b83c42ce077a912e2a499 (patch)
treede10b37b406958e8496027cca59a36b6cbc11c7c /pom.xml
parent5b0da668eccaeb4e356acd2086299be9a24e7fbd (diff)
parent69c62e8dd17461b7fc013ab52eb81efb7457e3b5 (diff)
Merge "Bump up version to 1.7.0"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index e65028c..ba72cbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,14 +24,14 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>2.0.0</version>
+ <version>3.2.0</version>
<relativePath/>
</parent>
<groupId>org.onap.sdc.sdc-be-common</groupId>
<artifactId>sdc-be-common-parent</artifactId>
<name>sdc-be-common</name>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@@ -65,7 +65,8 @@
<sonar.test.exclusions>**/test/**/*,**/tests/**/*</sonar.test.exclusions>
<sonar.inclusions>app/**/*.js,server-mock/**/*.js,src/**/*.js,src/main/**/*.java</sonar.inclusions>
<sonar.branch>${project.version}</sonar.branch>
-
+
+ <checkstyle.skip>true</checkstyle.skip>
</properties>
<modules>
@@ -157,6 +158,9 @@
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${maven-checkstyle-plugin.version}</version>
+ <configuration>
+ <skip>${checkstyle.skip}</skip>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>