Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)

127192 jphuynh: BDE-674: Pull Manager from Nexus instead of BINARIES.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/branches/5.2.N@127197 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jean-Pierre Huynh
2016-05-18 11:39:02 +00:00
2 changed files with 31 additions and 0 deletions

View File

@@ -242,6 +242,36 @@
<classifier>win</classifier>
<type>tgz</type>
</dependency>
<!-- Manager -->
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>manager</artifactId>
<version>${installer.manager.version}</version>
<classifier>linux</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>manager</artifactId>
<version>${installer.manager.version}</version>
<classifier>osx</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>manager</artifactId>
<version>${installer.manager.version}</version>
<classifier>win32</classifier>
<type>tgz</type>
</dependency>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>manager</artifactId>
<version>${installer.manager.version}</version>
<classifier>win64</classifier>
<type>tgz</type>
</dependency>
</dependencies>
<build>

View File

@@ -32,6 +32,7 @@
<installer.libreoffice.version>4.4.5-20151016</installer.libreoffice.version>
<installer.ghostscript.version>8.64</installer.ghostscript.version>
<installer.imagemagick.version>6.9.1</installer.imagemagick.version>
<installer.manager.version>1.0</installer.manager.version>
<!-- Build timestamp for installer file name -->
<installer.build.timestamp>${maven.build.timestamp}</installer.build.timestamp>