diff --git a/vagrant/playbook-xml.yml b/vagrant/playbook-xml.yml index 4cca7476d..5b560f049 100644 --- a/vagrant/playbook-xml.yml +++ b/vagrant/playbook-xml.yml @@ -116,7 +116,7 @@ lineinfile: dest="{{tomcat_dir}}/conf/catalina.properties" regexp="^peppol.pd.client.properties.path=" line="peppol.pd.client.properties.path={{tomcat_dir}}/conf/pdclient.properties" - name: Clone the phoss SMP Server in {{ sources_dir }}/phoss-smp - git: repo=https://github.com/phax/phoss-smp.git dest={{ sources_dir }}/phoss-smp version=phoss-smp-parent-pom-5.3.1 + git: repo=https://github.com/phax/phoss-smp.git dest={{ sources_dir }}/phoss-smp version=phoss-smp-parent-pom-5.3.2 register: smp_result - name: Build SMP Server from {{ sources_dir }}/phoss-smp @@ -127,7 +127,7 @@ chdir: "{{ sources_dir }}/phoss-smp" - name: Deploy SMP Server to tomcat - copy: src="{{ sources_dir }}/phoss-smp/phoss-smp-webapp-xml/target/phoss-smp-webapp-xml-5.3.1.war" dest="{{tomcat_dir}}/webapps/ROOT.war" + copy: src="{{ sources_dir }}/phoss-smp/phoss-smp-webapp-xml/target/phoss-smp-webapp-xml-5.3.2.war" dest="{{tomcat_dir}}/webapps/ROOT.war" - name: Copy SMP Keystore to tomcat copy: src="{{smp_keystore}}" dest="{{smp_keystore_path}}" mode=0600 backup=yes