summaryrefslogtreecommitdiffstats
path: root/cadi/core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cadi/core/pom.xml')
-rw-r--r--cadi/core/pom.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/cadi/core/pom.xml b/cadi/core/pom.xml
index 6a461744..9a2a127d 100644
--- a/cadi/core/pom.xml
+++ b/cadi/core/pom.xml
@@ -13,7 +13,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">
<parent>
- <groupId>org.onap.aaf.cadi</groupId>
+ <groupId>org.onap.aaf.authz.cadi</groupId>
<artifactId>parent</artifactId>
<relativePath>..</relativePath>
<version>1.5.0-SNAPSHOT</version>
@@ -26,7 +26,7 @@
<properties>
<!-- SONAR -->
- <jacoco.version>0.7.7.201606060606</jacoco.version>
+ <jacoco.version>0.7.7.201606060606</jacoco.version>
<sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
<!-- Default Sonar configuration -->
@@ -91,7 +91,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jarsigner-plugin</artifactId>
<version>1.4</version>
-
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -116,10 +115,9 @@
</execution>
</executions>
</plugin>
- <plugin>
+ <plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<nexusUrl>${nexusproxy}</nexusUrl>
@@ -130,7 +128,6 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.7.7.201606060606</version>
<configuration>
<dumpOnExit>true</dumpOnExit>
<includes>