Commit 33bc89e3f94b082e062b9cdd41a0a396c983e85d
1 parent
a0b201d095
Exists in
master
[maven-release-plugin] prepare for next development iteration
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/maven-v4_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/maven-v4_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>6</version> | 7 | <version>6</version> |
8 | </parent> | 8 | </parent> |
9 | <artifactId>alfresco-core</artifactId> | 9 | <artifactId>alfresco-core</artifactId> |
10 | <version>6.8</version> | 10 | <version>6.9-SNAPSHOT</version> |
11 | <name>Alfresco Core</name> | 11 | <name>Alfresco Core</name> |
12 | <description>Alfresco core libraries and utils</description> | 12 | <description>Alfresco core libraries and utils</description> |
13 | 13 | ||
14 | <scm> | 14 | <scm> |
15 | <connection>scm:git:https://gitlab.alfresco.com/platform/alfresco-core.git</connection> | 15 | <connection>scm:git:https://gitlab.alfresco.com/platform/alfresco-core.git</connection> |
16 | <developerConnection>scm:git:https://gitlab.alfresco.com/platform/alfresco-core.git</developerConnection> | 16 | <developerConnection>scm:git:https://gitlab.alfresco.com/platform/alfresco-core.git</developerConnection> |
17 | <url>https://gitlab.alfresco.com/platform/alfresco-core</url> | 17 | <url>https://gitlab.alfresco.com/platform/alfresco-core</url> |
18 | <tag>6.8</tag> | 18 | <tag>HEAD</tag> |
19 | </scm> | 19 | </scm> |
20 | 20 | ||
21 | <distributionManagement> | 21 | <distributionManagement> |
22 | <repository> | 22 | <repository> |
23 | <id>alfresco-internal</id> | 23 | <id>alfresco-internal</id> |
24 | <url>https://artifacts.alfresco.com/nexus/content/repositories/releases</url> | 24 | <url>https://artifacts.alfresco.com/nexus/content/repositories/releases</url> |
25 | </repository> | 25 | </repository> |
26 | <snapshotRepository> | 26 | <snapshotRepository> |
27 | <id>alfresco-internal-snapshots</id> | 27 | <id>alfresco-internal-snapshots</id> |
28 | <url>https://artifacts.alfresco.com/nexus/content/repositories/snapshots</url> | 28 | <url>https://artifacts.alfresco.com/nexus/content/repositories/snapshots</url> |
29 | </snapshotRepository> | 29 | </snapshotRepository> |
30 | </distributionManagement> | 30 | </distributionManagement> |
31 | 31 | ||
32 | <properties> | 32 | <properties> |
33 | <dependency.spring.version>3.2.16.RELEASE</dependency.spring.version> | 33 | <dependency.spring.version>3.2.16.RELEASE</dependency.spring.version> |
34 | <dependency.surf.version>6.8</dependency.surf.version> | 34 | <dependency.surf.version>6.8</dependency.surf.version> |
35 | </properties> | 35 | </properties> |
36 | 36 | ||
37 | <dependencies> | 37 | <dependencies> |
38 | <dependency> | 38 | <dependency> |
39 | <groupId>commons-codec</groupId> | 39 | <groupId>commons-codec</groupId> |
40 | <artifactId>commons-codec</artifactId> | 40 | <artifactId>commons-codec</artifactId> |
41 | <version>1.10</version> | 41 | <version>1.10</version> |
42 | </dependency> | 42 | </dependency> |
43 | <dependency> | 43 | <dependency> |
44 | <groupId>commons-collections</groupId> | 44 | <groupId>commons-collections</groupId> |
45 | <artifactId>commons-collections</artifactId> | 45 | <artifactId>commons-collections</artifactId> |
46 | <version>3.2.2</version> | 46 | <version>3.2.2</version> |
47 | </dependency> | 47 | </dependency> |
48 | <dependency> | 48 | <dependency> |
49 | <groupId>commons-httpclient</groupId> | 49 | <groupId>commons-httpclient</groupId> |
50 | <artifactId>commons-httpclient</artifactId> | 50 | <artifactId>commons-httpclient</artifactId> |
51 | <version>3.1-HTTPCLIENT-1265</version> | 51 | <version>3.1-HTTPCLIENT-1265</version> |
52 | </dependency> | 52 | </dependency> |
53 | <dependency> | 53 | <dependency> |
54 | <groupId>commons-logging</groupId> | 54 | <groupId>commons-logging</groupId> |
55 | <artifactId>commons-logging</artifactId> | 55 | <artifactId>commons-logging</artifactId> |
56 | <version>1.2</version> | 56 | <version>1.2</version> |
57 | </dependency> | 57 | </dependency> |
58 | <dependency> | 58 | <dependency> |
59 | <groupId>commons-io</groupId> | 59 | <groupId>commons-io</groupId> |
60 | <artifactId>commons-io</artifactId> | 60 | <artifactId>commons-io</artifactId> |
61 | <version>2.4</version> | 61 | <version>2.4</version> |
62 | </dependency> | 62 | </dependency> |
63 | <dependency> | 63 | <dependency> |
64 | <groupId>org.apache.commons</groupId> | 64 | <groupId>org.apache.commons</groupId> |
65 | <artifactId>commons-math3</artifactId> | 65 | <artifactId>commons-math3</artifactId> |
66 | <version>3.6.1</version> | 66 | <version>3.6.1</version> |
67 | </dependency> | 67 | </dependency> |
68 | <dependency> | 68 | <dependency> |
69 | <groupId>org.hibernate</groupId> | 69 | <groupId>org.hibernate</groupId> |
70 | <artifactId>hibernate</artifactId> | 70 | <artifactId>hibernate</artifactId> |
71 | <version>3.2.6-alf-20131023</version> | 71 | <version>3.2.6-alf-20131023</version> |
72 | </dependency> | 72 | </dependency> |
73 | <dependency> | 73 | <dependency> |
74 | <groupId>org.safehaus.jug</groupId> | 74 | <groupId>org.safehaus.jug</groupId> |
75 | <artifactId>jug</artifactId> | 75 | <artifactId>jug</artifactId> |
76 | <version>2.0.0</version> | 76 | <version>2.0.0</version> |
77 | <classifier>asl</classifier> | 77 | <classifier>asl</classifier> |
78 | </dependency> | 78 | </dependency> |
79 | <dependency> | 79 | <dependency> |
80 | <groupId>org.mybatis</groupId> | 80 | <groupId>org.mybatis</groupId> |
81 | <artifactId>mybatis</artifactId> | 81 | <artifactId>mybatis</artifactId> |
82 | <version>3.3.0</version> | 82 | <version>3.3.0</version> |
83 | </dependency> | 83 | </dependency> |
84 | <dependency> | 84 | <dependency> |
85 | <groupId>org.mybatis</groupId> | 85 | <groupId>org.mybatis</groupId> |
86 | <artifactId>mybatis-spring</artifactId> | 86 | <artifactId>mybatis-spring</artifactId> |
87 | <version>1.2.5</version> | 87 | <version>1.2.5</version> |
88 | <exclusions> | 88 | <exclusions> |
89 | <exclusion> | 89 | <exclusion> |
90 | <groupId>org.mybatis</groupId> | 90 | <groupId>org.mybatis</groupId> |
91 | <artifactId>mybatis</artifactId> | 91 | <artifactId>mybatis</artifactId> |
92 | </exclusion> | 92 | </exclusion> |
93 | </exclusions> | 93 | </exclusions> |
94 | </dependency> | 94 | </dependency> |
95 | <dependency> | 95 | <dependency> |
96 | <groupId>log4j</groupId> | 96 | <groupId>log4j</groupId> |
97 | <artifactId>log4j</artifactId> | 97 | <artifactId>log4j</artifactId> |
98 | <version>1.2.17</version> | 98 | <version>1.2.17</version> |
99 | </dependency> | 99 | </dependency> |
100 | <dependency> | 100 | <dependency> |
101 | <groupId>org.json</groupId> | 101 | <groupId>org.json</groupId> |
102 | <artifactId>json</artifactId> | 102 | <artifactId>json</artifactId> |
103 | <version>20160212</version> | 103 | <version>20160212</version> |
104 | </dependency> | 104 | </dependency> |
105 | <dependency> | 105 | <dependency> |
106 | <groupId>org.springframework</groupId> | 106 | <groupId>org.springframework</groupId> |
107 | <artifactId>spring-orm</artifactId> | 107 | <artifactId>spring-orm</artifactId> |
108 | <version>${dependency.spring.version}</version> | 108 | <version>${dependency.spring.version}</version> |
109 | </dependency> | 109 | </dependency> |
110 | <dependency> | 110 | <dependency> |
111 | <groupId>org.springframework</groupId> | 111 | <groupId>org.springframework</groupId> |
112 | <artifactId>spring-context</artifactId> | 112 | <artifactId>spring-context</artifactId> |
113 | <version>${dependency.spring.version}</version> | 113 | <version>${dependency.spring.version}</version> |
114 | </dependency> | 114 | </dependency> |
115 | <dependency> | 115 | <dependency> |
116 | <groupId>org.springframework</groupId> | 116 | <groupId>org.springframework</groupId> |
117 | <artifactId>spring-context-support</artifactId> | 117 | <artifactId>spring-context-support</artifactId> |
118 | <version>${dependency.spring.version}</version> | 118 | <version>${dependency.spring.version}</version> |
119 | </dependency> | 119 | </dependency> |
120 | <dependency> | 120 | <dependency> |
121 | <groupId>org.quartz-scheduler</groupId> | 121 | <groupId>org.quartz-scheduler</groupId> |
122 | <artifactId>quartz</artifactId> | 122 | <artifactId>quartz</artifactId> |
123 | <version>1.8.3-alfresco-patched</version> | 123 | <version>1.8.3-alfresco-patched</version> |
124 | </dependency> | 124 | </dependency> |
125 | <dependency> | 125 | <dependency> |
126 | <groupId>org.alfresco.surf</groupId> | 126 | <groupId>org.alfresco.surf</groupId> |
127 | <artifactId>spring-surf-core-configservice</artifactId> | 127 | <artifactId>spring-surf-core-configservice</artifactId> |
128 | <version>${dependency.surf.version}</version> | 128 | <version>${dependency.surf.version}</version> |
129 | </dependency> | 129 | </dependency> |
130 | <dependency> | 130 | <dependency> |
131 | <groupId>com.sun.xml.bind</groupId> | 131 | <groupId>com.sun.xml.bind</groupId> |
132 | <artifactId>jaxb-xjc</artifactId> | 132 | <artifactId>jaxb-xjc</artifactId> |
133 | <version>2.2.11</version> | 133 | <version>2.2.11</version> |
134 | </dependency> | 134 | </dependency> |
135 | <dependency> | 135 | <dependency> |
136 | <groupId>com.sun.xml.bind</groupId> | 136 | <groupId>com.sun.xml.bind</groupId> |
137 | <artifactId>jaxb-impl</artifactId> | 137 | <artifactId>jaxb-impl</artifactId> |
138 | <version>2.2.11</version> | 138 | <version>2.2.11</version> |
139 | </dependency> | 139 | </dependency> |
140 | <dependency> | 140 | <dependency> |
141 | <groupId>com.sun.xml.bind</groupId> | 141 | <groupId>com.sun.xml.bind</groupId> |
142 | <artifactId>jaxb-core</artifactId> | 142 | <artifactId>jaxb-core</artifactId> |
143 | <version>2.2.11</version> | 143 | <version>2.2.11</version> |
144 | </dependency> | 144 | </dependency> |
145 | <dependency> | 145 | <dependency> |
146 | <groupId>dom4j</groupId> | 146 | <groupId>dom4j</groupId> |
147 | <artifactId>dom4j</artifactId> | 147 | <artifactId>dom4j</artifactId> |
148 | <version>1.6.1</version> | 148 | <version>1.6.1</version> |
149 | </dependency> | 149 | </dependency> |
150 | <dependency> | 150 | <dependency> |
151 | <groupId>org.codehaus.guessencoding</groupId> | 151 | <groupId>org.codehaus.guessencoding</groupId> |
152 | <artifactId>guessencoding</artifactId> | 152 | <artifactId>guessencoding</artifactId> |
153 | <version>1.4</version> | 153 | <version>1.4</version> |
154 | </dependency> | 154 | </dependency> |
155 | <dependency> | 155 | <dependency> |
156 | <groupId>javax.transaction</groupId> | 156 | <groupId>javax.transaction</groupId> |
157 | <artifactId>jta</artifactId> | 157 | <artifactId>jta</artifactId> |
158 | <version>1.0.1b</version> | 158 | <version>1.0.1b</version> |
159 | </dependency> | 159 | </dependency> |
160 | <dependency> | 160 | <dependency> |
161 | <groupId>joda-time</groupId> | 161 | <groupId>joda-time</groupId> |
162 | <artifactId>joda-time</artifactId> | 162 | <artifactId>joda-time</artifactId> |
163 | <version>2.9.3</version> | 163 | <version>2.9.3</version> |
164 | </dependency> | 164 | </dependency> |
165 | <dependency> | 165 | <dependency> |
166 | <groupId>org.apache.httpcomponents</groupId> | 166 | <groupId>org.apache.httpcomponents</groupId> |
167 | <artifactId>httpclient</artifactId> | 167 | <artifactId>httpclient</artifactId> |
168 | <version>4.5.2</version> | 168 | <version>4.5.2</version> |
169 | </dependency> | 169 | </dependency> |
170 | 170 | ||
171 | <!-- provided dependencies --> | 171 | <!-- provided dependencies --> |
172 | <dependency> | 172 | <dependency> |
173 | <groupId>javax.servlet</groupId> | 173 | <groupId>javax.servlet</groupId> |
174 | <artifactId>javax.servlet-api</artifactId> | 174 | <artifactId>javax.servlet-api</artifactId> |
175 | <version>3.0.1</version> | 175 | <version>3.0.1</version> |
176 | <scope>provided</scope> | 176 | <scope>provided</scope> |
177 | </dependency> | 177 | </dependency> |
178 | 178 | ||
179 | <!-- Test only dependencies, as popped up while running mvn test --> | 179 | <!-- Test only dependencies, as popped up while running mvn test --> |
180 | <dependency> | 180 | <dependency> |
181 | <groupId>org.slf4j</groupId> | 181 | <groupId>org.slf4j</groupId> |
182 | <artifactId>slf4j-log4j12</artifactId> | 182 | <artifactId>slf4j-log4j12</artifactId> |
183 | <version>1.7.21</version> | 183 | <version>1.7.21</version> |
184 | <scope>test</scope> | 184 | <scope>test</scope> |
185 | </dependency> | 185 | </dependency> |
186 | <dependency> | 186 | <dependency> |
187 | <groupId>org.springframework</groupId> | 187 | <groupId>org.springframework</groupId> |
188 | <artifactId>spring-test</artifactId> | 188 | <artifactId>spring-test</artifactId> |
189 | <version>${dependency.spring.version}</version> | 189 | <version>${dependency.spring.version}</version> |
190 | <scope>test</scope> | 190 | <scope>test</scope> |
191 | </dependency> | 191 | </dependency> |
192 | <dependency> | 192 | <dependency> |
193 | <groupId>junit</groupId> | 193 | <groupId>junit</groupId> |
194 | <artifactId>junit</artifactId> | 194 | <artifactId>junit</artifactId> |
195 | <version>4.12</version> | 195 | <version>4.12</version> |
196 | <scope>test</scope> | 196 | <scope>test</scope> |
197 | </dependency> | 197 | </dependency> |
198 | <dependency> | 198 | <dependency> |
199 | <groupId>org.mockito</groupId> | 199 | <groupId>org.mockito</groupId> |
200 | <artifactId>mockito-all</artifactId> | 200 | <artifactId>mockito-all</artifactId> |
201 | <version>1.10.19</version> | 201 | <version>1.10.19</version> |
202 | <scope>test</scope> | 202 | <scope>test</scope> |
203 | </dependency> | 203 | </dependency> |
204 | <dependency> | 204 | <dependency> |
205 | <groupId>commons-dbcp</groupId> | 205 | <groupId>commons-dbcp</groupId> |
206 | <artifactId>commons-dbcp</artifactId> | 206 | <artifactId>commons-dbcp</artifactId> |
207 | <version>1.4-DBCP330</version> | 207 | <version>1.4-DBCP330</version> |
208 | <scope>test</scope> | 208 | <scope>test</scope> |
209 | </dependency> | 209 | </dependency> |
210 | </dependencies> | 210 | </dependencies> |
211 | 211 | ||
212 | <build> | 212 | <build> |
213 | <pluginManagement> | 213 | <pluginManagement> |
214 | <plugins> | 214 | <plugins> |
215 | <plugin> | 215 | <plugin> |
216 | <artifactId>maven-release-plugin</artifactId> | 216 | <artifactId>maven-release-plugin</artifactId> |
217 | <configuration> | 217 | <configuration> |
218 | <autoVersionSubmodules>true</autoVersionSubmodules> | 218 | <autoVersionSubmodules>true</autoVersionSubmodules> |
219 | <tagNameFormat>@{project.version}</tagNameFormat> | 219 | <tagNameFormat>@{project.version}</tagNameFormat> |
220 | </configuration> | 220 | </configuration> |
221 | </plugin> | 221 | </plugin> |
222 | </plugins> | 222 | </plugins> |
223 | </pluginManagement> | 223 | </pluginManagement> |
224 | 224 | ||
225 | <plugins> | 225 | <plugins> |
226 | <plugin> | 226 | <plugin> |
227 | <artifactId>maven-jar-plugin</artifactId> | 227 | <artifactId>maven-jar-plugin</artifactId> |
228 | <version>2.6</version> | 228 | <version>2.6</version> |
229 | <executions> | 229 | <executions> |
230 | <execution> | 230 | <execution> |
231 | <goals> | 231 | <goals> |
232 | <goal>test-jar</goal> | 232 | <goal>test-jar</goal> |
233 | </goals> | 233 | </goals> |
234 | </execution> | 234 | </execution> |
235 | </executions> | 235 | </executions> |
236 | </plugin> | 236 | </plugin> |
237 | </plugins> | 237 | </plugins> |
238 | </build> | 238 | </build> |
239 | 239 | ||
240 | <profiles> | 240 | <profiles> |
241 | <profile> | 241 | <profile> |
242 | <id>doclint-java8-max</id> | 242 | <id>doclint-java8-max</id> |
243 | <activation> | 243 | <activation> |
244 | <jdk>[1.8,)</jdk> | 244 | <jdk>[1.8,)</jdk> |
245 | </activation> | 245 | </activation> |
246 | <build> | 246 | <build> |
247 | <plugins> | 247 | <plugins> |
248 | <plugin> | 248 | <plugin> |
249 | <artifactId>maven-javadoc-plugin</artifactId> | 249 | <artifactId>maven-javadoc-plugin</artifactId> |
250 | <configuration> | 250 | <configuration> |
251 | <!-- <additionalparam>-Xmaxwarns 10000 -Xmaxerrs 10000</additionalparam> to detect more than 100 error --> | 251 | <!-- <additionalparam>-Xmaxwarns 10000 -Xmaxerrs 10000</additionalparam> to detect more than 100 error --> |
252 | <additionalparam>-Xdoclint:none</additionalparam> | 252 | <additionalparam>-Xdoclint:none</additionalparam> |
253 | </configuration> | 253 | </configuration> |
254 | </plugin> | 254 | </plugin> |
255 | </plugins> | 255 | </plugins> |
256 | </build> | 256 | </build> |
257 | </profile> | 257 | </profile> |
258 | </profiles> | 258 | </profiles> |
259 | 259 | ||
260 | </project> | 260 | </project> |
261 | 261 |