diff options
author | Serban Jora <jora@research.att.com> | 2017-09-19 11:23:23 -0400 |
---|---|---|
committer | Serban Jora <jora@research.att.com> | 2017-09-19 13:25:40 -0400 |
commit | dde1bd595397c2e06ec897fde81cd4f8be710c5b (patch) | |
tree | b5c5f1319f129259558e3021a81c0233f6b783df /javatoscachecker/service/pom.xml | |
parent | e1ec39032710c8d57dbe9e18de3e2329ee3f2a41 (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/service/pom.xml')
-rw-r--r-- | javatoscachecker/service/pom.xml | 29 |
1 files changed, 4 insertions, 25 deletions
diff --git a/javatoscachecker/service/pom.xml b/javatoscachecker/service/pom.xml index 4ce83cd..ea9258d 100644 --- a/javatoscachecker/service/pom.xml +++ b/javatoscachecker/service/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>Service</artifactId> <packaging>jar</packaging> @@ -115,27 +115,6 @@ </execution> </executions> </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> - --> </plugins> </build> @@ -178,9 +157,9 @@ </dependency> <dependency> - <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> </dependency> </dependencies> |