diff options
author | Instrumental <jcgmisc@stl.gathman.org> | 2018-03-29 16:54:19 -0500 |
---|---|---|
committer | Instrumental <jcgmisc@stl.gathman.org> | 2018-03-29 17:09:52 -0500 |
commit | 17ca744723bd652f15d59d6c8555824f6e49018d (patch) | |
tree | 11366a9f7f8de574b424f7c98abb01924614fd2b /cadi/core/pom.xml | |
parent | 21904502c37e277b2bc3f61b4033e9b9a4cbf8dd (diff) |
Change groupID to match Garrit Project
Issue-ID: AAF-206
Change-Id: I2f9f83c210a6741b6c25c8045466d0c7a8e31811
Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
Diffstat (limited to 'cadi/core/pom.xml')
-rw-r--r-- | cadi/core/pom.xml | 9 |
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> |