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 /feature-simulators | |
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 'feature-simulators')
-rw-r--r-- | feature-simulators/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feature-simulators/pom.xml b/feature-simulators/pom.xml index 89b31ac8..c508c81e 100644 --- a/feature-simulators/pom.xml +++ b/feature-simulators/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.drools-pdp</groupId> <artifactId>drools-pdp</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </parent> <artifactId>feature-simulators</artifactId> |