diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-10-31 15:23:33 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-10-31 15:23:42 +0000 |
commit | 2f72ab6ab580bb02a08e6bdfdb150cf93a62ee31 (patch) | |
tree | 53e5573efb49a381950a0a4ebeaa6695ef9d07c2 /integrity-monitor/pom.xml | |
parent | 3c95399dbd845fdecf8c8a3c87af897839f4db62 (diff) |
Set new master version for Dublin
Issue-ID: POLICY-1232
Change-Id: Icb6179ace3f320bdda3da2160afd2d058762ae5e
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'integrity-monitor/pom.xml')
-rw-r--r-- | integrity-monitor/pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml index 721b69a4..7bc1d761 100644 --- a/integrity-monitor/pom.xml +++ b/integrity-monitor/pom.xml @@ -18,8 +18,7 @@ ============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/maven-v4_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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -30,7 +29,7 @@ <parent> <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <name>Integrity Monitor</name> @@ -112,7 +111,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore /> </action> </pluginExecution> </pluginExecutions> |