Skip to content

Commit

Permalink
Alfresco 6 Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
angelborroy-ks committed Jul 19, 2018
1 parent 53448bd commit bcde86a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deleted-content-store-cleaner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>es.keensoft</groupId>
<artifactId>deleted-content-store-cleaner</artifactId>
<version>1.1.0</version>
<version>1.0.0</version>
<name>deleted-content-store-cleaner Platform Jar Module - SDK 3</name>
<description>Platform JAR Module (to be included in the alfresco.war) - SDK 3</description>
<packaging>jar</packaging>
Expand Down Expand Up @@ -34,9 +34,9 @@
<!-- Alfresco Platform webapp version, this is the original Alfresco webapp that will be
customized and then deployed and run by the tomcat maven plugin when
executing for example $ mvn clean install alfresco:run -->
<alfresco.platform.version>5.2.f</alfresco.platform.version>
<alfresco.platform.version>6.0.7-ga</alfresco.platform.version>
<!-- Alfresco Share version, so we can bring in correct alfresco-share-services artifact -->
<alfresco.share.version>5.2.e</alfresco.share.version>
<alfresco.share.version>6.0.b</alfresco.share.version>

<!-- Default is to run with a Community edition, change to 'enterprise' if using Enterprise edition -->
<maven.alfresco.edition>community</maven.alfresco.edition>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependencies>
<dependency>
<groupId>${alfresco.groupId}</groupId>
<artifactId>alfresco-platform-distribution</artifactId>
<artifactId>alfresco-content-services-community-distribution</artifactId>
<version>${alfresco.platform.version}</version>
<type>pom</type>
<scope>import</scope>
Expand Down

0 comments on commit bcde86a

Please sign in to comment.