aboutsummaryrefslogtreecommitdiffstats
path: root/oparent
diff options
context:
space:
mode:
authorputhuparambil.aditya <aditya.puthuparambil@bell.ca>2020-07-01 12:49:11 +0100
committerputhuparambil.aditya <aditya.puthuparambil@bell.ca>2020-07-02 14:29:55 +0100
commit563d636040ea828aef4cba71878ca2abf2c3a366 (patch)
tree6478c6e28005675cc1bbab4c984029057891fa22 /oparent
parenta681724d794bb8ae20857bf27aa46426a1174799 (diff)
Bump oparent to version 3.1.1-SNAPSHOT
Issue-ID: INT-1486 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: Ie1290435148cabf85b50e66d6c850d7a5676234c
Diffstat (limited to 'oparent')
-rw-r--r--oparent/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml
index 0f816ec..6fcd0e2 100644
--- a/oparent/pom.xml
+++ b/oparent/pom.xml
@@ -3,6 +3,7 @@
Copyright (c) 2016-2017 Huawei Technologies Co., Ltd.
Modifications copyright (C) 2019 AT&T Intellectual Property
Modifications Copyright (C) 2019-2020 Nordix Foundation.
+ Modifications Copyright (C) 2020 Bell Canada.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -21,7 +22,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>version</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>oparent</artifactId>
@@ -299,7 +300,7 @@
<dependency>
<groupId>org.onap.oparent</groupId>
<artifactId>dependencies</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -456,7 +457,7 @@
<dependency>
<groupId>org.onap.oparent</groupId>
<artifactId>checkstyle</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.1-SNAPSHOT</version>
</dependency>
</dependencies>
<executions>