mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
[maven-release-plugin] prepare release 6.0
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -10,13 +10,13 @@
|
||||
<artifactId>alfresco-data-model</artifactId>
|
||||
<name>Alfresco Data Model</name>
|
||||
<description>Alfresco Data Model classes</description>
|
||||
<version>6.0-SNAPSHOT</version>
|
||||
<version>6.0</version>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:https://gitlab.alfresco.com/platform/alfresco-data-model.git</connection>
|
||||
<developerConnection>scm:git:https://gitlab.alfresco.com/platform/alfresco-data-model.git</developerConnection>
|
||||
<url>https://gitlab.alfresco.com/platform/alfresco-data-model</url>
|
||||
<tag>HEAD</tag>
|
||||
<tag>6.0</tag>
|
||||
</scm>
|
||||
|
||||
<distributionManagement>
|
||||
@@ -78,7 +78,7 @@
|
||||
<target>
|
||||
<copy todir="${project.build.outputDirectory}">
|
||||
<fileset dir="${basedir}/src/main/resources" includes="alfresco/messages/**/*.properties" />
|
||||
<mapper type="regexp" from="^([^_]*).properties$" to="\1_en.properties"/>
|
||||
<mapper type="regexp" from="^([^_]*).properties$" to="\1_en.properties" />
|
||||
</copy>
|
||||
</target>
|
||||
</configuration>
|
||||
|
Reference in New Issue
Block a user