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" >
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" >
42 <modelVersion >4.0.0</modelVersion >
53 <groupId >org.springframework.ws</groupId >
64 <artifactId >spring-ws</artifactId >
75 <packaging >pom</packaging >
8- <version >1.0-rc1-SNAPSHOT </version >
6+ <version >1.0-rc1</version >
97 <name >Spring Web Services</name >
108 <description >
119 Spring Web Services is a product of the Spring community focused on creating document-driven Web services.
9492 </license >
9593 </licenses >
9694 <scm >
97- <connection >scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk
98- </connection >
99- <developerConnection >scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk
100- </developerConnection >
101- <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-rc1</connection >
96+ <developerConnection >scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.0-rc1</developerConnection >
97+ <url >http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.0-rc1</url >
10298 </scm >
10399 <modules >
104100 <module >xml</module >
239235 <postProcess >
240236 <copy todir =" target/site/reference" >
241237 <fileset dir =" target/docbkx" >
242- <include name =" **/*.html" />
243- <include name =" **/*.pdf" />
238+ <include name =" **/*.html" />
239+ <include name =" **/*.pdf" />
244240 </fileset >
245241 </copy >
246242 <copy todir =" target/site/reference/html" >
247243 <fileset dir =" src/docbkx/resources" >
248- <include name =" **/*.css" />
249- <include name =" **/*.png" />
250- <include name =" **/*.gif" />
251- <include name =" **/*.jpg" />
244+ <include name =" **/*.css" />
245+ <include name =" **/*.png" />
246+ <include name =" **/*.gif" />
247+ <include name =" **/*.jpg" />
252248 </fileset >
253249 </copy >
254- <move file =" target/site/reference/pdf/index.pdf"
255- tofile =" target/site/reference/pdf/spring-ws-reference.pdf"
256- failonerror =" false" />
250+ <move file =" target/site/reference/pdf/index.pdf" tofile =" target/site/reference/pdf/spring-ws-reference.pdf" failonerror =" false" />
257251 </postProcess >
258252 </configuration >
259253 </plugin >
692686 <scope >test</scope >
693687 </dependency >
694688 </dependencies >
695- </project >
689+ </project >
0 commit comments