diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-05-16 14:21:03 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-05-16 14:48:51 +0100 |
commit | c1305db25f01f0dad79a6da5788117be2f40232b (patch) | |
tree | dc1de02b56e26432ace345b5abe571c852227627 /policy-endpoints | |
parent | 144033316c92e37bc8275529404490ff0a91ce70 (diff) |
Upgrade SNAPSHOT to 1.2.2
These reviews must be merged in order because of layering.
This review should be merged THIRD
Change-Id: Icdb5c18106ade60bbc1eea67a1b42e70ac5383e5
Issue-ID: POLICY-798
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'policy-endpoints')
-rw-r--r-- | policy-endpoints/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index f43b4c93..cd60adcf 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.drools-pdp</groupId> <artifactId>drools-pdp</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> </parent> <artifactId>policy-endpoints</artifactId> |