Skip to content

Commit 25a5592

Browse files
committed
Changes for release
1 parent 424fb71 commit 25a5592

File tree

8 files changed

+18
-18
lines changed

8 files changed

+18
-18
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.2</version>
18+
<version>1.0.3</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.springframework.ws</groupId>
2222
<artifactId>spring-ws-core</artifactId>
23-
<version>1.0.2</version>
23+
<version>1.0.3</version>
2424
</dependency>
2525
</dependencies>
2626
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<url>http://static.springframework.org/spring-ws/site</url>
1414
<issueManagement>
1515
<system>JIRA</system>
16-
<url>http://opensource2.atlassian.com/projects/spring/browse/SWS/</url>
16+
<url>http://jira.springframework.org/browse/SWS</url>
1717
</issueManagement>
1818
<ciManagement>
1919
<system>bamboo</system>

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.2 (November 2007)
1+
SPRING WEB SERVICES 1.0.3 (December 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.2.jar
40+
* spring-oxm-1.0.3.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.2.jar
45+
* spring-oxm-tiger-1.0.3.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.2.jar
49+
* spring-ws-core-1.0.3.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.2.jar
54+
* spring-ws-core-tiger-1.0.3.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.2.jar
58+
* spring-ws-security-1.0.3.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.2.jar
63+
* spring-xml-1.0.3.jar
6464
- Contents: Spring XML utility framework
6565
- Dependencies: Commons Logging, spring-beans, spring-core
6666
[StAX, Xalan, Jaxen]

samples/airline/client/spring-ws/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</typedef>
1515

1616
<artifact:dependencies pathId="classpath">
17-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0.2"/>
17+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0.3"/>
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"/>

samples/echo/client/spring-ws/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</typedef>
1313

1414
<artifact:dependencies pathId="classpath">
15-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0.2"/>
15+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0.3"/>
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>

src/docbkx/tutorial.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
</para>
475475
<screen>mvn archetype:create -DarchetypeGroupId=org.springframework.ws \
476476
-DarchetypeArtifactId=spring-ws-archetype \
477-
-DarchetypeVersion=1.0.2 \
477+
-DarchetypeVersion=1.0.3 \
478478
-DgroupId=com.mycompany.hr \
479479
-DartifactId=holidayService
480480
</screen>
@@ -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.2</version>
637+
<version>1.0.3</version>
638638
</dependency>
639639
<dependency>
640640
<groupId>jdom</groupId>

src/site/apt/downloads/releases.apt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Downloads
66

77
* Get the latest Spring Web Services releases here
88

9-
* <<Spring-WS 1.0.2 is the current production release>>
9+
* <<Spring-WS 1.0.3 is the current production release>>
1010

11-
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=552258}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.0.2/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=45879}Announcement}}
11+
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=563313}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.0.3/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=47787}Announcement}}
1212

1313
* <<Spring-WS 1.5.0 Milestone 1 is the current development preview>>
1414

src/site/site.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<skin>
44
<groupId>org.springframework.maven.skins</groupId>
55
<artifactId>maven-spring-skin</artifactId>
6-
<version>1.0.3</version>
6+
<version>1.0.4</version>
77
</skin>
88
<publishDate position="left" format="d MMM yyyy"/>
99
<bannerLeft>
@@ -52,4 +52,4 @@
5252
img="http://sourceforge.net/sflogo.php?group_id=73357&amp;type=1"/>
5353
<logo name="Hosted by Contegix" href="http://www.contegix.com/" img="images/logos/contegix.png"/>
5454
</poweredBy>
55-
</project>
55+
</project>

0 commit comments

Comments
 (0)