mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
[maven-release-plugin] rollback the release of V5.0.a
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@74986 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -2,12 +2,13 @@
|
||||
<!-- ** 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>alfresco-parent</artifactId>
|
||||
<version>5.0.b-SNAPSHOT</version>
|
||||
<version>5.0.a-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>alfresco</artifactId>
|
||||
@@ -256,9 +257,10 @@
|
||||
<target>
|
||||
<copy todir="${project.build.outputDirectory}/alfresco/messages" overwrite="true">
|
||||
<!-- for activity messages based on activity type -->
|
||||
<fileset dir="${basedir}/../slingshot/config/alfresco/site-webscripts/org/alfresco/components/dashlets" includes="activity-list.get*.properties" />
|
||||
<fileset dir="${basedir}/../slingshot/config/alfresco/site-webscripts/org/alfresco/components/dashlets"
|
||||
includes="activity-list.get*.properties" />
|
||||
<!-- 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 todir="${project.build.outputDirectory}/alfresco/messages" overwrite="true">
|
||||
<!-- for role.* messages -->
|
||||
|
Reference in New Issue
Block a user