diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-20 08:57:44 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-05-20 09:38:39 -0400 |
commit | e5487c0a076613d61c3d62d69399e6f4be56e9ff (patch) | |
tree | e30aba4e86cca6b475f633f549c11b09b937be16 | |
parent | 5196e6832cf69c0cfdb878d559e5c16b7a63c707 (diff) |
Point to correct SNAPSHOTS
Issue-ID: POLICY-2514
Change-Id: I655961d599ff3a1697ea88e10c74e27857ae7299
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.3-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> <relativePath /> </parent> @@ -40,8 +40,8 @@ <description>Code for all the Policy GUI's.</description> <properties> - <policy.common.version>1.6.5-SNAPSHOT</policy.common.version> - <policy.models.version>2.2.6-SNAPSHOT</policy.models.version> + <policy.common.version>1.7.0-SNAPSHOT</policy.common.version> + <policy.models.version>2.3.0-SNAPSHOT</policy.models.version> </properties> <modules> |