|
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" |
3 | | - 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
4 | 3 | <modelVersion>4.0.0</modelVersion> |
5 | 4 | <groupId>org.springframework.ws</groupId> |
6 | 5 | <artifactId>spring-ws</artifactId> |
7 | 6 | <packaging>pom</packaging> |
8 | | - <version>1.5.0-m2-SNAPSHOT</version> |
| 7 | + <version>1.5.0-m2</version> |
9 | 8 | <name>Spring Web Services</name> |
10 | 9 | <description> |
11 | 10 | Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It |
|
82 | 81 | </site> |
83 | 82 | </distributionManagement> |
84 | 83 | <scm> |
85 | | - <connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</connection> |
86 | | - <developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</developerConnection> |
87 | | - <url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url> |
| 84 | + <connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-m2</connection> |
| 85 | + <developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-m2</developerConnection> |
| 86 | + <url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.5.0-m2</url> |
88 | 87 | </scm> |
89 | 88 | <properties> |
90 | 89 | <spring.version>2.5.1</spring.version> |
|
557 | 556 | <postProcess> |
558 | 557 | <copy todir="target/site/reference"> |
559 | 558 | <fileset dir="target/docbkx"> |
560 | | - <include name="**/*.html"/> |
561 | | - <include name="**/*.pdf"/> |
| 559 | + <include name="**/*.html" /> |
| 560 | + <include name="**/*.pdf" /> |
562 | 561 | </fileset> |
563 | 562 | </copy> |
564 | 563 | <copy todir="target/site/reference/html"> |
565 | 564 | <fileset dir="src/docbkx/resources"> |
566 | | - <include name="**/*.css"/> |
567 | | - <include name="**/*.png"/> |
568 | | - <include name="**/*.gif"/> |
569 | | - <include name="**/*.jpg"/> |
| 565 | + <include name="**/*.css" /> |
| 566 | + <include name="**/*.png" /> |
| 567 | + <include name="**/*.gif" /> |
| 568 | + <include name="**/*.jpg" /> |
570 | 569 | </fileset> |
571 | 570 | </copy> |
572 | | - <move file="target/site/reference/pdf/index.pdf" |
573 | | - tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/> |
| 571 | + <move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" /> |
574 | 572 | </postProcess> |
575 | 573 | </configuration> |
576 | 574 | </plugin> |
|
0 commit comments