|
1 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | | - 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"> |
3 | 2 | <modelVersion>4.0.0</modelVersion> |
4 | 3 | <groupId>org.springframework.ws</groupId> |
5 | 4 | <artifactId>spring-ws</artifactId> |
6 | 5 | <packaging>pom</packaging> |
7 | | - <version>1.0.2-SNAPSHOT</version> |
| 6 | + <version>1.0.2</version> |
8 | 7 | <name>Spring Web Services</name> |
9 | 8 | <description> |
10 | 9 | Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It |
|
93 | 92 | </license> |
94 | 93 | </licenses> |
95 | 94 | <scm> |
96 | | - <connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk |
97 | | - </connection> |
98 | | - <developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk |
99 | | - </developerConnection> |
100 | | - <url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url> |
| 95 | + <connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.0.2</connection> |
| 96 | + <developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.0.2</developerConnection> |
| 97 | + <url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.0.2</url> |
101 | 98 | </scm> |
102 | 99 | <modules> |
103 | 100 | <module>xml</module> |
|
233 | 230 | <postProcess> |
234 | 231 | <copy todir="target/site/reference"> |
235 | 232 | <fileset dir="target/docbkx"> |
236 | | - <include name="**/*.html"/> |
237 | | - <include name="**/*.pdf"/> |
| 233 | + <include name="**/*.html" /> |
| 234 | + <include name="**/*.pdf" /> |
238 | 235 | </fileset> |
239 | 236 | </copy> |
240 | 237 | <copy todir="target/site/reference/html"> |
241 | 238 | <fileset dir="src/docbkx/resources"> |
242 | | - <include name="**/*.css"/> |
243 | | - <include name="**/*.png"/> |
244 | | - <include name="**/*.gif"/> |
245 | | - <include name="**/*.jpg"/> |
| 239 | + <include name="**/*.css" /> |
| 240 | + <include name="**/*.png" /> |
| 241 | + <include name="**/*.gif" /> |
| 242 | + <include name="**/*.jpg" /> |
246 | 243 | </fileset> |
247 | 244 | </copy> |
248 | | - <move file="target/site/reference/pdf/index.pdf" |
249 | | - tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/> |
| 245 | + <move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" /> |
250 | 246 | </postProcess> |
251 | 247 | </configuration> |
252 | 248 | </plugin> |
|
0 commit comments