summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-08-27 13:51:57 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-08-27 14:35:20 -0400
commitfb1af89c67f614dc7d3df74e7fb0aebf7ff524b3 (patch)
tree22dd91643d0bd864928364ad2d90510c030bc71a /pom.xml
parentc6f09d3f785654d5f3e6f423b8f21bcec412f2e9 (diff)
Upgrade oparent version
Working with the Integration team, we are using oparent to set the versions for a small number of java dependencies across all projects. This upgrade is for google/guava. Issue-ID: INT-619 Change-Id: Ide5828442a9f9a9888a2b0a6f817811cb49889a9 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index fb5b940e..61109558 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.1.0</version>
+ <version>1.2.0</version>
</parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>policy-parent</artifactId>
@@ -31,10 +31,10 @@
<packaging>pom</packaging>
<properties>
- <oparent.version>1.1.0</oparent.version>
+ <oparent.version>1.2.0</oparent.version>
</properties>
<modules>
<module>integration</module>
</modules>
-</project> \ No newline at end of file
+</project>