aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-10-13 15:30:26 +0100
committerliamfallon <liam.fallon@est.tech>2021-10-13 15:53:04 +0100
commit688d5303a3e2bac57ee71fdc73bde742b192dffd (patch)
tree8c4e06998995e0f6c9e50293af1f5a38b57fd2a8
parent1656e495ec67374cda54d05245908b0baf532e36 (diff)
Update parent/common/models/docker/drools-pdp refs
Issue-ID: POLICY-3696 Change-Id: I5a76c1b6fe951a8072eb4d4c7daaeaee39a090a0 Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index cf6e5a525..305a94b7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.4.2</version>
+ <version>3.4.3</version>
<relativePath />
</parent>
@@ -45,9 +45,9 @@
<staging.path>content/repositories/staging/</staging.path>
<!-- Project common dependency versions -->
- <version.policy.common>1.9.0</version.policy.common>
- <policy.models.version>2.5.0</policy.models.version>
- <version.policy.drools-pdp>1.9.0</version.policy.drools-pdp>
+ <version.policy.common>1.9.1</version.policy.common>
+ <policy.models.version>2.5.1</policy.models.version>
+ <version.policy.drools-pdp>1.9.1</version.policy.drools-pdp>
</properties>
<build>