Add oparent version as a property 87/61887/1
authorPamela Dragosh <pdragosh@research.att.com>
Wed, 22 Aug 2018 17:58:13 +0000 (13:58 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Wed, 22 Aug 2018 17:58:56 +0000 (13:58 -0400)
We refer to oparent in other pom.xml in the policy projects. This
is to ensure we are always referring to the same version.

Issue-ID: POLICY-1073
Change-Id: Ie09cdb76f3fe181cc55df2d0fa8833cba382cf46
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 0370bb5..fb5b940 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,6 +30,9 @@
     <version>2.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
+    <properties>
+        <oparent.version>1.1.0</oparent.version>
+    </properties>
 
     <modules>
         <module>integration</module>