From e14a03055bd61fb8865c993d429c0f2518c23ea9 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Huynh Date: Tue, 25 Aug 2015 15:30:33 +0000 Subject: [PATCH] BDE-402: Fixed Ghostscript version variable git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/trunk@110835 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- installer/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/pom.xml b/installer/pom.xml index 05895c1775..6eea25c3ad 100644 --- a/installer/pom.xml +++ b/installer/pom.xml @@ -163,21 +163,21 @@ com.ghostscript ghostscript-distribution - 8.64 + ${installer.ghostscript.version} linux tgz com.ghostscript ghostscript-distribution - 8.64 + ${installer.ghostscript.version} osx tgz com.ghostscript ghostscript-distribution - 8.64 + ${installer.ghostscript.version} win32 tgz @@ -185,7 +185,7 @@ com.ghostscript ghostscript-distribution 8.64 - win64 + ${installer.ghostscript.version} tgz