Commit 9fdad080cfb829d99e1cb040e60dfa8a2d0127ea
1 parent
56da1d10b0
Exists in
master
[maven-release-plugin] prepare release 6.0
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
pom.xml
... | ... | @@ -10,13 +10,13 @@ |
10 | 10 | <artifactId>alfresco-data-model</artifactId> |
11 | 11 | <name>Alfresco Data Model</name> |
12 | 12 | <description>Alfresco Data Model classes</description> |
13 | - <version>6.0-SNAPSHOT</version> | |
13 | + <version>6.0</version> | |
14 | 14 | |
15 | 15 | <scm> |
16 | 16 | <connection>scm:git:https://gitlab.alfresco.com/platform/alfresco-data-model.git</connection> |
17 | 17 | <developerConnection>scm:git:https://gitlab.alfresco.com/platform/alfresco-data-model.git</developerConnection> |
18 | 18 | <url>https://gitlab.alfresco.com/platform/alfresco-data-model</url> |
19 | - <tag>HEAD</tag> | |
19 | + <tag>6.0</tag> | |
20 | 20 | </scm> |
21 | 21 | |
22 | 22 | <distributionManagement> |
... | ... | @@ -78,7 +78,7 @@ |
78 | 78 | <target> |
79 | 79 | <copy todir="${project.build.outputDirectory}"> |
80 | 80 | <fileset dir="${basedir}/src/main/resources" includes="alfresco/messages/**/*.properties" /> |
81 | - <mapper type="regexp" from="^([^_]*).properties$" to="\1_en.properties"/> | |
81 | + <mapper type="regexp" from="^([^_]*).properties$" to="\1_en.properties" /> | |
82 | 82 | </copy> |
83 | 83 | </target> |
84 | 84 | </configuration> | ... | ... |