diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2021-03-11 15:36:39 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2021-03-11 15:36:45 -0500 |
commit | 54aec03827c19cc0685aa6b7cb605bdddc0ee3c3 (patch) | |
tree | 36b7dd0362384732e5cb25998eccca6caac0c787 /pom.xml | |
parent | c24da430e8cc895a40734760ca6a9bb5717afac4 (diff) |
Bump xacml-pdp 2.5.0-SNAPSHOT
Issue-ID: POLICY-3105
Change-Id: I9fd03ff6a405b127c1eabbfe301f3b9ea8327aad
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -27,13 +27,13 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.3.0</version> + <version>3.4.0-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.xacml-pdp</groupId> <artifactId>policy-xacml-pdp</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> <packaging>pom</packaging> @@ -41,8 +41,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <policy.common.version>1.8.0</policy.common.version> - <policy.models.version>2.4.1</policy.models.version> + <policy.common.version>1.9.0-SNAPSHOT</policy.common.version> + <policy.models.version>2.5.0-SNAPSHOT</policy.models.version> <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> |