diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-06 11:07:44 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-09-06 11:08:38 -0400 |
commit | 9d3612f325ae52e41a0a6d9e794b42e98305d7ec (patch) | |
tree | e7a003d3886fe158f81918eb52f9ac74a61d01af /pom.xml | |
parent | 0089e8bc429001eca2997b44168b05889cb75d38 (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |