Update AAF project version to release docker image
[aaf/authz.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d591201..d685e11 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,9 +1,8 @@
 <!--
   ============LICENSE_START====================================================
-  * org.onap.aai
+  * org.onap.aaf
   * ===========================================================================
   * Copyright © 2017 AT&T Intellectual Property. All rights reserved.
-  * Copyright © 2017 Amdocs
   * ===========================================================================
   * Licensed under the Apache License, Version 2.0 (the "License");
   * you may not use this file except in compliance with the License.
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.onap.aaf.authz</groupId>
        <artifactId>parent</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.1-SNAPSHOT</version>
        <name>aaf-authz</name>
        <packaging>pom</packaging>
        <url>https://github.com/att/AAF</url>
+       
+       <parent>
+               <groupId>org.onap.oparent</groupId>
+               <artifactId>oparent</artifactId>
+               <version>1.0.0-SNAPSHOT</version>
+       </parent>
+       
        <licenses>
                <license>
                <name>BSD License</name>
                                                <target>1.8</target>
                                        </configuration>
                                </plugin>
-                               <plugin>
-                                       <groupId>org.apache.maven.plugins</groupId>
-                                       <artifactId>maven-deploy-plugin</artifactId>
-                                       <version>2.6</version>
-                                               <configuration>
-                                                       <skip>false</skip>
-                                               </configuration>        
-                               </plugin>
+                               
        
                                <plugin>
                                  <groupId>org.apache.maven.plugins</groupId>
                                        <nexusUrl>${nexusproxy}</nexusUrl>
                                        <stagingProfileId>176c31dfe190a</stagingProfileId>
                                        <serverId>ecomp-staging</serverId>
-                                       <skipNexusStagingDeployMojo>${skip.staging.artifacts}</skipNexusStagingDeployMojo>
                                </configuration>
                        </plugin>               
                        <plugin>
                <module>authz-core</module>
                <module>authz-cass</module>
                <module>authz-defOrg</module>
-               <module>authz-service</module>
                <module>authz-cmd</module>
                <!--  <module>authz-batch</module>-->
                <module>authz-test</module>
                <module>authz-gw</module>
                <module>authz-certman</module>
                <module>authz-fs</module>
+               <module>authz-service</module>
        </modules>
        
        <dependencyManagement>