Update to 2.1.11-SNAPSHOT
[aaf/authz.git] / auth / auth-hello / pom.xml
index 38cdba8..194b8cb 100644 (file)
@@ -17,7 +17,7 @@
        <parent>
                <groupId>org.onap.aaf.authz</groupId>
                <artifactId>authparent</artifactId>
-               <version>2.1.1-SNAPSHOT</version>
+               <version>2.1.11-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
@@ -89,8 +89,9 @@
                                                        <mainClass>org.onap.aaf.auth.hello.AAF_Hello</mainClass>
                                                        <name>hello</name>
                                                        <commandLineArguments>
-                                                               <commandLineArgument>cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.hello.props</commandLineArgument>
+                                                               <commandLineArgument>cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.aaf.hello.props</commandLineArgument>
                                                                <commandLineArgument>cadi_log_dir=${project.ext_root_dir}/logs/hello</commandLineArgument>
+                                                               <commandLineArgument>cadi_etc_dir=${project.ext_root_dir}/etc</commandLineArgument>
                                                        </commandLineArguments>
                                                </program>
                                        </programs>