diff options
author | liamfallon <liam.fallon@est.tech> | 2021-10-13 15:30:08 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2021-10-13 15:30:08 +0100 |
commit | 0104496ff31e7e1414da9bed77898fe8f3baaa96 (patch) | |
tree | d93d706d1b4e2aa8ea118e0987c6accc59ea3f12 /pom.xml | |
parent | ec80e951a9b6eeb17106c6f185d7190dff68628f (diff) |
Update parent/common/models/docker references
Issue-ID: POLICY-3696
Change-Id: Ie0edcbcd7bd7d351f13d415553aa04744b5ab285
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.4.2</version> + <version>3.4.3</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <policy.common.version>1.9.0</policy.common.version> - <policy.models.version>2.5.0</policy.models.version> + <policy.common.version>1.9.1</policy.common.version> + <policy.models.version>2.5.1</policy.models.version> <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> |