mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-12 17:05:08 +00:00
-- updated changes per release 3.9.1 (to produce detailed release notes)
-- updated developers info git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@391 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
parent
691a98030d
commit
2c205788b4
@ -4,6 +4,21 @@
|
||||
<author email="gabriele.columbro@alfresco.com">Gabriele Columbro</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="3.9.1" date="2012-04-06" description="Consolidated (removed all reported defects) and tested against Alfresco 4.0b">
|
||||
<action dev="columbro" type="add" issue="5">Support for file-mappings.properties</action>
|
||||
<action dev="columbro" type="fix" issue="7">FTL content was destroyed</action>
|
||||
<action dev="columbro" type="fix" issue="19">META-INF not properly included</action>
|
||||
<action dev="maurizio@session.it" type="fix" issue="23">mAmpResources was ignored</action>
|
||||
<action dev="maurizio@session.it" type="fix" issue="46">Broken dependency</action>
|
||||
<action dev="maurizio@session.it" type="fix" issue="54">Cannot find amp-plugin anywhere</action>
|
||||
<action dev="maurizio@session.it" type="add" issue="55">h2 support</action>
|
||||
<action dev="maurizio@session.it" type="add" issue="63">Eclipse Support</action>
|
||||
<action dev="maurizio@session.it" type="add" issue="64">Add alfresco-core.jar provided</action>
|
||||
<action dev="maurizio@session.it" type="fix" issue="67">Documentation update</action>
|
||||
<action dev="maurizio@session.it" type="add" issue="72">Add h2 params to avoid DB locking at startup</action>
|
||||
<action dev="maurizio@session.it" type="add" issue="73">Update archetypes to use Alfresco 4.0b</action>
|
||||
<action dev="columbro" type="fix" issue="74">Align groupId to org.alfresco</action>
|
||||
</release>
|
||||
<release version="1.9.1" date="2009-12-07"
|
||||
description="Moved to maven.alfresco.com">
|
||||
<action dev="columbro" type="add">
|
||||
|
@ -4,6 +4,13 @@
|
||||
<author email="gabriele.columbro@alfresco.com">Gabriele Columbro</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="3.9.1" date="2012-04-06" description="Consolidated (removed all reported defects) and tested against Alfresco 4.0b">
|
||||
<action dev="columbro" type="fix" issue="7">FTL content was destroyed</action>
|
||||
<action dev="maurizio@session.it" type="add" issue="55">Enable h2 support</action>
|
||||
<action dev="maurizio@session.it" type="add" issue="67">Documentation update</action>
|
||||
<action dev="maurizio@session.it" type="add" issue="72">Add h2 params to avoid DB locking at startup</action>
|
||||
<action dev="columbro" type="fix" issue="74">Align groupId to org.alfresco</action>
|
||||
</release>
|
||||
<release version="1.9.2" date="2011-10-25" description="Tested against Alfresco 4.0b community">
|
||||
<action dev="columbro" type="remove">
|
||||
Removed support for H2 since alfresco does not work with it (even in PGSQL compatibility mode)
|
||||
|
@ -4,6 +4,12 @@
|
||||
<author email="gabriele.columbro@alfresco.com">Gabriele Columbro</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="3.9.1" date="2012-04-06" description="Consolidated (removed all reported defects) and tested against Alfresco 4.0b">
|
||||
<action dev="columbro" type="fix" issue="7">FTL content was destroyed</action>
|
||||
<action dev="maurizio@session.it" type="fix" issue="67">Documentation update</action>
|
||||
<action dev="columbro" type="fix" issue="74">Align groupId to org.alfresco</action>
|
||||
<action dev="maurizio@session.it" type="fix" issue="36">application.properties not found when invoked from parent POM</action>
|
||||
</release>
|
||||
<release version="1.9.2" date="2011-10-25" description="Tested against Share 4.0">
|
||||
<action dev="columbro" type="add">
|
||||
Updated samples and tested against 4.0
|
||||
|
@ -3,6 +3,12 @@
|
||||
<title>Maven AMP plugin</title>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="3.0.4" date="2012-04-06" description="Consolidated (removed all reported defects) and tested against Alfresco 4.0b">
|
||||
<action dev="columbro" type="fix" issue="5">Support for file-mappings.properties</action>
|
||||
<action dev="columbro" type="fix" issue="19">Proper inclusion of META-INF</action>
|
||||
<action dev="maurizio@session.it" type="fix" issue="23">mAmpResources was ignored</action>
|
||||
<action dev="columbro" type="fix" issue="74">Align groupId to org.alfresco</action>
|
||||
</release>
|
||||
<release version="3.0.2" date="2009-12-07" description="Switched releases and documentation to Alfresco Community Maven repository">
|
||||
</release>
|
||||
<release version="3.0.1" date="2009-11-06" description="Alfresco 3.0.1 embedded in Maven Alfresco Lifecycle Release">
|
||||
|
23
pom.xml
23
pom.xml
@ -13,7 +13,7 @@ community contexts.
|
||||
</description>
|
||||
<issueManagement>
|
||||
<system>GoogleCode</system>
|
||||
<url>http://code.google.com/p/maven-alfresco-archetypes/issues/list</url>
|
||||
<url>http://code.google.com/p/maven-alfresco-archetypes/issues</url>
|
||||
</issueManagement>
|
||||
<organization>
|
||||
<name>Alfresco</name>
|
||||
@ -82,7 +82,7 @@ community contexts.
|
||||
<email>gabriele.columbro@alfresco.com</email>
|
||||
<roles>
|
||||
<role>Founder</role>
|
||||
<role>Alfresco Solution Engineer</role>
|
||||
<role>Alfresco Principal Architect</role>
|
||||
<role>Developer</role>
|
||||
</roles>
|
||||
<organization>Alfresco</organization>
|
||||
@ -91,23 +91,19 @@ community contexts.
|
||||
<developer>
|
||||
<id>maurizio@session.it</id>
|
||||
<name>Maurizio Pillitu</name>
|
||||
<email>m.pillitu@sourcesense.com</email>
|
||||
<organization>Sourcesense</organization>
|
||||
<organizationUrl>http://www.sourcesense.com</organizationUrl>
|
||||
<email>maurizio.pillitu@alfresco.com</email>
|
||||
<organization>Alfresco</organization>
|
||||
<organizationUrl>http://www.alfresco.com</organizationUrl>
|
||||
<roles>
|
||||
<role>Solution architect</role>
|
||||
<role>Agile guru</role>
|
||||
<role>Maven Calm Expert</role>
|
||||
<role>Alfresco Technical Consultant</role>
|
||||
<role>Agile Maestro</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>carlo.sciolla</id>
|
||||
<name>Carlo Sciolla</name>
|
||||
<email>m.pillitu@sourcesense.com</email>
|
||||
<organization>Sourcesense</organization>
|
||||
<organizationUrl>http://www.sourcesense.com</organizationUrl>
|
||||
<organization>Backbase</organization>
|
||||
<roles>
|
||||
<role>Infra support</role>
|
||||
<role>Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
@ -153,7 +149,6 @@ community contexts.
|
||||
<toAddresses>
|
||||
<toAddress implementation="java.lang.String">maven-alfresco@googlegroups.com</toAddress>
|
||||
<toAddress implementation="java.lang.String">announce@maven.apache.org</toAddress>
|
||||
<toAddress implementation="java.lang.String">alfresco-dev@lists.sourcesense.com</toAddress>
|
||||
</toAddresses>
|
||||
<username>${smtp.username}</username>
|
||||
<password>${smtp.password}</password>
|
||||
@ -232,7 +227,7 @@ community contexts.
|
||||
</snapshotRepository>
|
||||
<site>
|
||||
<id>alfresco-docs</id>
|
||||
<url>dav:http://maven.alfresco.com/nexus/content/repositories/alfresco-docs-staging/maven-alfresco-lifecycle</url>
|
||||
<url>dav:http://maven.alfresco.com/nexus/content/repositories/alfresco-docs/maven-alfresco-lifecycle/${project.version}</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
</project>
|
||||
|
@ -4,6 +4,13 @@
|
||||
<author email="gabriele.columbro@alfresco.com">Gabriele Columbro</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="3.9.1" date="2012-04-06" description="Cleaned all defects in the framework and tested with 4.0b">
|
||||
<action dev="maurizio@session.it" type="fix">Fixed all existing defects to date in Google Code. See http://code.google.com/p/maven-alfresco-archetypes/issues/list?q=label:Milestone-Release391 for details</action>
|
||||
<action dev="columbro" type="update">Updated and released maven-alfresco-lifecycle and maven-alfresco-archetypes to version 3.9.1</action>
|
||||
<action dev="columbro" type="update">Updated and released maven-amp-plugin to version 3.0.4</action>
|
||||
<action dev="columbro" type="update">Updated and released maven-nosnapshot-plugin to version 0.0.8</action>
|
||||
<action dev="columbro" type="update">Removed all com.sourcesense references</action>
|
||||
</release>
|
||||
<release version="3.9.0" date="2011-10-25" description="Upgraded framework to work with Alfresco 4.x and started aligning version numbers to Alfresco"/>
|
||||
<release version="1.1.0" date="2009-12-03" description="Complete moving of the full infrastructure to Alfresco Community Maven Repository and Share Addon">
|
||||
<action dev="columbro" type="add">
|
||||
|
Loading…
x
Reference in New Issue
Block a user