diff options
author | liamfallon <liam.fallon@est.tech> | 2021-11-25 11:41:05 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2021-11-25 15:46:45 +0000 |
commit | 9f3c7361e8c72b2cd3f27fa391e60b6cfa5406af (patch) | |
tree | ad1010c80c97e634a8b25b407e243e7e519ab83b /pom.xml | |
parent | eb7277b143841b36da32637264971686a5c9ad7d (diff) |
Update parent and common references
*** Release Phase 7: This commit is generated by a PF release script ***
This is the seventh release phase, it updates parent, common and models
references in policy/pap.
Issue-ID: POLICY-3827
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: If831839719c7ff87a9cc3778cd7c6803676d7469
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.0</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>Code that implements the Policy Administration Backend.</description> <properties> - <policy.common.version>1.10.0-SNAPSHOT</policy.common.version> - <policy.models.version>2.6.0-SNAPSHOT</policy.models.version> + <policy.common.version>1.10.0</policy.common.version> + <policy.models.version>2.6.0</policy.models.version> </properties> <modules> |