From c83c633d7a5f8ae8a7f84a15e3824c46ced305fe Mon Sep 17 00:00:00 2001 From: Sai Gandham Date: Thu, 5 Apr 2018 16:08:24 -0500 Subject: 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 --- cadi/aaf/pom.xml | 2 +- cadi/cass/pom.xml | 2 +- cadi/client/pom.xml | 2 +- cadi/core/pom.xml | 2 +- cadi/oauth-enduser/pom.xml | 6 +++--- cadi/pom.xml | 4 ++-- cadi/shiro/pom.xml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) (limited to 'cadi') diff --git a/cadi/aaf/pom.xml b/cadi/aaf/pom.xml index a25d6e36..c2fd0b2d 100644 --- a/cadi/aaf/pom.xml +++ b/cadi/aaf/pom.xml @@ -24,7 +24,7 @@ org.onap.aaf.authz.cadi parent - 1.5.0-SNAPSHOT + 2.1.0-SNAPSHOT .. diff --git a/cadi/cass/pom.xml b/cadi/cass/pom.xml index a17a4bf7..bbe9b19b 100644 --- a/cadi/cass/pom.xml +++ b/cadi/cass/pom.xml @@ -24,7 +24,7 @@ org.onap.aaf.authz.cadi parent - 1.5.0-SNAPSHOT + 2.1.0-SNAPSHOT .. diff --git a/cadi/client/pom.xml b/cadi/client/pom.xml index 84247026..46a83677 100644 --- a/cadi/client/pom.xml +++ b/cadi/client/pom.xml @@ -22,7 +22,7 @@ org.onap.aaf.authz.cadi parent - 1.5.0-SNAPSHOT + 2.1.0-SNAPSHOT .. diff --git a/cadi/core/pom.xml b/cadi/core/pom.xml index 2412651e..c458fc98 100644 --- a/cadi/core/pom.xml +++ b/cadi/core/pom.xml @@ -16,7 +16,7 @@ org.onap.aaf.authz.cadi parent .. - 1.5.0-SNAPSHOT + 2.1.0-SNAPSHOT 4.0.0 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 @@ 4.0.0 AAF CADI Sample OAuth EndUser org.onap.aaf.authz.cadi - 1.5.0-SNAPSHOT + 2.1.0-SNAPSHOT aaf-cadi-oauth-enduser jar @@ -79,12 +79,12 @@ org.onap.aaf.authz.cadi aaf-cadi-core - 1.5.0-SNAPSHOT + 2.1.0-SNAPSHOT org.onap.aaf.authz.cadi aaf-cadi-aaf - 1.5.0-SNAPSHOT + 2.1.0-SNAPSHOT diff --git a/cadi/pom.xml b/cadi/pom.xml index 860f77a1..b6f12625 100644 --- a/cadi/pom.xml +++ b/cadi/pom.xml @@ -24,7 +24,7 @@ org.onap.aaf.authz.cadi parent AAF CADI Parent (Code, Access, Data, Identity) - 1.5.0-SNAPSHOT + 2.1.0-SNAPSHOT 2015-07-20 ONAP @@ -40,7 +40,7 @@ true UTF-8 - 1.3.0-SNAPSHOT + 2.1.0-SNAPSHOT 2.10-SNAPSHOT 9.3.9.v20160517 1.5.1 diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml index 91503e23..4813c383 100644 --- a/cadi/shiro/pom.xml +++ b/cadi/shiro/pom.xml @@ -24,7 +24,7 @@ org.onap.aaf.authz.cadi parent - 1.5.0-SNAPSHOT + 2.1.0-SNAPSHOT .. -- cgit 1.2.3-korg