Commit a1d5f5ee0773da670666e1e06b7a7800c010ab3f
1 parent
d23ff54572
Exists in
master
REPO-1258: Update pom file (bump from 1.0.4-SNAPSHOT to 1.1.0-SNAPSHOT)
- prepare for "release"
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
pom.xml
... | ... | @@ -5,14 +5,14 @@ |
5 | 5 | <parent> |
6 | 6 | <groupId>org.alfresco</groupId> |
7 | 7 | <artifactId>alfresco-super-pom</artifactId> |
8 | - <version>6</version> | |
8 | + <version>1</version> | |
9 | 9 | </parent> |
10 | 10 | |
11 | 11 | <artifactId>alfresco-xmlfactory</artifactId> |
12 | 12 | <name>Alfresco XML Factory</name> |
13 | 13 | <description>Alfresco-defined SAXParserFactory and DocumentBuilderFactory implementations, derived from the Xerces versions, |
14 | 14 | which allow features to be configured on and off at bootstrap</description> |
15 | - <version>6.0-SNAPSHOT</version> | |
15 | + <version>1.1-SNAPSHOT</version> | |
16 | 16 | |
17 | 17 | <properties> |
18 | 18 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ... | ... |