diff options
author | George, Lina (lg941u) <lg941u@att.com> | 2018-01-09 13:46:51 -0500 |
---|---|---|
committer | Skip Wonnell <skip@att.com> | 2018-01-09 19:10:59 +0000 |
commit | db1cca1d26714021a069b2aedeaf83d7325d7493 (patch) | |
tree | fa509abff9e1c29e64a648a0eb11d9afbebccc93 /appc-config/appc-config-audit/pom.xml | |
parent | 531ba500e19e30b7d4ff0ee8c585f407f6ee295a (diff) |
Updates to config audit bundle
Issue-ID: APPC-381
Change-Id: I822df3e4352964bfd14e5b1a81a6e0739d409c5c
Signed-off-by: George, Lina (lg941u) <lg941u@att.com>
Diffstat (limited to 'appc-config/appc-config-audit/pom.xml')
-rw-r--r-- | appc-config/appc-config-audit/pom.xml | 104 |
1 files changed, 52 insertions, 52 deletions
diff --git a/appc-config/appc-config-audit/pom.xml b/appc-config/appc-config-audit/pom.xml index 1fcced92e..d557cfaba 100644 --- a/appc-config/appc-config-audit/pom.xml +++ b/appc-config/appc-config-audit/pom.xml @@ -1,62 +1,62 @@ <?xml version="1.0" encoding="UTF-8"?> <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"> - <parent> - <groupId>org.onap.appc</groupId> - <artifactId>appc-config</artifactId> - <version>1.3.0-SNAPSHOT</version> - </parent> - <modelVersion>4.0.0</modelVersion> - <packaging>pom</packaging> - <artifactId>appc-config-audit</artifactId> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <parent> + <groupId>org.onap.appc</groupId> + <artifactId>appc-config</artifactId> + <version>1.3.0-SNAPSHOT</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <packaging>pom</packaging> + <artifactId>appc-config-audit</artifactId> - <name>Config Audit Node</name> - <description>Common Utilities for DG</description> + <name>Config Audit Node</name> + <description>Common Utilities for DG</description> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <xmlunit.version>1.6</xmlunit.version> - </properties> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <xmlunit-core.version>2.3.0</xmlunit-core.version> + </properties> - <dependencyManagement> + <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.onap.appc</groupId> - <artifactId>appc-config-audit-features</artifactId> - <classifier>features</classifier> - <type>xml</type> - <version>${project.version}</version> - </dependency> + <dependencies> + <dependency> + <groupId>org.onap.appc</groupId> + <artifactId>appc-config-audit-features</artifactId> + <classifier>features</classifier> + <type>xml</type> + <version>${project.version}</version> + </dependency> - <dependency> - <groupId>org.onap.appc</groupId> - <artifactId>appc-config-audit-provider</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> + <dependency> + <groupId>org.onap.appc</groupId> + <artifactId>appc-config-audit-provider</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> - </dependencyManagement> + </dependencyManagement> - <profiles> - <profile> - <id>default</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <modules> - <module>features</module> - <module>provider</module> - <module>installer</module> - </modules> - </profile> - <profile> - <id>all</id> - <modules> - <module>features</module> - <module>provider</module> - <module>installer</module> - </modules> - </profile> - </profiles> + <profiles> + <profile> + <id>default</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> + <modules> + <module>features</module> + <module>provider</module> + <module>installer</module> + </modules> + </profile> + <profile> + <id>all</id> + <modules> + <module>features</module> + <module>provider</module> + <module>installer</module> + </modules> + </profile> + </profiles> </project> |