Skip to content

Commit

Permalink
Switch default enterprise version to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Langlois committed Dec 4, 2014
1 parent a0be18d commit 2723606
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions poms/alfresco-sdk-parent/pom.xml
Expand Up @@ -780,13 +780,13 @@
</build>
</profile>

<!-- NOTE: (Expertimental && Private) Alfresco 5 Enterprise is not released yet, this is used for internal testing
<!--
Enables working with Alfresco Enterprise latest version. You can then manually override the alfresco.version in your pom.xml
-->
<profile>
<id>enterprise</id>
<properties>
<alfresco.version>5.0.0-SNAPSHOT</alfresco.version>
<alfresco.version>5.0</alfresco.version>
<alfresco.repo.artifactId>alfresco-enterprise</alfresco.repo.artifactId>
<alfresco.share.artifactId>share-enterprise</alfresco.share.artifactId>
<!-- Not needed in the webapp for enterprise -->
Expand All @@ -795,15 +795,7 @@
<repositories>
<repository>
<id>alfresco-internal</id>
<url>https://artifacts.alfresco.com/nexus/content/groups/internal</url>
</repository>
<repository>
<id>alfresco-internal-snapshots</id>
<url>https://artifacts.alfresco.com/nexus/content/repositories/internal-snapshots/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
</snapshots>
<url>https://artifacts.alfresco.com/nexus/content/groups/private</url>
</repository>
</repositories>
</profile>
Expand Down

0 comments on commit 2723606

Please sign in to comment.