File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 </typedef >
1515
1616 <artifact : dependencies pathId =" classpath" >
17- <dependency groupId =" org.springframework.ws" artifactId =" spring-ws-core" version =" 1.0-SNAPSHOT " />
17+ <dependency groupId =" org.springframework.ws" artifactId =" spring-ws-core" version =" 1.0.0 " />
1818 <dependency groupId =" com.sun.xml.messaging.saaj" artifactId =" saaj-impl" version =" 1.3" />
1919 <dependency groupId =" commons-httpclient" artifactId =" commons-httpclient" version =" 3.0.1" />
2020 <dependency groupId =" commons-httpclient" artifactId =" commons-httpclient" version =" 3.0.1" />
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-SNAPSHOT " />
15+ <dependency groupId =" org.springframework.ws" artifactId =" spring-ws-core" version =" 1.0.0 " />
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 44 <parent >
55 <artifactId >spring-ws</artifactId >
66 <groupId >org.springframework.ws</groupId >
7- <version >1.0.0-SNAPSHOT </version >
7+ <version >1.0.0</version >
88 </parent >
99 <modelVersion >4.0.0</modelVersion >
1010 <artifactId >spring-ws-sandbox</artifactId >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Downloads
66
77* Get the latest Spring Web Services releases here
88
9- * <<Spring-WS 1.0 RC2 is the current development release>>
9+ * <<Spring-WS 1.0.0 is the current production release>>
1010
1111 * {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=516288}Downloads}} | {{{http://static.springframework.org/spring-ws/docs/1.0-rc2/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=40148}Announcement}}
1212
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ Snapshot Builds
2323<dependency>
2424 <groupId>org.springframework.ws</groupId>
2525 <artifactId>spring-ws-core</artifactId>
26- <version>1.0-rc3 -SNAPSHOT</version>
26+ <version>1.0.1 -SNAPSHOT</version>
2727</dependency>
2828+---------------
2929
3030 Additionally, there are
31- {{{http://s3browse.com/explore/maven.springframework.org/snapshot/org/springframework/ws/spring-ws/1.0-rc3 -SNAPSHOT/}zips}}
31+ {{{http://s3browse.com/explore/maven.springframework.org/snapshot/org/springframework/ws/spring-ws/1.0.1 -SNAPSHOT/}zips}}
3232 available which contain all jars. Make sure to click 'Next >' a couple of times to get the most recent snapshots.
You can’t perform that action at this time.
0 commit comments