Move AAF/CADI Poms to 2.1.2
[aaf/authz.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 6e3840a..d206245 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.onap.aaf.authz</groupId>
        <artifactId>parent</artifactId>
-       <version>2.1.0-SNAPSHOT</version>
+       <version>2.1.2-SNAPSHOT</version>
        <name>AAF Overall Parent</name>
        <packaging>pom</packaging>
 
                <!-- Note: This list should match jacoco-maven-plugin's exclusion list below -->
                <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>
                <nexusproxy>https://nexus.onap.org</nexusproxy>
-               <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
-               <releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
-               <stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
-               <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
-
        </properties>
        <build>
                <plugins>
@@ -69,7 +64,6 @@
                        <plugin>
                                <groupId>org.sonatype.plugins</groupId>
                                <artifactId>nexus-staging-maven-plugin</artifactId>
-                               <version>1.6.7</version>
                                <extensions>true</extensions>
                                <configuration>
                                        <nexusUrl>${nexusproxy}</nexusUrl>
                        <plugin>
                                <groupId>org.sonarsource.scanner.maven</groupId>
                                <artifactId>sonar-maven-plugin</artifactId>
-                               <version>3.2</version>
                        </plugin>
                        <plugin>
                                <groupId>org.jacoco</groupId>
                                <artifactId>jacoco-maven-plugin</artifactId>
-                               <version>${jacoco.version}</version>
                                <configuration>
                                        <excludes>
                                                <exclude>**/gen/**</exclude>
                </plugins>
        </build>
        <modules>
-               <module>auth/auth-client</module>
-               <!-- <module>misc</module>
+               <module>auth-client</module>
+               <module>misc</module>
                <module>cadi</module>
-               <module>auth</module>  -->
+               <module>auth</module>
        </modules>
 
        <distributionManagement>