|
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-m1-SNAPSHOT</version> |
| 7 | + <version>1.5.0-m1</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
|
|
79 | 78 | </site>
|
80 | 79 | </distributionManagement>
|
81 | 80 | <scm>
|
82 |
| - <connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</connection> |
83 |
| - <developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</developerConnection> |
84 |
| - <url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url> |
| 81 | + <connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-m1</connection> |
| 82 | + <developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-m1</developerConnection> |
| 83 | + <url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.5.0-m1</url> |
85 | 84 | </scm>
|
86 | 85 | <modules>
|
87 | 86 | <module>parent</module>
|
|
214 | 213 | <postProcess>
|
215 | 214 | <copy todir="target/site/reference">
|
216 | 215 | <fileset dir="target/docbkx">
|
217 |
| - <include name="**/*.html"/> |
218 |
| - <include name="**/*.pdf"/> |
| 216 | + <include name="**/*.html" /> |
| 217 | + <include name="**/*.pdf" /> |
219 | 218 | </fileset>
|
220 | 219 | </copy>
|
221 | 220 | <copy todir="target/site/reference/html">
|
222 | 221 | <fileset dir="src/docbkx/resources">
|
223 |
| - <include name="**/*.css"/> |
224 |
| - <include name="**/*.png"/> |
225 |
| - <include name="**/*.gif"/> |
226 |
| - <include name="**/*.jpg"/> |
| 222 | + <include name="**/*.css" /> |
| 223 | + <include name="**/*.png" /> |
| 224 | + <include name="**/*.gif" /> |
| 225 | + <include name="**/*.jpg" /> |
227 | 226 | </fileset>
|
228 | 227 | </copy>
|
229 |
| - <move file="target/site/reference/pdf/index.pdf" |
230 |
| - tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/> |
| 228 | + <move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" /> |
231 | 229 | </postProcess>
|
232 | 230 | </configuration>
|
233 | 231 | </plugin>
|
|
0 commit comments