diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-05-25 15:04:43 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-05-25 15:04:49 -0500 |
commit | a97d731d65bb988e12495d7f9fa6565097c78e26 (patch) | |
tree | 2f3a4526af7d3d712e23c004f08a866b31e9c4a6 /misc/rosetta/pom.xml | |
parent | 91a983a493f7ca67d62f337b53d3ef915f8a47c8 (diff) |
Change Beijing Release to 2.1.1Beijing-2.1.1
Issue-ID: AAF-305
Change-Id: I2421a6926a3b324cf0d1fe2a0cd64871de552b8b
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'misc/rosetta/pom.xml')
-rw-r--r-- | misc/rosetta/pom.xml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/misc/rosetta/pom.xml b/misc/rosetta/pom.xml index efd1c2fa..78ee5c9c 100644 --- a/misc/rosetta/pom.xml +++ b/misc/rosetta/pom.xml @@ -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> @@ -110,7 +110,6 @@ <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> @@ -135,7 +134,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> - <version>2.4</version> <artifactId>maven-jar-plugin</artifactId> <configuration> <outputDirectory>target</outputDirectory> @@ -151,7 +149,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.10</version> <configuration> <excludePackageNames>org.opendaylight.*</excludePackageNames> </configuration> @@ -159,7 +156,6 @@ <plugin> <artifactId>maven-release-plugin</artifactId> - <version>2.5.2</version> <configuration> <goals>-s ${mvn.settings} deploy</goals> </configuration> @@ -167,13 +163,11 @@ <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> @@ -183,13 +177,11 @@ <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> @@ -205,7 +197,6 @@ <plugin> <groupId>org.eclipse.m2e</groupId> <artifactId>lifecycle-mapping</artifactId> - <version>1.0.0</version> <configuration> <lifecycleMappingMetadata> <pluginExecutions> @@ -235,7 +226,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> @@ -246,7 +236,6 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>${jacoco.version}</version> <configuration> <excludes> <exclude>**/gen/**</exclude> |