Skip to content

Commit a6251c3

Browse files
committed
Make the Maven quickstart artifact version default to aem_version_short
1 parent 46a3d02 commit a6251c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/download/nexus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
extension: jar
1414
username: "{{ nexus_username }}"
1515
password: "{{ nexus_password }}"
16-
version: "{{ item.version }}"
16+
version: "{{ item.version | default(aem_version_short) }}"
1717
with_items: "{{ aem_mvn_coordinates }}"

0 commit comments

Comments
 (0)