Skip to content

Commit 788bca4

Browse files
committed
[maven-release-plugin] copy for tag spring-ws-1.5.10
1 parent a71d9e9 commit 788bca4

File tree

20 files changed

+53
-39
lines changed

20 files changed

+53
-39
lines changed

archetype/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.10-SNAPSHOT</version>
6+
<version>1.5.10</version>
77
<relativePath>../parent/pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

changelog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ SPRING WEB SERVICES CHANGELOG
33
http://www.springframework.org/spring-ws
44

55

6+
Changes in version 1.5.10
7+
------------------------
8+
9+
** Bug
10+
* [SWS-613] - Jaxp13XPathTemplate uses thread-unsafe XPathFactory as field
11+
* [SWS-708] - PayloadValidatingInterceptor errors not clearing SecurityContextHolder
12+
13+
** Improvement
14+
* [SWS-610] - Incompatibility with WS-I requirement R2750
15+
* [SWS-641] - Make sentMessageTracingLogger independent from receivedMessageTracingLogger
16+
* [SWS-648] - Document Spring-WS Security exception handling
17+
618
Changes in version 1.5.9
719
------------------------
820

core-tiger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>spring-ws-parent</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.5.10-SNAPSHOT</version>
5+
<version>1.5.10</version>
66
<relativePath>../parent/pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>spring-ws-parent</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.5.10-SNAPSHOT</version>
5+
<version>1.5.10</version>
66
<relativePath>../parent/pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

notes.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Dear Spring community,
22

3-
I'm pleased to announce that Spring Web Services 1.5.9 has been released!
3+
I'm pleased to announce that Spring Web Services 1.5.10 has been released!
44

55
This is the latest bug fix and enhancement release in the Spring-WS 1.5
6-
series. It fixes all bugs reported since 1.5.8 and introduces various
7-
enhancements throughout the framework. Please see the changelog for details.
6+
series. It fixes all bugs found in the 2.0 cycle.
7+
Please see the changelog for details.
88

99
For more information, see http://static.springframework.org/spring-ws/site/

oxm-tiger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>spring-ws-parent</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.5.10-SNAPSHOT</version>
5+
<version>1.5.10</version>
66
<relativePath>../parent/pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

oxm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>spring-ws-parent</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.5.10-SNAPSHOT</version>
5+
<version>1.5.10</version>
66
<relativePath>../parent/pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

parent/pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
<groupId>org.springframework.ws</groupId>
55
<artifactId>spring-ws-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.5.10-SNAPSHOT</version>
7+
<version>1.5.10</version>
88
<name>Spring Web Services - Parent</name>
99
<distributionManagement>
1010
<downloadUrl>http://static.springframework.org/spring-ws/site/downloads/releases.html</downloadUrl>
1111
<repository>
12-
<id>local</id>
13-
<url>file:///Users/arjen/Projects/Spring/repos/repo</url>
12+
<id>spring-release</id>
13+
<name>Spring Release Repository</name>
14+
<url>s3://maven.springframework.org/release</url>
1415
</repository>
1516
<snapshotRepository>
1617
<id>spring-snapshot</id>
@@ -23,9 +24,9 @@
2324
</site>
2425
</distributionManagement>
2526
<scm>
26-
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</connection>
27-
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</developerConnection>
28-
<url>https://fisheye.springframework.org/browse/spring-ws/trunk</url>
27+
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.10</connection>
28+
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.10</developerConnection>
29+
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.10</url>
2930
</scm>
3031
<properties>
3132
<spring.version>2.5.6</spring.version>

pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.springframework.ws</groupId>
55
<artifactId>spring-ws</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.5.10-SNAPSHOT</version>
7+
<version>1.5.10</version>
88
<name>Spring Web Services</name>
99
<description>
1010
Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It
@@ -69,8 +69,9 @@
6969
<distributionManagement>
7070
<downloadUrl>http://www.springsource.com/download/community?project=Spring%20Web%20Services</downloadUrl>
7171
<repository>
72-
<id>local</id>
73-
<url>file:///Users/arjen/Projects/Spring/repos/repo</url>
72+
<id>spring-release</id>
73+
<name>Spring Release Repository</name>
74+
<url>s3://maven.springframework.org/release</url>
7475
</repository>
7576
<snapshotRepository>
7677
<id>spring-s3</id>
@@ -83,9 +84,9 @@
8384
</site>
8485
</distributionManagement>
8586
<scm>
86-
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6</connection>
87-
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6</developerConnection>
88-
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.6</url>
87+
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.10</connection>
88+
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.10</developerConnection>
89+
<url>https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.10</url>
8990
</scm>
9091
<properties>
9192
<spring.version>2.5.6</spring.version>

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.9 (Januari 2010)
1+
SPRING WEB SERVICES 1.5.10 (May 2011)
22
-------------------------------
33
http://www.springframework.org/spring-ws
44
http://forum.springframework.org/forumdisplay.php?f=39
@@ -39,40 +39,40 @@ The following distinct jar files are included in the distribution. This list spe
3939
third-party dependencies. Libraries in [brackets] are optional, i.e. just necessary for certain functionality. For an
4040
exact list of Spring-WS project dependencies see the respective Maven2 pom.xml files.
4141

42-
* spring-oxm-1.5.9.jar
42+
* spring-oxm-1.5.10.jar
4343
- Contents: The Spring Object/XML Mapping framework
4444
- Dependencies: Commons Logging, spring-beans, spring-core
4545
[Log4J, JAXB 1, Castor, XMLBeans, StAX, JiBX, XStream]
4646

47-
* spring-oxm-tiger-1.5.9.jar
47+
* spring-oxm-tiger-1.5.10.jar
4848
- Contents: The Spring Object/XML Mapping framework for Java 5
4949
- Dependencies: Commons Logging, spring-beans, spring-core, JAXB 2
5050

51-
* spring-ws-core-1.5.9.jar
51+
* spring-ws-core-1.5.10.jar
5252
- Contents: The Spring-WS Core
5353
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-oxm
5454
[Log4J, spring-web, spring-webmvc, SAAJ, JDOM, StAX, Servlet API, JAF, Axiom, DOM4J, XOM, WSDL4J]
5555

56-
* spring-ws-core-tiger-1.5.9.jar
56+
* spring-ws-core-tiger-1.5.10.jar
5757
- Contents: The Spring-WS Core for Java 5
5858
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
5959

60-
* spring-ws-support-1.5.9.jar
60+
* spring-ws-support-1.5.10.jar
6161
- Contents: The Spring-WS Support
6262
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
6363
[JMS, JavaMail]
6464

65-
* spring-ws-security-1.5.9.jar
65+
* spring-ws-security-1.5.10.jar
6666
- Contents: Spring-WS Security integration
6767
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-ws-core
6868
[Log4J, xmlsdig, xmlsec, XWS-security, Acegi, WSS4J]
6969

70-
* spring-xml-1.5.9.jar
70+
* spring-xml-1.5.10.jar
7171
- Contents: Spring XML utility framework
7272
- Dependencies: Commons Logging, spring-beans, spring-core
7373
[StAX, Xalan, Jaxen]
7474

75-
* spring-ws-1.5.9.jar
75+
* spring-ws-1.5.10.jar
7676
- Contents: Convenient al-in-one jar containing all of the jars described above
7777

7878

0 commit comments

Comments
 (0)