Skip to content

Commit 7f96b12

Browse files
committed
Updated version numbers
1 parent 7937e90 commit 7f96b12

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

archetype/src/main/resources/archetype-resources/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<dependency>
1616
<groupId>org.springframework.ws</groupId>
1717
<artifactId>spring-oxm</artifactId>
18-
<version>1.0-rc2</version>
18+
<version>1.0.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.springframework.ws</groupId>
2222
<artifactId>spring-ws-core</artifactId>
23-
<version>1.0-rc2</version>
23+
<version>1.0.0</version>
2424
</dependency>
2525
</dependencies>
2626
</project>

readme.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SPRING WEB SERVICES 1.0-RC2 (June 2007)
1+
SPRING WEB SERVICES 1.0.0 (August 2007)
22
-------------------------------
33
http://www.springframework.org/spring-ws
44
http://forum.springframework.org/forumdisplay.php?f=39
@@ -37,30 +37,30 @@ The following distinct jar files are included in the distribution. This list spe
3737
third-party dependencies. Libraries in [brackets] are optional, i.e. just necessary for certain functionality. For an
3838
exact list of Spring-WS project dependencies see the respective Maven2 pom.xml files.
3939

40-
* spring-oxm-1.0-rc2.jar
40+
* spring-oxm-1.0.0.jar
4141
- Contents: The Spring Object/XML Mapping framework
4242
- Dependencies: Commons Logging, spring-beans, spring-core
4343
[Log4J, JAXB 1, Castor, XMLBeans, StAX, JiBX, XStream]
4444

45-
* spring-oxm-tiger-1.0-rc2.jar
45+
* spring-oxm-tiger-1.0.0.jar
4646
- Contents: The Spring Object/XML Mapping framework for Java 5
4747
- Dependencies: Commons Logging, spring-beans, spring-core, JAXB 2
4848

49-
* spring-ws-core-1.0-rc2.jar
49+
* spring-ws-core-1.0.0.jar
5050
- Contents: The Spring-WS Core
5151
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-oxm
5252
[Log4J, spring-web, spring-webmvc, SAAJ, JDOM, StAX, Servlet API, JAF, Axiom, DOM4J, XOM]
5353

54-
* spring-ws-core-tiger-1.0-rc2.jar
54+
* spring-ws-core-tiger-1.0.0.jar
5555
- Contents: The Spring-WS Core for Java 5
5656
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
5757

58-
* spring-ws-security-1.0-rc2.jar
58+
* spring-ws-security-1.0.0.jar
5959
- Contents: Spring-WS Security integration
6060
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-ws-core
6161
[Log4J, xmlsdig, xmlsec, XWS-security, Acegi]
6262

63-
* spring-xml-1.0-rc2.jar
63+
* spring-xml-1.0.0.jar
6464
- Contents: Spring XML utility framework
6565
- Dependencies: Commons Logging, spring-beans, spring-core
6666
[StAX, Xalan, Jaxen]

src/changes/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<author email="[email protected]">Arjen Poutsma</author>
66
</properties>
77
<body>
8-
<release version="1.0">
8+
<release version="1.0" date="2007-08-17">
99
<action dev="poutsma" type="fix" issue="SWS-150">Don't close the ServletInputStream in AbstractWebServiceConnection.receive</action>
1010
<action dev="poutsma" type="fix" issue="SWS-151">IllegalStateException in Saaj11Implementation.removeContents()</action>
1111
<action dev="poutsma" type="fix" issue="SWS-152">NoSuchMethodError: SaajUtils.toName()</action>
@@ -19,7 +19,7 @@
1919
<action dev="poutsma" type="fix" issue="SWS-141">Minor Documentation Bug: org.springframework.xml.transform.ResourceSource</action>
2020
<action dev="poutsma" types="fix" issue="SWS-142">AxiomSoapFaultDetailElementIterator does not consider whitespace nodes.</action>
2121
</release>
22-
<release version="1.0-rc2">
22+
<release version="1.0-rc2" date="2007-06-15">
2323
<action dev="poutsma" types="add">Added MarshallingSource, a TrAX Source that uses a Marshaller.</action>
2424
<action dev="poutsma" type="update" issue="SWS-134">Reduce the number of overloaded methods on the WebServiceTemplate class to aid comprehension.</action>
2525
<action dev="poutsma" type="add" issue="SWS-124">Allow specifying names of message factory and message receiver in MessageDispatcherServlet</action>

src/docbkx/tutorial.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ public class HolidayEndpoint extends AbstractJDomPayloadEndpoint {
634634
<dependency>
635635
<groupId>org.springframework.ws</groupId>
636636
<artifactId>spring-ws-core</artifactId>
637-
<version>1.0-rc2</version>
637+
<version>1.0.0</version>
638638
</dependency>
639639
<dependency>
640640
<groupId>jdom</groupId>

src/site/apt/downloads/releases.apt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Downloads
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

1313

14-
* <<Spring-WS 1.0 RC3 is the upcoming development release>>
14+
* <<Spring-WS 1.0.1 is the upcoming development release>>
1515

1616
* {{{snapshots.html}Download nighly snapshots}}

0 commit comments

Comments
 (0)