summaryrefslogtreecommitdiffstats
path: root/auth/auth-oauth
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-05-25 15:04:43 -0500
committerInstrumental <jonathan.gathman@att.com>2018-05-25 15:04:49 -0500
commita97d731d65bb988e12495d7f9fa6565097c78e26 (patch)
tree2f3a4526af7d3d712e23c004f08a866b31e9c4a6 /auth/auth-oauth
parent91a983a493f7ca67d62f337b53d3ef915f8a47c8 (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 'auth/auth-oauth')
-rw-r--r--auth/auth-oauth/pom.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/auth/auth-oauth/pom.xml b/auth/auth-oauth/pom.xml
index daed471b..16a3715b 100644
--- a/auth/auth-oauth/pom.xml
+++ b/auth/auth-oauth/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>authparent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -49,19 +49,16 @@
<dependency>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>aaf-auth-core</artifactId>
- <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>aaf-auth-cass</artifactId>
- <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>aaf-cadi-aaf</artifactId>
- <version>${project.version}</version>
</dependency>
</dependencies>
@@ -105,7 +102,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>
@@ -116,7 +112,6 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>${jacoco.version}</version>
<configuration>
<excludes>
<exclude>**/gen/**</exclude>