diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-13 18:21:23 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-13 18:21:27 -0400 |
commit | 4c35b58c0d2b63cb6756a3d56754d5554e747594 (patch) | |
tree | 8e5e3fe22fa7990e007c49d5971feaf23fce15ee | |
parent | 355ddd7c5c3ba5cd323d94ce00a83b9a33255954 (diff) |
Point to parent, common, models
Issue-ID: POLICY-2486
Change-Id: I795e2a417c393c5ac9adeb579a042baef5ec6997
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.1.2-SNAPSHOT</version> + <version>3.1.2</version> <relativePath /> </parent> @@ -40,8 +40,8 @@ <description>Code for all the Policy GUI's.</description> <properties> - <policy.common.version>1.6.3-SNAPSHOT</policy.common.version> - <policy.models.version>2.2.3-SNAPSHOT</policy.models.version> + <policy.common.version>1.6.4-SNAPSHOT</policy.common.version> + <policy.models.version>2.2.4-SNAPSHOT</policy.models.version> </properties> <modules> |