summaryrefslogtreecommitdiffstats
path: root/auth/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'auth/pom.xml')
-rw-r--r--auth/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/pom.xml b/auth/pom.xml
index c3726b5d..f543c794 100644
--- a/auth/pom.xml
+++ b/auth/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>parent</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.1-SNAPSHOT</version>
</parent>
<artifactId>authparent</artifactId>
<name>AAF Auth Parent</name>
@@ -35,7 +35,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.interfaceVersion>2.1.0-SNAPSHOT</project.interfaceVersion>
+ <project.interfaceVersion>2.1.1-SNAPSHOT</project.interfaceVersion>
<!-- >project.jettyVersion>9.3.22.v20171030</project.jettyVersion -->
<project.jettyVersion>9.4.8.v20171121</project.jettyVersion>
<powermock.version>1.5.1</powermock.version>