aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-09-06 11:07:44 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-09-06 11:08:38 -0400
commit9d3612f325ae52e41a0a6d9e794b42e98305d7ec (patch)
treee7a003d3886fe158f81918eb52f9ac74a61d01af
parent0089e8bc429001eca2997b44168b05889cb75d38 (diff)
Fix oparent version reference
Ensuring we are always using the same oparent version that is declared in policy/parent. As part of the work we are doing for security and critical issues. Change-Id: Idc6fdd0f613f1fb2ae4bb3c758847884fa4758f6 Issue-ID: POLICY-1059 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d564694f..91edfb77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
<dependency>
<groupId>org.onap.oparent</groupId>
<artifactId>checkstyle</artifactId>
- <version>1.1.0</version>
+ <version>${oparent.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>