diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-08 08:47:37 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-08 10:57:46 -0500 |
commit | ad6efc439440e991df30694ef2da17d640f20bdf (patch) | |
tree | 14f40d63a2705d551653076bf93e25b45f6eb9d2 /pom.xml | |
parent | b67df908ea7d1c85a842bc5a754f7a8fe2106676 (diff) |
Upgrade policy parent and common
Pull in policy/parent 2.0.1 and common 1.3.3 so we
can finish the license fix for dmaap 1.1.9
Upgrading to 2.0.3 version for release.
Issue-ID: POLICY-1229
Change-Id: I7a196deadec2b92e4b3b58a9339e197d361accc0
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,13 +23,13 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>2.0.0</version> + <version>2.0.1</version> <relativePath /> </parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>policy-apex-pdp</name> @@ -44,7 +44,7 @@ <version.jersey>2.26</version.jersey> <version.eclipselink>2.6.5</version.eclipselink> <version.hibernate>5.3.6.Final</version.hibernate> - <version.policy.common>1.3.2</version.policy.common> + <version.policy.common>1.3.3</version.policy.common> <!-- sonar/jacoco overrides --> <!-- Overriding oparent default sonar/jacoco settings Combine all our reports |