mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
GOOGLEDOCS-429 : Generate RC2 for GoogleDocs 3.1.0 compatible with ACS Ent 6.0
- updated googledocs dependencies
This commit is contained in:
@@ -59,9 +59,8 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.alfresco.integrations</groupId>
|
<groupId>org.alfresco.integrations</groupId>
|
||||||
<artifactId>alfresco-googledocs-repo</artifactId>
|
<artifactId>alfresco-googledocs-repo-community</artifactId>
|
||||||
<version>${alfresco.googledocs.version}</version>
|
<version>${alfresco.googledocs.version}</version>
|
||||||
<classifier>community</classifier>
|
|
||||||
<type>amp</type>
|
<type>amp</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
@@ -156,13 +155,20 @@
|
|||||||
</artifactItem>
|
</artifactItem>
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>org.alfresco.integrations</groupId>
|
<groupId>org.alfresco.integrations</groupId>
|
||||||
<artifactId>alfresco-googledocs-repo</artifactId>
|
<artifactId>alfresco-googledocs-repo-community</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>
|
||||||
</artifactItem>
|
</artifactItem>
|
||||||
|
<artifactItem>
|
||||||
|
<groupId>org.alfresco.integrations</groupId>
|
||||||
|
<artifactId>alfresco-googledocs-share-community</artifactId>
|
||||||
|
<version>${alfresco.googledocs.version}</version>
|
||||||
|
<type>amp</type>
|
||||||
|
<overWrite>false</overWrite>
|
||||||
|
<outputDirectory>${project.build.directory}/amps_share</outputDirectory>
|
||||||
|
</artifactItem>
|
||||||
</artifactItems>
|
</artifactItems>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
8
pom.xml
8
pom.xml
@@ -84,7 +84,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.1.0-RC1</alfresco.googledocs.version>
|
<alfresco.googledocs.version>3.1.0-RC2</alfresco.googledocs.version>
|
||||||
|
|
||||||
<!-- Alfresco Office Services Module -->
|
<!-- Alfresco Office Services Module -->
|
||||||
<alfresco.aos-module.version>1.2.0-RC2</alfresco.aos-module.version>
|
<alfresco.aos-module.version>1.2.0-RC2</alfresco.aos-module.version>
|
||||||
@@ -451,16 +451,14 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.alfresco.integrations</groupId>
|
<groupId>org.alfresco.integrations</groupId>
|
||||||
<artifactId>alfresco-googledocs-repo</artifactId>
|
<artifactId>alfresco-googledocs-repo-community</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-community</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