diff options
Diffstat (limited to 'javatoscachecker/kwalify/pom.xml')
-rw-r--r-- | javatoscachecker/kwalify/pom.xml | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/javatoscachecker/kwalify/pom.xml b/javatoscachecker/kwalify/pom.xml index e262c29..ac5c776 100644 --- a/javatoscachecker/kwalify/pom.xml +++ b/javatoscachecker/kwalify/pom.xml @@ -17,9 +17,9 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.tosca</groupId> + <groupId>org.onap.modeling.toscaparsers</groupId> <artifactId>checker</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </parent> <artifactId>kwalify</artifactId> <packaging>jar</packaging> @@ -93,27 +93,6 @@ </configuration> </plugin> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <extensions>true</extensions> - <configuration> - <nexusUrl>${nexusproxy}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> - </plugin> - - <!-- replace by the sonatype plugin ? - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip /> - </configuration> - </plugin> - --> - <!-- blackduck maven plugin --> <!-- <plugin> |