diff --git a/maven-alfresco-archetypes/maven-alfresco-share-archetype/src/changes/changes.xml b/maven-alfresco-archetypes/maven-alfresco-share-archetype/src/changes/changes.xml index de49851b..1d499c40 100644 --- a/maven-alfresco-archetypes/maven-alfresco-share-archetype/src/changes/changes.xml +++ b/maven-alfresco-archetypes/maven-alfresco-share-archetype/src/changes/changes.xml @@ -5,8 +5,11 @@ + + Support for Alfresco Share Closes issue 17 (http://code.google.com/p/maven-alfresco-archetypes/issues/detail?id=17") + - Addded 3.2r samples + Addded 3.2r sample SHARE web extension Added base SHARE overlay structure diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b46ae67b..b001643c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -9,12 +9,11 @@ Moved all the archetypes to work against http://maven.alfresco.com - Updated documentation to point to the new infrastructure - - Added support for Alfresco SHARE archetype - + + Updated documentation to point to the new infrastructure + diff --git a/src/main/resources/announcements/custom-announcement.vm b/src/main/resources/announcements/custom-announcement.vm index dde40153..7de60b8a 100644 --- a/src/main/resources/announcements/custom-announcement.vm +++ b/src/main/resources/announcements/custom-announcement.vm @@ -23,6 +23,7 @@ See all the different components at the following links: - maven-amp-plugin: ${project.url}/plugins/maven-amp-plugin/index.html - maven-nosnpashot-plugin: ${project.url}/plugins/maven-nosnapshot-plugin/index.html +See also the Alfresco wiki documentation: http://wiki.alfresco.com/wiki/Managing_Alfresco_Lifecyle_with_Maven. #if ($release.getActions().size() == 0) No changes defined in this version. @@ -125,6 +126,7 @@ maven-amp-plugin: ${project.url}/plugins/maven-amp-plugin/changes-report.html For a manual installation, you can download the ${finalName} here: ${urlDownload} + #end Have fun!