mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merge pull request #33 from Alfresco/GOOGLEDOCS-430
GOOGLEDOCS-430 : Update GoogleDocs AMP version for ACS 6.0
This commit is contained in:
@@ -62,6 +62,7 @@
|
|||||||
<groupId>org.alfresco.integrations</groupId>
|
<groupId>org.alfresco.integrations</groupId>
|
||||||
<artifactId>alfresco-googledocs-repo</artifactId>
|
<artifactId>alfresco-googledocs-repo</artifactId>
|
||||||
<version>${alfresco.googledocs.version}</version>
|
<version>${alfresco.googledocs.version}</version>
|
||||||
|
<classifier>community</classifier>
|
||||||
<type>amp</type>
|
<type>amp</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
@@ -158,6 +159,7 @@
|
|||||||
<groupId>org.alfresco.integrations</groupId>
|
<groupId>org.alfresco.integrations</groupId>
|
||||||
<artifactId>alfresco-googledocs-repo</artifactId>
|
<artifactId>alfresco-googledocs-repo</artifactId>
|
||||||
<version>${alfresco.googledocs.version}</version>
|
<version>${alfresco.googledocs.version}</version>
|
||||||
|
<classifier>community</classifier>
|
||||||
<type>amp</type>
|
<type>amp</type>
|
||||||
<overWrite>false</overWrite>
|
<overWrite>false</overWrite>
|
||||||
<outputDirectory>${project.build.directory}/amps</outputDirectory>
|
<outputDirectory>${project.build.directory}/amps</outputDirectory>
|
||||||
|
4
pom.xml
4
pom.xml
@@ -83,7 +83,7 @@
|
|||||||
<alfresco.alfresco-share-services.version>6.0.a</alfresco.alfresco-share-services.version>
|
<alfresco.alfresco-share-services.version>6.0.a</alfresco.alfresco-share-services.version>
|
||||||
|
|
||||||
<!-- Alfresco GoogleDocs integration version -->
|
<!-- Alfresco GoogleDocs integration version -->
|
||||||
<alfresco.googledocs.version>3.0.4.2</alfresco.googledocs.version>
|
<alfresco.googledocs.version>3.1.0-RC1</alfresco.googledocs.version>
|
||||||
|
|
||||||
<!-- Alfresco Office Services Module -->
|
<!-- Alfresco Office Services Module -->
|
||||||
<alfresco.aos-module.version>1.1.7</alfresco.aos-module.version>
|
<alfresco.aos-module.version>1.1.7</alfresco.aos-module.version>
|
||||||
@@ -428,12 +428,14 @@
|
|||||||
<groupId>org.alfresco.integrations</groupId>
|
<groupId>org.alfresco.integrations</groupId>
|
||||||
<artifactId>alfresco-googledocs-repo</artifactId>
|
<artifactId>alfresco-googledocs-repo</artifactId>
|
||||||
<version>${alfresco.googledocs.version}</version>
|
<version>${alfresco.googledocs.version}</version>
|
||||||
|
<classifier>community</classifier>
|
||||||
<type>amp</type>
|
<type>amp</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.alfresco.integrations</groupId>
|
<groupId>org.alfresco.integrations</groupId>
|
||||||
<artifactId>alfresco-googledocs-share</artifactId>
|
<artifactId>alfresco-googledocs-share</artifactId>
|
||||||
<version>${alfresco.googledocs.version}</version>
|
<version>${alfresco.googledocs.version}</version>
|
||||||
|
<classifier>community</classifier>
|
||||||
<type>amp</type>
|
<type>amp</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user