diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-10-31 14:38:22 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-10-31 20:23:44 +0000 |
commit | b49d12732842e66157a37577619201e685d3574d (patch) | |
tree | dbf4f9b321f499d3c7981178801e1c5626f3c901 /policy-endpoints/pom.xml | |
parent | ffb54325630df1550f76d72af9978186630db221 (diff) |
Step version for Casablanca support
Issue-ID: POLICY-1233
Change-Id: Icccb0d8f51e9ff7eae887e2a7a7afcea60fd52a7
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'policy-endpoints/pom.xml')
-rw-r--r-- | policy-endpoints/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index 632cbfa4..31a5b106 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -19,15 +19,14 @@ ============LICENSE_END========================================================= --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.2-SNAPSHOT</version> </parent> <artifactId>policy-endpoints</artifactId> |