Skip to content

Commit

Permalink
Prepared for 5.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jan 15, 2021
1 parent e494f3d commit c98d2b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vagrant/playbook-xml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c98d2b6

Please sign in to comment.