Commit 87c6fb953c362a83aa5faef5ceeeddb17b168f90
1 parent
56bb436382
Exists in
master
[maven-release-plugin] prepare release 1.2.2
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
pom.xml
1 | <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"> | 1 | <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"> |
2 | <modelVersion>4.0.0</modelVersion> | 2 | <modelVersion>4.0.0</modelVersion> |
3 | 3 | ||
4 | <parent> | 4 | <parent> |
5 | <groupId>org.alfresco</groupId> | 5 | <groupId>org.alfresco</groupId> |
6 | <artifactId>alfresco-super-pom</artifactId> | 6 | <artifactId>alfresco-super-pom</artifactId> |
7 | <version>7</version> | 7 | <version>7</version> |
8 | </parent> | 8 | </parent> |
9 | 9 | ||
10 | <artifactId>alfresco-xmlfactory</artifactId> | 10 | <artifactId>alfresco-xmlfactory</artifactId> |
11 | <name>Alfresco XML Factory</name> | 11 | <name>Alfresco XML Factory</name> |
12 | <description>Alfresco-defined SAXParserFactory and DocumentBuilderFactory implementations, derived from the Xerces versions, | 12 | <description>Alfresco-defined SAXParserFactory and DocumentBuilderFactory implementations, derived from the Xerces versions, |
13 | which allow features to be configured on and off at bootstrap</description> | 13 | which allow features to be configured on and off at bootstrap</description> |
14 | <version>1.3-SNAPSHOT</version> | 14 | <version>1.2.2</version> |
15 | 15 | ||
16 | <properties> | 16 | <properties> |
17 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 17 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
18 | </properties> | 18 | </properties> |
19 | 19 | ||
20 | <issueManagement> | 20 | <issueManagement> |
21 | <system>JIRA</system> | 21 | <system>JIRA</system> |
22 | <url>https://issues.alfresco.com/jira/browse/ACE</url> | 22 | <url>https://issues.alfresco.com/jira/browse/ACE</url> |
23 | </issueManagement> | 23 | </issueManagement> |
24 | 24 | ||
25 | <scm> | 25 | <scm> |
26 | <connection>scm:git:https://gitlab.alfresco.com/platform/alfresco-xml-factory.git</connection> | 26 | <connection>scm:git:https://gitlab.alfresco.com/platform/alfresco-xml-factory.git</connection> |
27 | <developerConnection>scm:git:https://gitlab.alfresco.com/platform/alfresco-xml-factory.git</developerConnection> | 27 | <developerConnection>scm:git:https://gitlab.alfresco.com/platform/alfresco-xml-factory.git</developerConnection> |
28 | <url>https://gitlab.alfresco.com/platform/alfresco-xml-factory</url> | 28 | <url>https://gitlab.alfresco.com/platform/alfresco-xml-factory</url> |
29 | <tag>1.1</tag> | 29 | <tag>1.2.2</tag> |
30 | </scm> | 30 | </scm> |
31 | 31 | ||
32 | <repositories> | 32 | <repositories> |
33 | <repository> | 33 | <repository> |
34 | <id>alfresco-public-snapshots</id> | 34 | <id>alfresco-public-snapshots</id> |
35 | <url>https://artifacts.alfresco.com/nexus/content/groups/public-snapshots</url> | 35 | <url>https://artifacts.alfresco.com/nexus/content/groups/public-snapshots</url> |
36 | <snapshots> | 36 | <snapshots> |
37 | <enabled>true</enabled> | 37 | <enabled>true</enabled> |
38 | <updatePolicy>daily</updatePolicy> | 38 | <updatePolicy>daily</updatePolicy> |
39 | </snapshots> | 39 | </snapshots> |
40 | </repository> | 40 | </repository> |
41 | <repository> | 41 | <repository> |
42 | <id>alfresco-public</id> | 42 | <id>alfresco-public</id> |
43 | <url>https://artifacts.alfresco.com/nexus/content/groups/public</url> | 43 | <url>https://artifacts.alfresco.com/nexus/content/groups/public</url> |
44 | </repository> | 44 | </repository> |
45 | </repositories> | 45 | </repositories> |
46 | 46 | ||
47 | <distributionManagement> | 47 | <distributionManagement> |
48 | <repository> | 48 | <repository> |
49 | <id>alfresco-internal</id> | 49 | <id>alfresco-internal</id> |
50 | <url>https://artifacts.alfresco.com/nexus/content/repositories/releases</url> | 50 | <url>https://artifacts.alfresco.com/nexus/content/repositories/releases</url> |
51 | </repository> | 51 | </repository> |
52 | <snapshotRepository> | 52 | <snapshotRepository> |
53 | <id>alfresco-internal-snapshots</id> | 53 | <id>alfresco-internal-snapshots</id> |
54 | <url>https://artifacts.alfresco.com/nexus/content/repositories/snapshots</url> | 54 | <url>https://artifacts.alfresco.com/nexus/content/repositories/snapshots</url> |
55 | </snapshotRepository> | 55 | </snapshotRepository> |
56 | </distributionManagement> | 56 | </distributionManagement> |
57 | 57 | ||
58 | <dependencies> | 58 | <dependencies> |
59 | <dependency> | 59 | <dependency> |
60 | <groupId>junit</groupId> | 60 | <groupId>junit</groupId> |
61 | <artifactId>junit</artifactId> | 61 | <artifactId>junit</artifactId> |
62 | <version>3.8.1</version> | 62 | <version>3.8.1</version> |
63 | <scope>test</scope> | 63 | <scope>test</scope> |
64 | </dependency> | 64 | </dependency> |
65 | <dependency> | 65 | <dependency> |
66 | <groupId>xerces</groupId> | 66 | <groupId>xerces</groupId> |
67 | <artifactId>xercesImpl</artifactId> | 67 | <artifactId>xercesImpl</artifactId> |
68 | <version>2.10.0-alfresco-patched</version> | 68 | <version>2.10.0-alfresco-patched</version> |
69 | </dependency> | 69 | </dependency> |
70 | <dependency> | 70 | <dependency> |
71 | <groupId>commons-logging</groupId> | 71 | <groupId>commons-logging</groupId> |
72 | <artifactId>commons-logging</artifactId> | 72 | <artifactId>commons-logging</artifactId> |
73 | <version>1.2</version> | 73 | <version>1.2</version> |
74 | <scope>provided</scope> | 74 | <scope>provided</scope> |
75 | </dependency> | 75 | </dependency> |
76 | </dependencies> | 76 | </dependencies> |
77 | 77 | ||
78 | <build> | 78 | <build> |
79 | <pluginManagement> | 79 | <pluginManagement> |
80 | <plugins> | 80 | <plugins> |
81 | <plugin> | 81 | <plugin> |
82 | <artifactId>maven-release-plugin</artifactId> | 82 | <artifactId>maven-release-plugin</artifactId> |
83 | <configuration> | 83 | <configuration> |
84 | <autoVersionSubmodules>true</autoVersionSubmodules> | 84 | <autoVersionSubmodules>true</autoVersionSubmodules> |
85 | <tagNameFormat>@{project.version}</tagNameFormat> | 85 | <tagNameFormat>@{project.version}</tagNameFormat> |
86 | </configuration> | 86 | </configuration> |
87 | </plugin> | 87 | </plugin> |
88 | </plugins> | 88 | </plugins> |
89 | </pluginManagement> | 89 | </pluginManagement> |
90 | 90 | ||
91 | <plugins> | 91 | <plugins> |
92 | <plugin> | 92 | <plugin> |
93 | <artifactId>maven-jar-plugin</artifactId> | 93 | <artifactId>maven-jar-plugin</artifactId> |
94 | <version>2.6</version> | 94 | <version>2.6</version> |
95 | <executions> | 95 | <executions> |
96 | <execution> | 96 | <execution> |
97 | <goals> | 97 | <goals> |
98 | <goal>test-jar</goal> | 98 | <goal>test-jar</goal> |
99 | </goals> | 99 | </goals> |
100 | </execution> | 100 | </execution> |
101 | </executions> | 101 | </executions> |
102 | </plugin> | 102 | </plugin> |
103 | </plugins> | 103 | </plugins> |
104 | </build> | 104 | </build> |
105 | 105 | ||
106 | <profiles> | 106 | <profiles> |
107 | <profile> | 107 | <profile> |
108 | <id>doclint-java8-max</id> | 108 | <id>doclint-java8-max</id> |
109 | <activation> | 109 | <activation> |
110 | <jdk>[1.8,)</jdk> | 110 | <jdk>[1.8,)</jdk> |
111 | </activation> | 111 | </activation> |
112 | <build> | 112 | <build> |
113 | <plugins> | 113 | <plugins> |
114 | <plugin> | 114 | <plugin> |
115 | <artifactId>maven-javadoc-plugin</artifactId> | 115 | <artifactId>maven-javadoc-plugin</artifactId> |
116 | <configuration> | 116 | <configuration> |
117 | <!-- <additionalparam>-Xmaxwarns 10000 -Xmaxerrs 10000</additionalparam> to detect more than 100 error --> | 117 | <!-- <additionalparam>-Xmaxwarns 10000 -Xmaxerrs 10000</additionalparam> to detect more than 100 error --> |
118 | <additionalparam>-Xdoclint:none</additionalparam> | 118 | <additionalparam>-Xdoclint:none</additionalparam> |
119 | </configuration> | 119 | </configuration> |
120 | </plugin> | 120 | </plugin> |
121 | </plugins> | 121 | </plugins> |
122 | </build> | 122 | </build> |
123 | </profile> | 123 | </profile> |
124 | </profiles> | 124 | </profiles> |
125 | 125 | ||
126 | </project> | 126 | </project> |
127 | 127 |