[maven-release-plugin] prepare release V5.0.a

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@74992 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Samuel Langlois
2014-06-26 15:02:14 +00:00
parent e788c2a1e1
commit 295f49b44f

10
pom.xml
View File

@@ -2,13 +2,12 @@
<!-- ** Experimental Maven build - use at your own risk! ** --> <!-- ** Experimental Maven build - use at your own risk! ** -->
<!-- ****************************************************** --> <!-- ****************************************************** -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-parent</artifactId> <artifactId>alfresco-parent</artifactId>
<version>5.0.a-SNAPSHOT</version> <version>5.0.a</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<artifactId>alfresco</artifactId> <artifactId>alfresco</artifactId>
@@ -257,10 +256,9 @@
<target> <target>
<copy todir="${project.build.outputDirectory}/alfresco/messages" overwrite="true"> <copy todir="${project.build.outputDirectory}/alfresco/messages" overwrite="true">
<!-- for activity messages based on activity type --> <!-- for activity messages based on activity type -->
<fileset dir="${basedir}/../slingshot/config/alfresco/site-webscripts/org/alfresco/components/dashlets" <fileset dir="${basedir}/../slingshot/config/alfresco/site-webscripts/org/alfresco/components/dashlets" includes="activity-list.get*.properties" />
includes="activity-list.get*.properties" />
<!-- note: remove ".get" since it seems to confuse java.util.ResourceBundle.getBundle --> <!-- note: remove ".get" since it seems to confuse java.util.ResourceBundle.getBundle -->
<mapper type="regexp" from="^(activity-list).get(.*\.properties)$$" to="\1\2"/> <mapper type="regexp" from="^(activity-list).get(.*\.properties)$$" to="\1\2" />
</copy> </copy>
<copy todir="${project.build.outputDirectory}/alfresco/messages" overwrite="true"> <copy todir="${project.build.outputDirectory}/alfresco/messages" overwrite="true">
<!-- for role.* messages --> <!-- for role.* messages -->