summaryrefslogtreecommitdiffstats
path: root/authz-cmd
diff options
context:
space:
mode:
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>