diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2021-08-04 15:28:42 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2021-08-04 15:28:42 -0500 |
commit | 544a9421c016891660667f6af4b7ad7c830284fd (patch) | |
tree | f5efd0a594878adfe8323575c579e209364eb40e | |
parent | c15b8ffe2a42127e0b39270133843ce24fd22efb (diff) |
parent 3.3.2 common 1.8.2 model 2.4.4 drools 1.8.4
Issue-ID: POLICY-3329
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I989ae4d23024870860d31d03f5c0a612dbeb834d
-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.3.2-SNAPSHOT</version> + <version>3.3.2</version> <relativePath /> </parent> @@ -45,9 +45,9 @@ <staging.path>content/repositories/staging/</staging.path> <!-- Project common dependency versions --> - <version.policy.common>1.8.2-SNAPSHOT</version.policy.common> - <policy.models.version>2.4.4-SNAPSHOT</policy.models.version> - <version.policy.drools-pdp>1.8.3</version.policy.drools-pdp> + <version.policy.common>1.8.2</version.policy.common> + <policy.models.version>2.4.4</policy.models.version> + <version.policy.drools-pdp>1.8.4</version.policy.drools-pdp> </properties> <build> |