diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2021-03-11 18:40:45 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2021-03-11 18:40:45 -0600 |
commit | d8c487e3804145cdeded991b9a83f5980676663b (patch) | |
tree | ee85b3f57fd1710f869b909f626e474f7d2d5b4e /pom.xml | |
parent | b14625325296d7b026a5cec453b679be23397455 (diff) |
bump pom versions to 1.9.0-SNAPSHOT
Issue-ID: POLICY-3105
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I0686675cdddf6fb5ce78f792484486f39d705a58
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -26,13 +26,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.drools-pdp</groupId> <artifactId>drools-pdp</artifactId> - <version>1.8.2-SNAPSHOT</version> + <version>1.9.0-SNAPSHOT</version> <packaging>pom</packaging> <name>policy-drools-pdp</name> @@ -51,8 +51,8 @@ <hibernate.core.version>5.4.28.Final</hibernate.core.version> <hibernate.commons.annotations.version>5.1.2.Final</hibernate.commons.annotations.version> <xml.apis.version>1.4.01</xml.apis.version> - <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> </properties> <modules> |