File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
samples/echo/client/spring-ws Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1212 </typedef >
1313
1414 <artifact : dependencies pathId =" classpath" >
15- <dependency groupId =" org.springframework.ws" artifactId =" spring-ws-core" version =" 1.0-rc1-SNAPSHOT " />
15+ <dependency groupId =" org.springframework.ws" artifactId =" spring-ws-core" version =" 1.0-rc1" />
1616 <dependency groupId =" com.sun.xml.messaging.saaj" artifactId =" saaj-impl" version =" 1.3" />
1717 <dependency groupId =" commons-httpclient" artifactId =" commons-httpclient" version =" 3.0.1" />
1818 </artifact : dependencies >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >spring-ws</artifactId >
55 <groupId >org.springframework.ws</groupId >
6- <version >1.0-rc1-SNAPSHOT </version >
6+ <version >1.0-rc1</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <artifactId >spring-ws-sandbox</artifactId >
Original file line number Diff line number Diff line change 454454 </para >
455455<screen >mvn archetype:create -DarchetypeGroupId=org.springframework.ws \
456456 -DarchetypeArtifactId=spring-ws-archetype \
457- -DarchetypeVersion=1.0-rc1-SNAPSHOT \
457+ -DarchetypeVersion=1.0-rc1\
458458 -DgroupId=com.mycompany.hr \
459- -DartifactId=holidayService \
460- -DremoteRepositories=http://s3.amazonaws.com/maven.springframework.org
459+ -DartifactId=holidayService
461460</screen >
462461 <para >
463462 This command will create a new directory called <filename >holidayService</filename >. In this directory,
You can’t perform that action at this time.
0 commit comments