X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fansible-server%2Fpom.xml;h=31eb14a8b07e6b6eab4362951c6f4932015537fc;hb=refs%2Fheads%2Fbeijing;hp=76ee8aa93721ea016561e7dad076483803cd2cac;hpb=ee065f09ddf9ebab302cfd268162d56c68ef8b2d;p=sdnc%2Foam.git diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index 76ee8aa9..31eb14a8 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent odlparent-lite - 1.0.1-SNAPSHOT + 1.0.4 4.0.0 pom org.onap.sdnc.oam installation-ansible-server - 1.3.1-SNAPSHOT + 1.3.4-SNAPSHOT sdnc-oam :: installation :: ${project.artifactId} Creates ansible-server Docker container @@ -129,7 +129,7 @@ 1.5.0 - change shell permissions + change python permissions process-sources exec @@ -148,6 +148,26 @@ + + change shell permissions + process-sources + + exec + + + /usr/bin/find + + ${basedir}/target/docker-stage/opt/onap/sdnc + -name + *.sh + -exec + chmod + +x + {} + ; + + +