fix document error
[appc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4dca189..f9cd324 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@ limitations under the License.
     <packaging>pom</packaging>
     <groupId>org.onap.appc</groupId>
     <artifactId>appc</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.3-SNAPSHOT</version>
     <name>appc</name>
     <description>Construct the Application Controller component for the ECOMP project.</description>
     <inceptionYear>2015-07-20</inceptionYear>
@@ -553,18 +553,6 @@ limitations under the License.
             </plugins>
         </pluginManagement>
         <plugins>
-            <!--maven staging plugin -->
-            <plugin>
-                <groupId>org.sonatype.plugins</groupId>
-                <artifactId>nexus-staging-maven-plugin</artifactId>
-                <version>1.6.7</version>
-                <extensions>true</extensions>
-                <configuration>
-                    <nexusUrl>${onap.nexus.url}</nexusUrl>
-                    <stagingProfileId>176c31dfe190a</stagingProfileId>
-                    <serverId>ecomp-staging</serverId>
-                </configuration>
-            </plugin>
             <!-- Javadocs Plugin -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -662,7 +650,6 @@ limitations under the License.
                 <module>appc-inbound</module>
                 <module>appc-sequence-generator</module>
                 <module>appc-client</module>
-                <module>appc-test-dependencies</module>
             </modules>
         </profile>
         <profile>