diff options
author | Sai Gandham <sg481n@att.com> | 2018-04-05 16:08:24 -0500 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-04-05 16:10:37 -0500 |
commit | c83c633d7a5f8ae8a7f84a15e3824c46ced305fe (patch) | |
tree | fc59af57236fa4905aaebd1d9a2908d49149011c /cadi/oauth-enduser | |
parent | 6611834c15886ba06b13cec15fc87ca732f07e06 (diff) |
Modify cadi & misc versions in authz
Changed cadi version from 1.5.0-SNAPSHOT to 2.1.0-SNAPSHOT
Changed misc version from 1.3.0-SNAPSHOT to 2.1.0-SNAPSHOT
Issue-ID: AAF-215
Change-Id: I161311c479504547251334d1681d1aec848fe49d
Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'cadi/oauth-enduser')
-rw-r--r-- | cadi/oauth-enduser/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cadi/oauth-enduser/pom.xml b/cadi/oauth-enduser/pom.xml index 608d37ab..aba60a9d 100644 --- a/cadi/oauth-enduser/pom.xml +++ b/cadi/oauth-enduser/pom.xml @@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <name>AAF CADI Sample OAuth EndUser</name> <groupId>org.onap.aaf.authz.cadi</groupId> - <version>1.5.0-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <artifactId>aaf-cadi-oauth-enduser</artifactId> <packaging>jar</packaging> @@ -79,12 +79,12 @@ <dependency> <groupId>org.onap.aaf.authz.cadi</groupId> <artifactId>aaf-cadi-core</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.onap.aaf.authz.cadi</groupId> <artifactId>aaf-cadi-aaf</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> </dependency> </dependencies> |