Commit 24d6e04e07ece7b59a97cb1b23693a5ddc45fce4
1 parent
50c21568c0
Exists in
master
[maven-release-plugin] prepare release 1.2.1
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
pom.xml
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 | <name>Alfresco XML Factory</name> |
12 | 12 | <description>Alfresco-defined SAXParserFactory and DocumentBuilderFactory implementations, derived from the Xerces versions, |
13 | 13 | which allow features to be configured on and off at bootstrap</description> |
14 | - <version>1.3-SNAPSHOT</version> | |
14 | + <version>1.2.1</version> | |
15 | 15 | |
16 | 16 | <properties> |
17 | 17 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
... | ... | @@ -26,7 +26,7 @@ |
26 | 26 | <connection>scm:git:https://gitlab.alfresco.com/platform/alfresco-xml-factory.git</connection> |
27 | 27 | <developerConnection>scm:git:https://gitlab.alfresco.com/platform/alfresco-xml-factory.git</developerConnection> |
28 | 28 | <url>https://gitlab.alfresco.com/platform/alfresco-xml-factory</url> |
29 | - <tag>1.1</tag> | |
29 | + <tag>1.2.1</tag> | |
30 | 30 | </scm> |
31 | 31 | |
32 | 32 | <repositories> | ... | ... |