summaryrefslogtreecommitdiffstats
path: root/javatoscachecker/service
diff options
context:
space:
mode:
Diffstat (limited to 'javatoscachecker/service')
-rw-r--r--javatoscachecker/service/pom.xml29
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>