Backported changes from 1.0.3

This commit is contained in:
Arjen Poutsma
2008-02-27 11:03:44 +00:00
parent 7aa1c89373
commit 9b26f6a6b0
8 changed files with 25 additions and 24 deletions

View File

@@ -15,12 +15,12 @@
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-oxm</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
</dependencies>
</project>

View File

@@ -10,10 +10,10 @@
aims to facilitate contract-first SOAP service development, allowing for the creation of flexible web services
using one of the many ways to manipulate XML payloads.
</description>
<url>http://static.springframework.org/spring-ws/site</url>
<url>http://static.springframework.org/spring-ws/sites/1.0/</url>
<issueManagement>
<system>JIRA</system>
<url>http://opensource2.atlassian.com/projects/spring/browse/SWS/</url>
<url>http://jira.springframework.org/browse/SWS</url>
</issueManagement>
<ciManagement>
<system>bamboo</system>
@@ -40,7 +40,7 @@
</snapshotRepository>
<site>
<id>static.springframework.org</id>
<url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-ws/sites/1.0</url>
<url>scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-ws/sites/1.0/</url>
</site>
</distributionManagement>
<inceptionYear>2005</inceptionYear>

View File

@@ -1,4 +1,4 @@
SPRING WEB SERVICES 1.0.2 (November 2007)
SPRING WEB SERVICES 1.0.3 (December 2007)
-------------------------------
http://www.springframework.org/spring-ws
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
third-party dependencies. Libraries in [brackets] are optional, i.e. just necessary for certain functionality. For an
exact list of Spring-WS project dependencies see the respective Maven2 pom.xml files.
* spring-oxm-1.0.2.jar
* spring-oxm-1.0.3.jar
- Contents: The Spring Object/XML Mapping framework
- Dependencies: Commons Logging, spring-beans, spring-core
[Log4J, JAXB 1, Castor, XMLBeans, StAX, JiBX, XStream]
* spring-oxm-tiger-1.0.2.jar
* spring-oxm-tiger-1.0.3.jar
- Contents: The Spring Object/XML Mapping framework for Java 5
- Dependencies: Commons Logging, spring-beans, spring-core, JAXB 2
* spring-ws-core-1.0.2.jar
* spring-ws-core-1.0.3.jar
- Contents: The Spring-WS Core
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-oxm
[Log4J, spring-web, spring-webmvc, SAAJ, JDOM, StAX, Servlet API, JAF, Axiom, DOM4J, XOM]
* spring-ws-core-tiger-1.0.2.jar
* spring-ws-core-tiger-1.0.3.jar
- Contents: The Spring-WS Core for Java 5
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
* spring-ws-security-1.0.2.jar
* spring-ws-security-1.0.3.jar
- Contents: Spring-WS Security integration
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-ws-core
[Log4J, xmlsdig, xmlsec, XWS-security, Acegi]
* spring-xml-1.0.2.jar
* spring-xml-1.0.3.jar
- Contents: Spring XML utility framework
- Dependencies: Commons Logging, spring-beans, spring-core
[StAX, Xalan, Jaxen]

View File

@@ -14,7 +14,7 @@
</typedef>
<artifact:dependencies pathId="classpath">
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0.2"/>
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0.3"/>
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>

View File

@@ -12,7 +12,7 @@
</typedef>
<artifact:dependencies pathId="classpath">
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0.2"/>
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0.3"/>
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
</artifact:dependencies>

View File

@@ -474,7 +474,7 @@
</para>
<screen>mvn archetype:create -DarchetypeGroupId=org.springframework.ws \
-DarchetypeArtifactId=spring-ws-archetype \
-DarchetypeVersion=1.0.2 \
-DarchetypeVersion=1.0.3 \
-DgroupId=com.mycompany.hr \
-DartifactId=holidayService
</screen>
@@ -634,7 +634,7 @@ public class HolidayEndpoint extends AbstractJDomPayloadEndpoint {
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>jdom</groupId>

View File

@@ -6,13 +6,13 @@ Downloads
* Get the latest Spring Web Services releases here
* <<Spring-WS 1.0.2 is the current production release>>
* <<Spring-WS 1.0.3 is the current production release>>
* {{{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}}
* {{{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}}
* <<Spring-WS 1.5.0 Milestone 1 is the current development preview>>
* <<Spring-WS 1.5.0 Milestone 2 is the current development preview>>
* {{{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}}
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=575397}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.5.0-m1/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=47217}Announcement}}
* <<Spring-WS 1.5.0 Milestone 2 is the upcoming development release>>

View File

@@ -3,7 +3,7 @@
<skin>
<groupId>org.springframework.maven.skins</groupId>
<artifactId>maven-spring-skin</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</skin>
<publishDate position="left" format="d MMM yyyy"/>
<bannerLeft>
@@ -14,7 +14,8 @@
<body>
<links>
<item name="Spring Framework" href="http://www.springframework.org"/>
<item name="Spring Web Services" href="http://www.springframework.org/spring-ws"/>
<item name="Spring Web Services 1.0" href="http://static.springframework.org/spring-ws/sites/1.0/"/>
<item name="Spring Web Services 1.5" href="http://static.springframework.org/spring-ws/sites/1.5/"/>
</links>
<head>
<script type="text/javascript" language="javascript">
@@ -37,7 +38,7 @@
</menu>
<menu name="Support">
<item name="Support Forums" href="http://forum.springframework.org/forumdisplay.php?f=39"/>
<item name="JIRA" href="http://opensource.atlassian.com/projects/spring/browse/SWS"/>
<item name="JIRA" href="http://jira.springframework.org/browse/SWS"/>
</menu>
<menu ref="reports" name="Reports"/>
</body>
@@ -52,4 +53,4 @@
img="http://sourceforge.net/sflogo.php?group_id=73357&amp;type=1"/>
<logo name="Hosted by Contegix" href="http://www.contegix.com/" img="images/logos/contegix.png"/>
</poweredBy>
</project>
</project>