diff options
author | liamfallon <liam.fallon@est.tech> | 2019-11-01 11:37:50 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-11-01 11:41:55 +0000 |
commit | bdfdcf1a09a346400a9768736c178153072e37b0 (patch) | |
tree | 4f3c0ef96577b48e2141ddb89f9ed5938f26532f /pom.xml | |
parent | 7d772f1c10723a852fe7c0e44cc356f8e92113a6 (diff) |
Add common Jersey version
Add a common version of Jersey for all Policy Framework components.
Issue-ID: POLICY-2209
Change-Id: Ibb7e4fdfe55e34b3c7c788c3637dbcdacc8a70a8
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,7 @@ ================================================================================ Copyright (C) 2018 Samsung Electronics Co., Ltd. All rights reserved. Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2019 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -26,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.0.1</version> + <version>3.1.0-SNAPSHOT</version> <relativePath /> </parent> |