From dcf76988526af8e15181a29987383af2e1d64156 Mon Sep 17 00:00:00 2001 From: sg481n Date: Thu, 10 Aug 2017 17:50:54 -0400 Subject:  Update AAF Version 1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I113b95c520291f08ba387533be28bd4942d666f1 Signed-off-by: sg481n --- authz-batch/pom.xml | 2 +- authz-cass/pom.xml | 2 +- authz-certman/pom.xml | 2 +- authz-cmd/aafcli.sh | 2 +- authz-cmd/pom.xml | 2 +- authz-core/pom.xml | 2 +- authz-defOrg/pom.xml | 2 +- authz-fs/pom.xml | 2 +- authz-gui/pom.xml | 2 +- authz-gw/pom.xml | 2 +- authz-service/pom.xml | 2 +- authz-test/pom.xml | 2 +- pom.xml | 6 +++--- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/authz-batch/pom.xml b/authz-batch/pom.xml index 8c1347eb..c023f124 100644 --- a/authz-batch/pom.xml +++ b/authz-batch/pom.xml @@ -9,7 +9,7 @@ com.att.authz parent - 2.0.15 + 1.0.0-SNAPSHOT ../pom.xml diff --git a/authz-cass/pom.xml b/authz-cass/pom.xml index baea96ac..8d75c99b 100644 --- a/authz-cass/pom.xml +++ b/authz-cass/pom.xml @@ -27,7 +27,7 @@ com.att.authz parent - 2.0.15 + 1.0.0-SNAPSHOT ../pom.xml diff --git a/authz-certman/pom.xml b/authz-certman/pom.xml index 91b5dae4..6ac986b0 100644 --- a/authz-certman/pom.xml +++ b/authz-certman/pom.xml @@ -27,7 +27,7 @@ com.att.authz parent - 2.0.15 + 1.0.0-SNAPSHOT ../pom.xml diff --git a/authz-cmd/aafcli.sh b/authz-cmd/aafcli.sh index 89e9a4ea..6eeddbb2 100644 --- a/authz-cmd/aafcli.sh +++ b/authz-cmd/aafcli.sh @@ -1,6 +1,6 @@ DIR=`pwd` DME2REG=$DIR/../dme2reg -CLASSPATH=etc:target/authz-cmd-2.0.15-jar-with-dependencies.jar +CLASSPATH=etc:target/authz-cmd-1.0.0-SNAPSHOT-jar-with-dependencies.jar java -cp $CLASSPATH \ -Dcadi_prop_files=../authz-service/src/main/sample/authAPI.props \ diff --git a/authz-cmd/pom.xml b/authz-cmd/pom.xml index 94a6c59d..5c913be8 100644 --- a/authz-cmd/pom.xml +++ b/authz-cmd/pom.xml @@ -27,7 +27,7 @@ com.att.authz parent - 2.0.15 + 1.0.0-SNAPSHOT ../pom.xml diff --git a/authz-core/pom.xml b/authz-core/pom.xml index 10a47f2b..ad79b299 100644 --- a/authz-core/pom.xml +++ b/authz-core/pom.xml @@ -27,7 +27,7 @@ com.att.authz parent - 2.0.15 + 1.0.0-SNAPSHOT ../pom.xml diff --git a/authz-defOrg/pom.xml b/authz-defOrg/pom.xml index abd5d41f..e4456571 100644 --- a/authz-defOrg/pom.xml +++ b/authz-defOrg/pom.xml @@ -27,7 +27,7 @@ com.att.authz parent - 2.0.15 + 1.0.0-SNAPSHOT ../pom.xml diff --git a/authz-fs/pom.xml b/authz-fs/pom.xml index d4ae5032..17fc4cf0 100644 --- a/authz-fs/pom.xml +++ b/authz-fs/pom.xml @@ -27,7 +27,7 @@ com.att.authz parent - 2.0.15 + 1.0.0-SNAPSHOT ../pom.xml diff --git a/authz-gui/pom.xml b/authz-gui/pom.xml index 44faae59..b0d3626b 100644 --- a/authz-gui/pom.xml +++ b/authz-gui/pom.xml @@ -9,7 +9,7 @@ com.att.authz parent - 2.0.15 + 1.0.0-SNAPSHOT ../pom.xml diff --git a/authz-gw/pom.xml b/authz-gw/pom.xml index 29564b53..04636a73 100644 --- a/authz-gw/pom.xml +++ b/authz-gw/pom.xml @@ -27,7 +27,7 @@ com.att.authz parent - 2.0.15 + 1.0.0-SNAPSHOT ../pom.xml diff --git a/authz-service/pom.xml b/authz-service/pom.xml index 6abe62d3..405d4f63 100644 --- a/authz-service/pom.xml +++ b/authz-service/pom.xml @@ -27,7 +27,7 @@ com.att.authz parent - 2.0.15 + 1.0.0-SNAPSHOT ../pom.xml diff --git a/authz-test/pom.xml b/authz-test/pom.xml index 6affb597..d9431096 100644 --- a/authz-test/pom.xml +++ b/authz-test/pom.xml @@ -27,7 +27,7 @@ com.att.authz parent - 2.0.15 + 1.0.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 9c036829..2a72e2d9 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 4.0.0 com.att.authz parent - 2.0.15 + 1.0.0-SNAPSHOT Authz Parent (pom) pom https://github.com/att/AAF @@ -54,8 +54,8 @@ UTF-8 false 2.6 - 1.2.13 - 1.3.2 + 1.0.0-SNAPSHOT + 1.0.0-SNAPSHOT 3.1.200 -- cgit 1.2.3-korg