diff options
author | Liam Fallon <liam.fallon@est.tech> | 2020-03-20 09:51:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-20 09:51:38 +0000 |
commit | dba4f913f6e130fa14db3b3465e922310d683cd5 (patch) | |
tree | 269372b5b108ce0ab660ff04c1265b7e0868327c | |
parent | 3dab6d7ec1617f23d4418431fac6f43b0682bd0e (diff) | |
parent | 5d8aefb4df4b1d54c6548d42153c9f2d5b036b9a (diff) |
Merge "Point to released common and parent"
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.1.1</version> <relativePath /> </parent> @@ -41,7 +41,7 @@ <properties> <derby.version>10.13.1.1</derby.version> <javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version> - <policy.common.version>1.6.2-SNAPSHOT</policy.common.version> + <policy.common.version>1.6.2</policy.common.version> </properties> <modules> |