diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-07 14:24:42 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-07 15:51:51 -0500 |
commit | 2fab5f16d04c7668c668f5981d1c5fa92718ec51 (patch) | |
tree | 79e810ef1469db9bb034d1a7137efc5fd9dd618d /pom.xml | |
parent | f1748b4883ceb26c2d46adbb2c1e2259671059da (diff) |
Upgrade policy/parent for dmaap1.3.3
Released policy parent 2.0.1 includes the fix
for dmaap 1.1.9.
Bump version to 1.3.3
Issue-ID: POLICY-1229
Change-Id: I857ced0482c4f247c116d44473b92862c5e55b8f
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
@@ -24,13 +24,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.drools-pdp</groupId> <artifactId>drools-pdp</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> <packaging>pom</packaging> <name>policy-drools-pdp</name> @@ -68,7 +68,7 @@ <hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version> <commons.io.version>2.5</commons.io.version> <xml.apis.version>1.4.01</xml.apis.version> - <policy.common.version>1.3.2</policy.common.version> + <policy.common.version>1.3.3</policy.common.version> </properties> <modules> |