summaryrefslogtreecommitdiffstats
path: root/javatoscachecker/kwalify/pom.xml
diff options
context:
space:
mode:
authorSerban Jora <jora@research.att.com>2017-09-19 11:23:23 -0400
committerSerban Jora <jora@research.att.com>2017-09-19 13:25:40 -0400
commitdde1bd595397c2e06ec897fde81cd4f8be710c5b (patch)
treeb5c5f1319f129259558e3021a81c0233f6b783df /javatoscachecker/kwalify/pom.xml
parente1ec39032710c8d57dbe9e18de3e2329ee3f2a41 (diff)
Fix top project reference, release version
Also add required license text to kwalify and remove old checker test files Change-Id: If737489a144acbb4e9bd2108e965b90f9ed24094 Issue-Id: MODELING-18 Signed-off-by: Serban Jora <jora@research.att.com>
Diffstat (limited to 'javatoscachecker/kwalify/pom.xml')
-rw-r--r--javatoscachecker/kwalify/pom.xml25
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>