diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-05-01 07:07:23 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-05-01 07:07:33 -0400 |
commit | f469cc7dd370df6d3f25db79a62d47b1ae01b2c9 (patch) | |
tree | 6fcf989f90d6e41c5c257d1c4d7d31dc68dca33a | |
parent | 91dc8090c28b993c07f78e326578079987ee283f (diff) |
Upgrade to release parent and common
For Dublin release parent and common are released.
Issue-ID: POLICY-1700
Change-Id: I33e4524c30472cfc789c0daaa771dad8e089c6c8
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0</version> <relativePath/> </parent> @@ -39,7 +39,7 @@ <properties> <derby.version>10.13.1.1</derby.version> <javax.ws.rs-api.version>2.0.1</javax.ws.rs-api.version> - <policy.common.version>1.4.0-SNAPSHOT</policy.common.version> + <policy.common.version>1.4.0</policy.common.version> <!-- sonar/jacoco overrides --> <!-- Overriding oparent default sonar/jacoco settings Combine all our reports into one file shared across sub-modules --> |