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 | |
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')
-rw-r--r-- | misc/env/pom.xml | 2 | ||||
-rw-r--r-- | misc/log4j/pom.xml | 2 | ||||
-rw-r--r-- | misc/pom.xml | 4 | ||||
-rw-r--r-- | misc/rosetta/pom.xml | 13 | ||||
-rw-r--r-- | misc/xgen/pom.xml | 2 |
5 files changed, 6 insertions, 17 deletions
diff --git a/misc/env/pom.xml b/misc/env/pom.xml index d1e3ad95..9a725b9f 100644 --- a/misc/env/pom.xml +++ b/misc/env/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> diff --git a/misc/log4j/pom.xml b/misc/log4j/pom.xml index 31d8f9f5..ed277b29 100644 --- a/misc/log4j/pom.xml +++ b/misc/log4j/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> diff --git a/misc/pom.xml b/misc/pom.xml index d35dd721..a4945a67 100644 --- a/misc/pom.xml +++ b/misc/pom.xml @@ -25,12 +25,12 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>parent</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> </parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>miscparent</artifactId> <name>AAF Misc Parent</name> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> <packaging>pom</packaging> 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> diff --git a/misc/xgen/pom.xml b/misc/xgen/pom.xml index 8aa12fa8..083c0dc2 100644 --- a/misc/xgen/pom.xml +++ b/misc/xgen/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> |