Skip to content

Commit 3f51e90

Browse files
committed
1.5.0-m2
1 parent 9367f45 commit 3f51e90

File tree

9 files changed

+25
-25
lines changed

9 files changed

+25
-25
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.5.0-m1</version>
18+
<version>1.5.0-m2</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.springframework.ws</groupId>
2222
<artifactId>spring-ws-core</artifactId>
23-
<version>1.5.0-m1</version>
23+
<version>1.5.0-m2</version>
2424
</dependency>
2525
</dependencies>
2626
</project>

readme.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SPRING WEB SERVICES 1.5.0 Milestone 1 (December 2007)
1+
SPRING WEB SERVICES 1.5.0 Milestone 2 (February 2007)
22
-------------------------------
33
http://www.springframework.org/spring-ws
44
http://forum.springframework.org/forumdisplay.php?f=39
@@ -37,35 +37,35 @@ 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.5.0-m1.jar
40+
* spring-oxm-1.5.0-m2.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.5.0-m1.jar
45+
* spring-oxm-tiger-1.5.0-m2.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.5.0-m1.jar
49+
* spring-ws-core-1.5.0-m2.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, WSDL4J]
5353

54-
* spring-ws-core-tiger-1.5.0-m1.jar
54+
* spring-ws-core-tiger-1.5.0-m2.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-support-1.5.0-m1.jar
58+
* spring-ws-support-1.5.0-m2.jar
5959
- Contents: The Spring-WS Support
6060
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
6161
[JMS, JavaMail]
6262

63-
* spring-ws-security-1.5.0-m1.jar
63+
* spring-ws-security-1.5.0-m2.jar
6464
- Contents: Spring-WS Security integration
6565
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-ws-core
66-
[Log4J, xmlsdig, xmlsec, XWS-security, Acegi, WSS4j]
66+
[Log4J, xmlsdig, xmlsec, XWS-security, Acegi, WSS4J]
6767

68-
* spring-xml-1.5.0-m1.jar
68+
* spring-xml-1.5.0-m2.jar
6969
- Contents: Spring XML utility framework
7070
- Dependencies: Commons Logging, spring-beans, spring-core
7171
[StAX, Xalan, Jaxen]

samples/airline/client/jms/build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
<remoteRepository refid="spring-ext"/>
2525
<dependency groupId="javax.xml.soap" artifactId="saaj-api" version="1.3"/>
2626
<dependency groupId="org.apache.activemq" artifactId="activemq-core" version="4.1.1"/>
27-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.0-m1"/>
27+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.0-m2"/>
2828
</artifact:dependencies>
2929

3030
<artifact:dependencies pathId="runtime.classpath">
3131
<remoteRepository refid="main"/>
3232
<remoteRepository refid="java.net"/>
3333
<remoteRepository refid="spring-ext"/>
3434
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
35-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-support" version="1.5.0-m1"/>
36-
<dependency groupId="org.springframework" artifactId="spring-jms" version="2.0.7"/>
35+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-support" version="1.5.0-m2"/>
36+
<dependency groupId="org.springframework" artifactId="spring-jms" version="2.5.1"/>
3737
</artifact:dependencies>
3838

3939
</target>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<artifact:dependencies pathId="classpath">
2121
<remoteRepository refid="main"/>
2222
<remoteRepository refid="java.net"/>
23-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.0-m2-SNAPSHOT"/>
24-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-security" version="1.5.0-m2-SNAPSHOT"/>
23+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.0-m2"/>
24+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-security" version="1.5.0-m2"/>
2525
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
2626
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
2727
<dependency groupId="xmlbeans" artifactId="xbean" version="2.2.0"/>

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.5.0-m1"/>
15+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.0-m2"/>
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/assembly/with-dependencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<include>**/Makefile</include>
7979
<include>mtom/**/spring-ws-logo.png</include>
8080
<include>maven-ant-tasks-*.jar</include>
81-
<include>ant-dotnet-*.jar</include>
81+
<include>**/ant-dotnet-*.jar</include>
8282
<includes>**/*.exe</includes>
8383
</includes>
8484
<excludes>

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.5.0-m1 \
477+
-DarchetypeVersion=1.5.0-m2 \
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.5.0-m1</version>
637+
<version>1.5.0-m2</version>
638638
</dependency>
639639
<dependency>
640640
<groupId>jdom</groupId>

src/site/apt/downloads/releases.apt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ 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

13-
* <<Spring-WS 1.5.0 Milestone 1 is the current development preview>>
13+
* <<Spring-WS 1.5.0 Milestone 2 is the current development preview>>
1414

1515
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=560091}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.5.0-m1/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=47217}Announcement}}
1616

17-
* <<Spring-WS 1.5.0 Milestone 2 is the upcoming development release>>
17+
* <<Spring-WS 1.5.0 Release Candidate 1 is the upcoming development release>>
1818

1919
* {{{snapshots.html}Download nightly snapshots}}

src/site/apt/downloads/snapshots.apt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Snapshot Builds
2323
<dependency>
2424
<groupId>org.springframework.ws</groupId>
2525
<artifactId>spring-ws-core</artifactId>
26-
<version>1.5.0-m2-SNAPSHOT</version>
26+
<version>1.5.0-rc1-SNAPSHOT</version>
2727
</dependency>
2828
+---------------
2929

0 commit comments

Comments
 (0)