|
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.ws</groupId>
|
5 | 6 | <artifactId>spring-ws</artifactId>
|
|
88 | 89 | <url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url>
|
89 | 90 | </scm>
|
90 | 91 | <properties>
|
91 |
| - <spring.version>2.5.2</spring.version> |
| 92 | + <spring.version>2.5.4</spring.version> |
92 | 93 | </properties>
|
93 | 94 | <modules>
|
94 | 95 | <module>parent</module>
|
|
360 | 361 | <artifactItem>
|
361 | 362 | <groupId>org.apache.ws.commons.axiom</groupId>
|
362 | 363 | <artifactId>axiom-api</artifactId>
|
363 |
| - <version>1.2.5</version> |
| 364 | + <version>1.2.7</version> |
364 | 365 | <outputDirectory>${project.build.directory}/dependency/ws-commons/</outputDirectory>
|
365 | 366 | </artifactItem>
|
366 | 367 | <artifactItem>
|
367 | 368 | <groupId>org.apache.ws.commons.axiom</groupId>
|
368 | 369 | <artifactId>axiom-impl</artifactId>
|
369 |
| - <version>1.2.5</version> |
| 370 | + <version>1.2.7</version> |
370 | 371 | <outputDirectory>${project.build.directory}/dependency/ws-commons/</outputDirectory>
|
371 | 372 | </artifactItem>
|
372 | 373 | <artifactItem>
|
|
424 | 425 | <artifactItem>
|
425 | 426 | <groupId>org.springframework.security</groupId>
|
426 | 427 | <artifactId>spring-security-core</artifactId>
|
427 |
| - <version>2.0-M2</version> |
| 428 | + <version>2.0.1</version> |
428 | 429 | <outputDirectory>${project.build.directory}/dependency/spring-security/</outputDirectory>
|
429 | 430 | </artifactItem>
|
430 | 431 | <!--Java EE-->
|
|
598 | 599 | <postProcess>
|
599 | 600 | <copy todir="target/site/reference">
|
600 | 601 | <fileset dir="target/docbkx">
|
601 |
| - <include name="**/*.html" /> |
602 |
| - <include name="**/*.pdf" /> |
| 602 | + <include name="**/*.html"/> |
| 603 | + <include name="**/*.pdf"/> |
603 | 604 | </fileset>
|
604 | 605 | </copy>
|
605 | 606 | <copy todir="target/site/reference/html">
|
606 | 607 | <fileset dir="src/docbkx/resources">
|
607 |
| - <include name="**/*.css" /> |
608 |
| - <include name="**/*.png" /> |
609 |
| - <include name="**/*.gif" /> |
610 |
| - <include name="**/*.jpg" /> |
| 608 | + <include name="**/*.css"/> |
| 609 | + <include name="**/*.png"/> |
| 610 | + <include name="**/*.gif"/> |
| 611 | + <include name="**/*.jpg"/> |
611 | 612 | </fileset>
|
612 | 613 | </copy>
|
613 |
| - <move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" /> |
| 614 | + <move file="target/site/reference/pdf/index.pdf" |
| 615 | + tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/> |
614 | 616 | </postProcess>
|
615 | 617 | </configuration>
|
616 | 618 | </plugin>
|
|
0 commit comments