1- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2- 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.0-SNAPSHOT </version >
6+ <version >1.0.0</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. It
9492 </license >
9593 </licenses >
9694 <scm >
97- <connection >scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk </connection >
98- <developerConnection >scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk </developerConnection >
99- <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.0 </connection >
96+ <developerConnection >scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.0.0 </developerConnection >
97+ <url >http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.0.0 </url >
10098 </scm >
10199 <modules >
102100 <module >xml</module >
237235 <postProcess >
238236 <copy todir =" target/site/reference" >
239237 <fileset dir =" target/docbkx" >
240- <include name =" **/*.html" />
241- <include name =" **/*.pdf" />
238+ <include name =" **/*.html" />
239+ <include name =" **/*.pdf" />
242240 </fileset >
243241 </copy >
244242 <copy todir =" target/site/reference/html" >
245243 <fileset dir =" src/docbkx/resources" >
246- <include name =" **/*.css" />
247- <include name =" **/*.png" />
248- <include name =" **/*.gif" />
249- <include name =" **/*.jpg" />
244+ <include name =" **/*.css" />
245+ <include name =" **/*.png" />
246+ <include name =" **/*.gif" />
247+ <include name =" **/*.jpg" />
250248 </fileset >
251249 </copy >
252- <move file =" target/site/reference/pdf/index.pdf"
253- tofile =" target/site/reference/pdf/spring-ws-reference.pdf"
254- failonerror =" false" />
250+ <move file =" target/site/reference/pdf/index.pdf" tofile =" target/site/reference/pdf/spring-ws-reference.pdf" failonerror =" false" />
255251 </postProcess >
256252 </configuration >
257253 </plugin >
694690 <scope >test</scope >
695691 </dependency >
696692 </dependencies >
697- </project >
693+ </project >
0 commit comments