Skip to content

Commit

Permalink
Make the Maven quickstart artifact version default to aem_version_short
Browse files Browse the repository at this point in the history
  • Loading branch information
interatom committed Dec 12, 2017
1 parent 46a3d02 commit a6251c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/download/nexus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
extension: jar
username: "{{ nexus_username }}"
password: "{{ nexus_password }}"
version: "{{ item.version }}"
version: "{{ item.version | default(aem_version_short) }}"
with_items: "{{ aem_mvn_coordinates }}"

0 comments on commit a6251c3

Please sign in to comment.