BDE-402: Upgraded ImageMagick to 6.9.1 and now pulling from Nexus instead of BINARIES

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/trunk@110878 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jean-Pierre Huynh
2015-08-26 09:51:50 +00:00
parent d1b689f239
commit 113178bcae
2 changed files with 31 additions and 0 deletions

View File

@@ -188,6 +188,36 @@
<classifier>win64</classifier>
<type>tgz</type>
</dependency>
<!-- ImageMagick -->
<dependency>
<groupId>org.imagemagick</groupId>
<artifactId>imagemagick-distribution</artifactId>
<version>${installer.imagemagick.version}</version>
<classifier>linux</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.imagemagick</groupId>
<artifactId>imagemagick-distribution</artifactId>
<version>${installer.imagemagick.version}</version>
<classifier>osx</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.imagemagick</groupId>
<artifactId>imagemagick-distribution</artifactId>
<version>${installer.imagemagick.version}</version>
<classifier>win32</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.imagemagick</groupId>
<artifactId>imagemagick-distribution</artifactId>
<version>${installer.imagemagick.version}</version>
<classifier>win64</classifier>
<type>tgz</type>
</dependency>
<!-- Installbuilder -->
<dependency>

View File

@@ -31,6 +31,7 @@
<installer.postgresql.version>9.4.4</installer.postgresql.version>
<installer.libreoffice.version>4.2.5-alfresco</installer.libreoffice.version>
<installer.ghostscript.version>8.64</installer.ghostscript.version>
<installer.imagemagick.version>6.9.1</installer.imagemagick.version>
<!-- Install builder version -->
<installer.installbuilder.version>15.1.0</installer.installbuilder.version>