From 96b13192b906304b01b5301b240efae87ec89ecf Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Tue, 22 Aug 2017 10:58:35 -0400 Subject: Final commit v11/Amsterdam seed code stabilization Fix the indentation in all of the pom files Issue-ID: AAI-202 Change-Id: Ib52d4e1f8f74fdeae22cc77a308755dee1ef98d0 Signed-off-by: Venkata Harish K Kajur --- aai-annotations/pom.xml | 106 ++++++++++++++++++++++++------------------------ 1 file changed, 53 insertions(+), 53 deletions(-) (limited to 'aai-annotations/pom.xml') diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 8e107088..ff16399e 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -1,59 +1,59 @@ - 4.0.0 - - org.onap.aai.aai-common - aai-common - 1.1.0-SNAPSHOT - - aai-annotations - aai-annotations - jar - - /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} - - - - junit - junit - 3.8.1 - test - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + 4.0.0 + + org.onap.aai.aai-common + aai-common + 1.1.0-SNAPSHOT + + aai-annotations + aai-annotations + jar + + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + + + + junit + junit + 3.8.1 + test + + - - - - org.apache.maven.plugins - maven-deploy-plugin - - - org.sonatype.plugins - nexus-staging-maven-plugin - - - - - - - ecomp-site - dav:${onap.nexus.url}${sitePath} - - + + + + org.apache.maven.plugins + maven-deploy-plugin + + + org.sonatype.plugins + nexus-staging-maven-plugin + + + - - - - central - http://repo1.maven.org/maven2 - - - EvoSuite - EvoSuite Repository - http://www.evosuite.org/m2 - - + + + ecomp-site + dav:${onap.nexus.url}${sitePath} + + + + + + + central + http://repo1.maven.org/maven2 + + + EvoSuite + EvoSuite Repository + http://www.evosuite.org/m2 + + -- cgit 1.2.3-korg