mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged 5.1.N (5.1.2) to 5.2.N (5.2.1)
127190 jphuynh: Merged 5.0.N (5.0.4) to 5.1.N (5.1.2) 127158 jphuynh: BDE-674: Pull Manager from Nexus instead of BINARIES. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127200 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
30
pom.xml
30
pom.xml
@@ -245,6 +245,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>
|
||||
|
Reference in New Issue
Block a user