Release aaf/authz
[aaf/authz.git] / auth-client / pom.xml
index 7366421..de03799 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.aaf.authz</groupId>
         <artifactId>parent</artifactId>
-        <version>2.1.1-SNAPSHOT</version>
+        <version>2.1.15</version>
     </parent>
        
        <artifactId>aaf-auth-client</artifactId>
@@ -34,7 +34,6 @@
        <packaging>jar</packaging>
 
        <properties>
-       <project.interfaceVersion>2.1.1-SNAPSHOT</project.interfaceVersion>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <maven.test.failure.ignore>true</maven.test.failure.ignore>
                <!--  SONAR  -->
@@ -95,7 +94,6 @@
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
-                       <version>4.10</version>
                        <scope>test</scope>
                </dependency>
 
                                        <target>1.6</target>
                                </configuration>
                        </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>               
                        <plugin>
                                <groupId>org.jacoco</groupId>
                                <artifactId>jacoco-maven-plugin</artifactId>