From 8bcec764e7431c2a84b1fa6a982ce6994eff4697 Mon Sep 17 00:00:00 2001 From: mindthegab Date: Thu, 3 Dec 2009 20:39:46 +0000 Subject: [PATCH] -- final fixes pre release git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@253 04253f4f-3451-0410-a141-5562f1e59037 --- .../maven-alfresco-share-archetype/src/changes/changes.xml | 5 ++++- src/changes/changes.xml | 7 +++---- src/main/resources/announcements/custom-announcement.vm | 2 ++ 3 files changed, 9 insertions(+), 5 deletions(-) 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!