|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<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 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
3 | 4 | <modelVersion>4.0.0</modelVersion>
|
4 | 5 | <groupId>org.springframework.batch</groupId>
|
5 | 6 | <artifactId>spring-batch-parent</artifactId>
|
|
12 | 13 | <url>http://github.com/SpringSource/spring-batch</url>
|
13 | 14 | <connection>scm:git:git://github.com/SpringSource/spring-batch.git</connection>
|
14 | 15 | <developerConnection>scm:git:git://github.com/SpringSource/spring-batch.git</developerConnection>
|
15 |
| - <tag>HEAD</tag> |
16 |
| - </scm> |
| 16 | + <tag>HEAD</tag> |
| 17 | + </scm> |
17 | 18 | <licenses>
|
18 | 19 | <license>
|
19 | 20 | <name>Apache 2.0</name>
|
|
28 | 29 | </developer>
|
29 | 30 | </developers>
|
30 | 31 | <properties>
|
31 |
| - <spring.framework.version>3.1.2.RELEASE</spring.framework.version> |
32 |
| - <spring.oxm.group>org.springframework</spring.oxm.group> |
33 |
| - <spring.oxm.artifact>spring-oxm</spring.oxm.artifact> |
34 |
| - <spring.oxm.version>3.0.7.RELEASE</spring.oxm.version> |
35 |
| - <spring.amqp.version>1.1.2.RELEASE</spring.amqp.version> |
36 |
| - <junit.version>4.10</junit.version> |
| 32 | + <spring.framework.version>3.1.2.RELEASE</spring.framework.version> |
| 33 | + <spring.amqp.version>1.1.2.RELEASE</spring.amqp.version> |
| 34 | + <junit.version>4.10</junit.version> |
37 | 35 | <bundlor.version>1.0.0.RELEASE</bundlor.version>
|
38 | 36 | <dependency.locations.enabled>false</dependency.locations.enabled>
|
39 |
| - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 37 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
40 | 38 | </properties>
|
41 | 39 | <profiles>
|
42 | 40 | <profile>
|
|
169 | 167 | </extensions>
|
170 | 168 | <pluginManagement>
|
171 | 169 | <plugins>
|
172 |
| - <!--This plugin's configuration is used to store Eclipse m2e settings |
173 |
| - only. It has no influence on the Maven build itself. --> |
| 170 | + <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> |
174 | 171 | <plugin>
|
175 | 172 | <groupId>org.eclipse.m2e</groupId>
|
176 | 173 | <artifactId>lifecycle-mapping</artifactId>
|
|
243 | 240 | </dependency>
|
244 | 241 | </dependencies>
|
245 | 242 | </plugin>
|
246 |
| - <plugin> |
247 |
| - <groupId>org.apache.maven.plugins</groupId> |
248 |
| - <artifactId>maven-site-plugin</artifactId> |
249 |
| - <version>3.1</version> |
250 |
| - <dependencies> |
251 |
| - <dependency> |
252 |
| - <groupId>org.apache.maven.wagon</groupId> |
253 |
| - <artifactId>wagon-ssh</artifactId> |
254 |
| - <version>2.2</version> |
255 |
| - </dependency> |
256 |
| - </dependencies> |
257 |
| - </plugin> |
| 243 | + <plugin> |
| 244 | + <groupId>org.apache.maven.plugins</groupId> |
| 245 | + <artifactId>maven-site-plugin</artifactId> |
| 246 | + <version>3.1</version> |
| 247 | + <dependencies> |
| 248 | + <dependency> |
| 249 | + <groupId>org.apache.maven.wagon</groupId> |
| 250 | + <artifactId>wagon-ssh</artifactId> |
| 251 | + <version>2.2</version> |
| 252 | + </dependency> |
| 253 | + </dependencies> |
| 254 | + </plugin> |
258 | 255 | </plugins>
|
259 | 256 | </pluginManagement>
|
260 | 257 | <plugins>
|
261 | 258 | <plugin>
|
262 | 259 | <groupId>org.apache.maven.plugins</groupId>
|
263 | 260 | <artifactId>maven-compiler-plugin</artifactId>
|
264 |
| - <version>2.5.1</version> |
| 261 | + <version>2.5.1</version> |
265 | 262 | <configuration>
|
266 | 263 | <source>1.5</source>
|
267 | 264 | <target>1.5</target>
|
|
285 | 282 | <plugin>
|
286 | 283 | <groupId>org.apache.maven.plugins</groupId>
|
287 | 284 | <artifactId>maven-surefire-plugin</artifactId>
|
288 |
| - <version>2.12.3</version> |
| 285 | + <version>2.12.3</version> |
289 | 286 | <configuration>
|
290 | 287 | <includes>
|
291 | 288 | <include>**/*Tests.java</include>
|
|
298 | 295 | </plugin>
|
299 | 296 | </plugins>
|
300 | 297 | </build>
|
301 |
| - <pluginRepositories> |
302 |
| - <pluginRepository> |
303 |
| - <id>objectstyle</id> |
304 |
| - <name>ObjectStyle.org Repository</name> |
305 |
| - <url>http://objectstyle.org/maven2/</url> |
306 |
| - <snapshots> |
307 |
| - <enabled>false</enabled> |
308 |
| - </snapshots> |
309 |
| - </pluginRepository> |
310 |
| - <pluginRepository> |
311 |
| - <id>com.springsource.repository.bundles.release</id> |
312 |
| - <name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name> |
313 |
| - <url>http://repository.springsource.com/maven/bundles/release/</url> |
314 |
| - <snapshots> |
315 |
| - <enabled>false</enabled> |
316 |
| - </snapshots> |
317 |
| - </pluginRepository> |
318 |
| - </pluginRepositories> |
| 298 | + <pluginRepositories> |
| 299 | + <pluginRepository> |
| 300 | + <id>objectstyle</id> |
| 301 | + <name>ObjectStyle.org Repository</name> |
| 302 | + <url>http://objectstyle.org/maven2/</url> |
| 303 | + <snapshots> |
| 304 | + <enabled>false</enabled> |
| 305 | + </snapshots> |
| 306 | + </pluginRepository> |
| 307 | + <pluginRepository> |
| 308 | + <id>com.springsource.repository.bundles.release</id> |
| 309 | + <name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name> |
| 310 | + <url>http://repository.springsource.com/maven/bundles/release/</url> |
| 311 | + <snapshots> |
| 312 | + <enabled>false</enabled> |
| 313 | + </snapshots> |
| 314 | + </pluginRepository> |
| 315 | + </pluginRepositories> |
319 | 316 | <reporting>
|
320 | 317 | <plugins>
|
321 | 318 | <plugin>
|
322 | 319 | <artifactId>maven-jxr-plugin</artifactId>
|
323 |
| - <version>2.3</version> |
| 320 | + <version>2.3</version> |
324 | 321 | <configuration>
|
325 | 322 | <aggregate>true</aggregate>
|
326 | 323 | </configuration>
|
327 | 324 | </plugin>
|
328 | 325 | <plugin>
|
329 | 326 | <artifactId>maven-surefire-report-plugin</artifactId>
|
330 |
| - <version>2.12.3</version> |
| 327 | + <version>2.12.3</version> |
331 | 328 | <configuration>
|
332 | 329 | <aggregate>true</aggregate>
|
333 | 330 | </configuration>
|
|
338 | 335 | </plugin>
|
339 | 336 | <plugin>
|
340 | 337 | <artifactId>maven-javadoc-plugin</artifactId>
|
341 |
| - <version>2.8.1</version> |
| 338 | + <version>2.8.1</version> |
342 | 339 | <configuration>
|
343 | 340 | <quiet>true</quiet>
|
344 | 341 | </configuration>
|
|
376 | 373 | <version>2.4</version>
|
377 | 374 | <scope>test</scope>
|
378 | 375 | </dependency>
|
379 |
| - <dependency> |
380 |
| - <groupId>org.easymock</groupId> |
381 |
| - <artifactId>easymockclassextension</artifactId> |
382 |
| - <version>2.4</version> |
383 |
| - <scope>test</scope> |
384 |
| - </dependency> |
| 376 | + <dependency> |
| 377 | + <groupId>org.easymock</groupId> |
| 378 | + <artifactId>easymockclassextension</artifactId> |
| 379 | + <version>2.4</version> |
| 380 | + <scope>test</scope> |
| 381 | + </dependency> |
385 | 382 | <dependency>
|
386 | 383 | <groupId>org.apache.geronimo.specs</groupId>
|
387 | 384 | <artifactId>geronimo-jms_1.1_spec</artifactId>
|
|
659 | 656 | <version>${spring.framework.version}</version>
|
660 | 657 | </dependency>
|
661 | 658 | <dependency>
|
662 |
| - <groupId>${spring.oxm.group}</groupId> |
663 |
| - <artifactId>${spring.oxm.artifact}</artifactId> |
664 |
| - <version>${spring.oxm.version}</version> |
| 659 | + <groupId>org.springframework</groupId> |
| 660 | + <artifactId>spring-oxm</artifactId> |
| 661 | + <version>${spring.framework.version}</version> |
665 | 662 | <optional>true</optional>
|
| 663 | + <exclusions> |
| 664 | + <exclusion> |
| 665 | + <groupId>commons-lang</groupId> |
| 666 | + <artifactId>commons-lang</artifactId> |
| 667 | + </exclusion> |
| 668 | + </exclusions> |
666 | 669 | </dependency>
|
667 | 670 | <dependency>
|
668 | 671 | <groupId>org.springframework.osgi</groupId>
|
669 | 672 | <artifactId>spring-osgi-core</artifactId>
|
670 | 673 | <version>1.1.2</version>
|
671 | 674 | <optional>true</optional>
|
672 | 675 | </dependency>
|
673 |
| - <dependency> |
674 |
| - <groupId>org.springframework.amqp</groupId> |
675 |
| - <artifactId>spring-amqp</artifactId> |
676 |
| - <version>${spring.amqp.version}</version> |
677 |
| - </dependency> |
678 |
| - <dependency> |
679 |
| - <groupId>org.springframework.amqp</groupId> |
680 |
| - <artifactId>spring-rabbit</artifactId> |
681 |
| - <version>${spring.amqp.version}</version> |
682 |
| - </dependency> |
| 676 | + <dependency> |
| 677 | + <groupId>org.springframework.amqp</groupId> |
| 678 | + <artifactId>spring-amqp</artifactId> |
| 679 | + <version>${spring.amqp.version}</version> |
| 680 | + </dependency> |
| 681 | + <dependency> |
| 682 | + <groupId>org.springframework.amqp</groupId> |
| 683 | + <artifactId>spring-rabbit</artifactId> |
| 684 | + <version>${spring.amqp.version}</version> |
| 685 | + </dependency> |
683 | 686 | </dependencies>
|
684 | 687 | </dependencyManagement>
|
685 | 688 | <distributionManagement>
|
|
0 commit comments