Switch default enterprise version to 5.0

This commit is contained in:
Samuel Langlois 2014-12-04 11:41:15 +00:00
parent a0be18daee
commit 27236060b9

View File

@ -780,13 +780,13 @@
</build> </build>
</profile> </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 Enables working with Alfresco Enterprise latest version. You can then manually override the alfresco.version in your pom.xml
--> -->
<profile> <profile>
<id>enterprise</id> <id>enterprise</id>
<properties> <properties>
<alfresco.version>5.0.0-SNAPSHOT</alfresco.version> <alfresco.version>5.0</alfresco.version>
<alfresco.repo.artifactId>alfresco-enterprise</alfresco.repo.artifactId> <alfresco.repo.artifactId>alfresco-enterprise</alfresco.repo.artifactId>
<alfresco.share.artifactId>share-enterprise</alfresco.share.artifactId> <alfresco.share.artifactId>share-enterprise</alfresco.share.artifactId>
<!-- Not needed in the webapp for enterprise --> <!-- Not needed in the webapp for enterprise -->
@ -795,15 +795,7 @@
<repositories> <repositories>
<repository> <repository>
<id>alfresco-internal</id> <id>alfresco-internal</id>
<url>https://artifacts.alfresco.com/nexus/content/groups/internal</url> <url>https://artifacts.alfresco.com/nexus/content/groups/private</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>
</repository> </repository>
</repositories> </repositories>
</profile> </profile>