diff options
author | Sai Gandham <sg481n@att.com> | 2018-04-09 20:43:47 +0000 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-04-09 20:43:53 +0000 |
commit | 34e9cfe9e651837b18dba5af99a6fa9816dfb9a8 (patch) | |
tree | 83bc52a9816d4597d6886b8749ed0a5cc9b821e3 /auth/auth-client | |
parent | b37ba9bf31a1c55b34bb3a213da20654a1e36eca (diff) |
Move auth-client as independent
Issue-ID: AAF-215
Change-Id: Ic074d4d2755b33ab4edc9d085572007f7bc9986b
Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'auth/auth-client')
-rw-r--r-- | auth/auth-client/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/auth-client/pom.xml b/auth/auth-client/pom.xml index 7f167855..fe4be70c 100644 --- a/auth/auth-client/pom.xml +++ b/auth/auth-client/pom.xml @@ -33,6 +33,7 @@ <packaging>jar</packaging> <properties> + <project.interfaceVersion>2.1.0-SNAPSHOT</project.interfaceVersion> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.test.failure.ignore>true</maven.test.failure.ignore> <!-- SONAR --> |