diff options
author | Suresh Charan <suresh.charan@bell.ca> | 2023-04-25 12:13:20 -0400 |
---|---|---|
committer | Suresh Charan <suresh.charan@bell.ca> | 2023-04-25 12:13:20 -0400 |
commit | 1dc5af14794ae085ba94fcd9fdf13b9f20b88f27 (patch) | |
tree | 79d8a6c99de2c7976fc60f4627d9eaafff1ab828 | |
parent | 42e0ab42f237df700036de3cb2cec9431996fd6e (diff) |
update references in policy/drools-applications pom
updated references in the policy/drools-applications pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4648
Signed-off-by: Suresh Charan <suresh.charan@bell.ca>
Change-Id: Iaa47f9cb7ff92d5f1d7012253785f8402199e8b4
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.7.2-SNAPSHOT</version> + <version>3.7.2</version> <relativePath /> </parent> @@ -45,9 +45,9 @@ <staging.path>content/repositories/staging/</staging.path> <!-- Project common dependency versions --> - <version.policy.common>1.12.2-SNAPSHOT</version.policy.common> - <policy.models.version>2.8.2-SNAPSHOT</policy.models.version> - <version.policy.drools-pdp>1.12.2-SNAPSHOT</version.policy.drools-pdp> + <version.policy.common>1.12.2</version.policy.common> + <policy.models.version>2.8.2</policy.models.version> + <version.policy.drools-pdp>1.12.2</version.policy.drools-pdp> </properties> <build> |