summaryrefslogtreecommitdiffstats
path: root/authz-cmd
diff options
context:
space:
mode:
authorsg481n <sg481n@att.com>2017-08-10 17:50:54 -0400
committersg481n <sg481n@att.com>2017-08-10 17:50:54 -0400
commitdcf76988526af8e15181a29987383af2e1d64156 (patch)
treefbe5716244125b277f98f6539a07db95ef8bdf44 /authz-cmd
parentc548cc96e7cf048894686a12dce8d77111378317 (diff)
 Update AAF Version 1.0.0
Change-Id: I113b95c520291f08ba387533be28bd4942d666f1 Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'authz-cmd')
-rw-r--r--authz-cmd/aafcli.sh2
-rw-r--r--authz-cmd/pom.xml2
2 files changed, 2 insertions, 2 deletions
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 @@
<parent>
<groupId>com.att.authz</groupId>
<artifactId>parent</artifactId>
- <version>2.0.15</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>