diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-08-22 13:58:13 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-08-22 13:58:56 -0400 |
commit | c6f09d3f785654d5f3e6f423b8f21bcec412f2e9 (patch) | |
tree | f7fdcaa0e5cfe8a126b3761bc732fb0f3ad94c36 | |
parent | d859e902a3a22a8ca97a16e8f19e0ef889e48cb8 (diff) |
Add oparent version as a property
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>
-rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |