Skip to content

Commit 3a83b12

Browse files
committed
Backported changes from 1.5.0 M1 release into trunk
1 parent 127665d commit 3a83b12

File tree

13 files changed

+46
-48
lines changed

13 files changed

+46
-48
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.5.0-m1</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.5.0-m1</version>
2424
</dependency>
2525
</dependencies>
2626
</project>

parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<distributionManagement>
1010
<downloadUrl>http://static.springframework.org/spring-ws/site/downloads/releases.html</downloadUrl>
1111
<repository>
12-
<id>spring-snapshot</id>
12+
<id>spring-milestone</id>
1313
<name>Spring Milestone Repository</name>
1414
<url>s3://maven.springframework.org/milestone</url>
1515
</repository>
@@ -20,7 +20,7 @@
2020
</snapshotRepository>
2121
<site>
2222
<id>static.springframework.org</id>
23-
<url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-ws/site</url>
23+
<url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-ws/sites/1.5</url>
2424
</site>
2525
</distributionManagement>
2626
<scm>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<distributionManagement>
6464
<downloadUrl>http://static.springframework.org/spring-ws/site/downloads/releases.html</downloadUrl>
6565
<repository>
66-
<id>spring-snapshot</id>
66+
<id>spring-milestone</id>
6767
<name>Spring Milestone Repository</name>
6868
<url>s3://maven.springframework.org/milestone</url>
6969
</repository>

readme.txt

Lines changed: 12 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.5.0 Milestone 1 (December 2007)
22
-------------------------------
33
http://www.springframework.org/spring-ws
44
http://forum.springframework.org/forumdisplay.php?f=39
@@ -37,30 +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.0.2.jar
40+
* spring-oxm-1.5.0-m1.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.5.0-m1.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.5.0-m1.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.5.0-m1.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-support-1.5.0-m1.jar
59+
- Contents: The Spring-WS Support
60+
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
61+
[JMS, JavaMail]
62+
63+
* spring-ws-security-1.5.0-m1.jar
5964
- Contents: Spring-WS Security integration
6065
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-ws-core
6166
[Log4J, xmlsdig, xmlsec, XWS-security, Acegi]
6267

63-
* spring-xml-1.0.2.jar
68+
* spring-xml-1.5.0-m1.jar
6469
- Contents: Spring XML utility framework
6570
- Dependencies: Commons Logging, spring-beans, spring-core
6671
[StAX, Xalan, Jaxen]

samples/airline/client/jms/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
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-m1-SNAPSHOT"/>
27+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.0-m1"/>
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-m1-SNAPSHOT"/>
35+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-support" version="1.5.0-m1"/>
3636
<dependency groupId="org.springframework" artifactId="spring-jms" version="2.0.7"/>
3737
</artifact:dependencies>
3838

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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.0.2"/>
23+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.5.0-m1"/>
2424
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
2525
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
2626
<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.5.0-m1"/>
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>

samples/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
<module>mtom</module>
1616
<module>airline</module>
1717
</modules>
18+
<repositories>
19+
<repository>
20+
<id>spring-milestone</id>
21+
<name>Spring Milestone Repository</name>
22+
<url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
23+
</repository>
24+
</repositories>
1825
<build>
1926
<plugins>
2027
<plugin>

sandbox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>spring-ws-parent</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>1.5-m1-SNAPSHOT</version>
6+
<version>1.5.0-m2-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>spring-ws-sandbox</artifactId>

src/assembly/with-dependencies.xml

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@
4242
</dependencySet>
4343
</dependencySets>
4444
</binaries>
45+
<sources>
46+
<fileSets>
47+
<fileSet>
48+
<directory>src/main/java</directory>
49+
</fileSet>
50+
</fileSets>
51+
<outputDirectoryMapping>dist/module-sources/${artifactId}</outputDirectoryMapping>
52+
</sources>
4553
</moduleSet>
4654
</moduleSets>
4755
<files>
@@ -60,31 +68,6 @@
6068
<directory>target/site/reference</directory>
6169
<outputDirectory>docs/reference</outputDirectory>
6270
</fileSet>
63-
<!-- Modules sources-->
64-
<fileSet>
65-
<outputDirectory>dist/module-sources</outputDirectory>
66-
<includes>
67-
<include>xml/**/*</include>
68-
<include>oxm/**/*</include>
69-
<include>oxm-tiger/**/*</include>
70-
<include>core/**/*</include>
71-
<include>core-tiger/**/*</include>
72-
<include>support/**/*</include>
73-
<include>security/**/*</include>
74-
<include>archetype/**/*</include>
75-
<include>pom.xml</include>
76-
</includes>
77-
<excludes>
78-
<exclude>**/target/**</exclude>
79-
<exclude>**/target</exclude>
80-
<exclude>**/*.iml</exclude>
81-
<exclude>**/*.ipr</exclude>
82-
<exclude>**/.classpath</exclude>
83-
<exclude>**/.project</exclude>
84-
<exclude>**/.settings</exclude>
85-
<exclude>**/.settings/**</exclude>
86-
</excludes>
87-
</fileSet>
8871
<!-- Samples -->
8972
<fileSet>
9073
<directory>samples</directory>

0 commit comments

Comments
 (0)