Release sdc/sdc-tosca
[sdc/sdc-tosca.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d36afdc..95d6bcc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
        <artifactId>sdc-tosca</artifactId>
        <name>sdc-sdc-tosca</name>
        <description>SDC Tosca Parser JAR file for use by consumers</description>
-       <version>1.5.1-SNAPSHOT</version>
+       <version>1.6.2</version>
        <packaging>jar</packaging>
 
        <parent>
@@ -37,7 +37,6 @@
                <sitePath>/content/sites/site/org/onap/sdc/sdc-tosca/${project.version}</sitePath>
                <snapshots.path>snapshots</snapshots.path>
                <releases.path>releases</releases.path>
-               <staging.profile.id>176c31dfe190a</staging.profile.id>
                <!-- Sonar properties -->
                <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
                <sonar.skipDesign>true</sonar.skipDesign>
                        <scope>compile</scope>
                </dependency>
 
-               <dependency>
-                       <groupId>commons-codec</groupId>
-                       <artifactId>commons-codec</artifactId>
-                       <version>1.9</version>
-                       <scope>compile</scope>
-               </dependency>
-
                <!-- YAML parser -->
                <dependency>
                        <groupId>org.yaml</groupId>
                <dependency>
                        <groupId>org.onap.sdc.jtosca</groupId>
                        <artifactId>jtosca</artifactId>
-                       <version>1.6.0-SNAPSHOT</version>
+                       <version>1.6.0</version>
                </dependency>
 
 
                                </executions>
                        </plugin>
 
-                       <!-- Staging Plugin -->
-                       <plugin>
-                               <groupId>org.sonatype.plugins</groupId>
-                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                               <version>1.6.7</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <nexusUrl>${nexus.proxy}</nexusUrl>
-                                       <stagingProfileId>${staging.profile.id}</stagingProfileId>
-                                       <serverId>onap-staging</serverId>
-                               </configuration>
-                       </plugin>
-
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
                                <artifactId>maven-surefire-plugin</artifactId>
                                <version>2.19.1</version>
                                <configuration>
+                                       <argLine>${argLine} -Xmx2048m</argLine>
                                        <includes>
                                                <include>**/ToscaParser***Test.class</include>
                                        </includes>
                        <url>http://repo2.maven.org/maven2/</url>
                </repository>
                <repository>
-                       <id>onap-releases</id>
+                       <id>ecomp-releases</id>
                        <name>Release Repository</name>
                        <url>${nexus.proxy}/content/repositories/releases/</url>
                </repository>
                <repository>
-                       <id>onap-snapshots</id>
+                       <id>ecomp-snapshots</id>
                        <name>Snapshots Repository</name>
                        <url>${nexus.proxy}/content/repositories/snapshots/</url>
                </repository>
 
        <distributionManagement>
                <repository>
-                       <id>onap-releases</id>
+                       <id>ecomp-releases</id>
                        <name>Release Repository</name>
                        <url>${nexus.proxy}/content/repositories/${releases.path}/</url>
                </repository>
                <snapshotRepository>
-                       <id>onap-snapshots</id>
+                       <id>ecomp-snapshots</id>
                        <name>Snapshot Repository</name>
                        <url>${nexus.proxy}/content/repositories/${snapshots.path}/</url>
                </snapshotRepository>
                <site>
-                       <id>onap-site</id>
+                       <id>ecomp-site</id>
                        <url>dav:${nexus.proxy}${sitePath}</url>
                </site>
        </distributionManagement>