Change Beijing Release to 2.1.1
[aaf/authz.git] / misc / rosetta / pom.xml
index 50f02a5..78ee5c9 100644 (file)
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.onap.aaf.authz</groupId>
                <artifactId>miscparent</artifactId>
-               <version>2.1.0-SNAPSHOT</version>
+               <version>2.1.1-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
@@ -72,7 +72,7 @@
        <properties>
        <!--  SONAR  -->
        <scijava.jvm.version>1.8</scijava.jvm.version>
-       <sonar.skip>true</sonar.skip>
+       <!-- <sonar.skip>true</sonar.skip> -->
                 <jacoco.version>0.7.7.201606060606</jacoco.version>
            <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
            <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
@@ -86,7 +86,7 @@
                <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>
+               <sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
        </properties>
 
        <dependencies>
                                        <inherited>true</inherited>
                                        <groupId>org.apache.maven.plugins</groupId>
                                        <artifactId>maven-compiler-plugin</artifactId>
-                                       <version>2.3.2</version>
                                        <configuration>
                                                <source>1.7</source>
                                                <target>1.7</target>
                        
                                <plugin>
                                        <groupId>org.apache.maven.plugins</groupId>
-                                       <version>2.4</version>
                                        <artifactId>maven-jar-plugin</artifactId>
                                        <configuration>
                                                <outputDirectory>target</outputDirectory>
                                <plugin>
                                        <groupId>org.apache.maven.plugins</groupId>
                                        <artifactId>maven-javadoc-plugin</artifactId>
-                                       <version>2.10</version>
                                        <configuration>
                                                <excludePackageNames>org.opendaylight.*</excludePackageNames>
                                        </configuration>
 
                                <plugin>
                                        <artifactId>maven-release-plugin</artifactId>
-                                       <version>2.5.2</version>
                                        <configuration>
                                                <goals>-s ${mvn.settings} deploy</goals>
                                        </configuration>
 
                                <plugin>
                                        <artifactId>maven-assembly-plugin</artifactId>
-                                       <version>2.5.5</version>
                                </plugin>
 
                                <plugin>
                                        <groupId>org.apache.maven.plugins</groupId>
                                        <artifactId>maven-deploy-plugin</artifactId>
-                                       <version>2.8.1</version>
                                        <configuration>
                                                <skip>false</skip>
                                        </configuration>
                                <plugin>
                                        <groupId>org.apache.maven.plugins</groupId>
                                        <artifactId>maven-dependency-plugin</artifactId>
-                                       <version>2.10</version>
                                </plugin>
 
                                <!-- Maven surefire plugin for testing -->
                                <plugin>
                                        <artifactId>maven-surefire-plugin</artifactId>
-                                       <version>2.17</version>
                                        <configuration>
                                        <skipTests>false</skipTests>
                                        <includes>
                                <plugin>
                                        <groupId>org.eclipse.m2e</groupId>
                                        <artifactId>lifecycle-mapping</artifactId>
-                                       <version>1.0.0</version>
                                        <configuration>
                                                <lifecycleMappingMetadata>
                                                        <pluginExecutions>
                                <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.jacoco</groupId>
                                        <artifactId>jacoco-maven-plugin</artifactId>
-                                       <version>${jacoco.version}</version>
                                        <configuration>
                                                <excludes>
                                                        <exclude>**/gen/**</exclude>