Update AAF project version to release docker image
[aaf/authz.git] / authz-batch / pom.xml
index c023f12..8b81eb6 100644 (file)
@@ -9,7 +9,7 @@
        <parent>
                <groupId>com.att.authz</groupId>
                <artifactId>parent</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.1-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
                
        <properties>
                <maven.test.failure.ignore>false</maven.test.failure.ignore>
                <project.swmVersion>1</project.swmVersion>
+               <project.interfaceVersion>1.0.0-SNAPSHOT</project.interfaceVersion>
+               <project.innoVersion>1.0.0-SNAPSHOT</project.innoVersion>
+               <project.cadiVersion>1.0.0-SNAPSHOT</project.cadiVersion>
        </properties>
        
        <dependencies>
 
                <dependency>
-                       <groupId>com.att.inno</groupId>
+                       <groupId>org.onap.aaf.inno</groupId>
                        <artifactId>env</artifactId>
+                       <version>${project.innoVersion}</version>
                </dependency>
 
                <dependency>
-                       <groupId>com.att.inno</groupId>
+                       <groupId>org.onap.aaf.inno</groupId>
                        <artifactId>rosetta</artifactId>
+                       <version>${project.innoVersion}</version>
                </dependency>
                
                <dependency>
-               <groupId>com.att.cadi</groupId>
+               <groupId>org.onap.aaf.cadi</groupId>
                <artifactId>cadi-core</artifactId>
+                       <version>${project.cadiVersion}</version>
            </dependency>
 
                <dependency>
-               <groupId>com.att.cadi</groupId>
+               <groupId>org.onap.aaf.cadi</groupId>
                <artifactId>cadi-aaf</artifactId>
+                       <version>${project.cadiVersion}</version>
            </dependency>
 
 
                                <artifactId>servlet-api</artifactId>
                        </exclusion>
                        <exclusion>
-                               <groupId>com.att.cadi</groupId>
+                               <groupId>org.onap.aaf.cadi</groupId>
                                <artifactId>cadi-aaf</artifactId>
                        </exclusion>
                        <exclusion>
-                               <groupId>com.att.cadi</groupId>
+                               <groupId>org.onap.aaf.cadi</groupId>
                                <artifactId>cadi-core</artifactId>
                            </exclusion>
                            <exclusion>
-                               <groupId>com.att.cadi</groupId>
+                               <groupId>org.onap.aaf.cadi</groupId>
                                <artifactId>cadi-client</artifactId>
                        </exclusion>
                    </exclusions>
                </dependency>   -->
                
                <dependency>
-                       <groupId>com.att.authz</groupId>
+                       <groupId>prg.onap.aaf.authz</groupId>
                        <artifactId>authz-cass</artifactId>
+                       <version>${project.version}</version>
                        <exclusions>
                                <exclusion> 
                                        <groupId>javax.servlet</groupId>
                                <artifactId>servlet-api</artifactId>
                        </exclusion>
                        <exclusion>
-                               <groupId>com.att.cadi</groupId>
+                               <groupId>org.onap.aaf.cadi</groupId>
                                <artifactId>cadi-aaf</artifactId>
                        </exclusion>
                        <exclusion>
-                               <groupId>com.att.cadi</groupId>
+                               <groupId>org.onap.aaf.cadi</groupId>
                                <artifactId>cadi-core</artifactId>
                            </exclusion>
                            <exclusion>
-                               <groupId>com.att.cadi</groupId>
+                               <groupId>org.onap.aaf.cadi</groupId>
                                <artifactId>cadi-client</artifactId>
                        </exclusion>
                        
 
        <build>
                <plugins>
-                               <plugin>
-                                       <groupId>org.apache.maven.plugins</groupId>
-                                       <artifactId>maven-deploy-plugin</artifactId>
-                                       <configuration>
-                                               <skip>true</skip>
-                                       </configuration>
-                               </plugin>
+                        
                            
                                <plugin>
                                        <artifactId>maven-assembly-plugin</artifactId>
                                                        </descriptorRefs>
                                                        <archive>
                                                          <manifest>
-                                                           <mainClass>com.att.authz.Batch</mainClass>
+                                                           <mainClass>org.onap.aaf.authz.Batch</mainClass>
                                                          </manifest>
                                                        </archive>
                                                        </configuration>
            </executions>
          </plugin> 
                        
-               <plugin>
-                       <groupId>org.sonatype.plugins</groupId>
-                       <artifactId>nexus-staging-maven-plugin</artifactId>
-                       <version>1.6.7</version>
-                       <extensions>true</extensions>
-                       <configuration>
-                       <serverId>ossrhdme</serverId>
-                       <nexusUrl>https://oss.sonatype.org/</nexusUrl>
-                       <autoReleaseAfterClose>true</autoReleaseAfterClose>
-                       </configuration>
-               </plugin>
+               
                        </plugins>
        </build>
 </project>