aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2020-02-13 16:32:46 +0100
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2020-02-13 16:32:46 +0100
commitec09a3561b8e511e3f17db23ed56d903ee2ee68a (patch)
treeed75e8e63c97ef928346af0860fa67b1322583ca
parentbe3d9ff373e207018b26d90e1a4d371ec47b1af3 (diff)
Top up oparent version
Issue-ID: DCAEGEN2-2014 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I4cd32f48b7b9f1f572591ac1dc4bed091a99adde
-rw-r--r--pom.xml2
-rw-r--r--sources/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index a7a3d039..8266fd62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>2.0.0</version>
+ <version>3.0.0</version>
<relativePath/>
</parent>
diff --git a/sources/pom.xml b/sources/pom.xml
index 909c8ca0..5ba22480 100644
--- a/sources/pom.xml
+++ b/sources/pom.xml
@@ -57,12 +57,12 @@
<plugins>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.17</version>
+ <version>3.1.0</version>
<dependencies>
<dependency>
<groupId>org.onap.oparent</groupId>
<artifactId>checkstyle</artifactId>
- <version>1.1.1</version>
+ <version>3.0.0</version>
</dependency>
</dependencies>
<executions>