-- final fixes pre release

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@253 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab
2009-12-03 20:39:46 +00:00
parent be00cdfcb7
commit 8bcec764e7
3 changed files with 9 additions and 5 deletions

View File

@@ -5,8 +5,11 @@
</properties> </properties>
<body> <body>
<release version="1.9.1" date="2009-12-03" description="First public release working against Share 3.2r"> <release version="1.9.1" date="2009-12-03" description="First public release working against Share 3.2r">
<action dev="columbro" type="add">
Support for Alfresco Share Closes issue 17 (http://code.google.com/p/maven-alfresco-archetypes/issues/detail?id=17")
</action>
<action dev="columbro" type="add"> <action dev="columbro" type="add">
Addded 3.2r samples Addded 3.2r sample SHARE web extension
</action> </action>
<action dev="columbro" type="add"> <action dev="columbro" type="add">
Added base SHARE overlay structure Added base SHARE overlay structure

View File

@@ -9,12 +9,11 @@
Moved all the archetypes to work against http://maven.alfresco.com Moved all the archetypes to work against http://maven.alfresco.com
</action> </action>
<action dev="columbro" type="add"> <action dev="columbro" type="add">
Updated documentation to point to the new infrastructure
</action>
<action dev="columbro" type="add">
Added support for Alfresco SHARE archetype Added support for Alfresco SHARE archetype
</action> </action>
<action dev="columbro" type="add">
Updated documentation to point to the new infrastructure
</action>
</release> </release>
<release version="1.0.0" date="2009-11-03" description="Complete refactoring of the full support in one multimodule project (maven-alfresco-lifecycle)"> <release version="1.0.0" date="2009-11-03" description="Complete refactoring of the full support in one multimodule project (maven-alfresco-lifecycle)">
<action dev="columbro" type="add"> <action dev="columbro" type="add">

View File

@@ -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-amp-plugin: ${project.url}/plugins/maven-amp-plugin/index.html
- maven-nosnpashot-plugin: ${project.url}/plugins/maven-nosnapshot-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) #if ($release.getActions().size() == 0)
No changes defined in this version. 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: For a manual installation, you can download the ${finalName} here:
${urlDownload} ${urlDownload}
#end #end
Have fun! Have fun!