diff options
-rw-r--r-- | pom.xml | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,3 +1,4 @@ +<?xml version="1.0"?> <!-- /******************************************************************************* * ============LICENSE_START==================================================== @@ -22,8 +23,7 @@ * * ******************************************************************************/ --> -<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> <groupId>org.onap.aaf.inno</groupId> <artifactId>parent</artifactId> @@ -42,19 +42,19 @@ <developers> <developer> <name>Jonathan Gathman</name> - <email></email> + <email/> <organization>ATT</organization> - <organizationUrl></organizationUrl> + <organizationUrl/> </developer> </developers> - + <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0</version> + <version>1.2.0</version> </parent> - + <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion> @@ -92,7 +92,7 @@ <outputDirectory>target</outputDirectory> </configuration> </plugin> - + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> @@ -102,10 +102,10 @@ <includes> <include>**/JU*.java</include> </includes> - + </configuration> </plugin> - + <plugin> <inherited>true</inherited> <groupId>org.apache.maven.plugins</groupId> @@ -129,7 +129,7 @@ </execution> </executions> </plugin> - + <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> |