Updated svn and fisheye locations

This commit is contained in:
Arjen Poutsma
2008-11-05 23:08:53 +00:00
parent f2d73deaa8
commit 3eee41e93e
3 changed files with 19 additions and 16 deletions

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-parent</artifactId>
@@ -23,9 +24,9 @@
</site>
</distributionManagement>
<scm>
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</connection>
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</developerConnection>
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url>
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</connection>
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</developerConnection>
<url>https://fisheye.springframework.org/browse/spring-ws/trunk</url>
</scm>
<properties>
<spring.version>2.5.6</spring.version>

24
pom.xml
View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws</artifactId>
@@ -67,7 +68,7 @@
</license>
</licenses>
<distributionManagement>
<downloadUrl>http://static.springframework.org/spring-ws/site/downloads/releases.html</downloadUrl>
<downloadUrl>http://www.springsource.com/download/community?project=Spring%20Web%20Services</downloadUrl>
<repository>
<id>local</id>
<url>file:///Users/arjen/Projects/Spring/repos/repo</url>
@@ -83,8 +84,8 @@
</site>
</distributionManagement>
<scm>
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</connection>
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</developerConnection>
<connection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</connection>
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-ws/trunk</developerConnection>
<url>https://fisheye.springframework.org/browse/spring-ws/trunk</url>
</scm>
<properties>
@@ -616,19 +617,20 @@
<postProcess>
<copy todir="target/site/reference">
<fileset dir="target/docbkx">
<include name="**/*.html" />
<include name="**/*.pdf" />
<include name="**/*.html"/>
<include name="**/*.pdf"/>
</fileset>
</copy>
<copy todir="target/site/reference/html">
<fileset dir="src/docbkx/resources">
<include name="**/*.css" />
<include name="**/*.png" />
<include name="**/*.gif" />
<include name="**/*.jpg" />
<include name="**/*.css"/>
<include name="**/*.png"/>
<include name="**/*.gif"/>
<include name="**/*.jpg"/>
</fileset>
</copy>
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
<move file="target/site/reference/pdf/index.pdf"
tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/>
</postProcess>
</configuration>
</plugin>

View File

@@ -15,6 +15,6 @@ Downloads
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=590453}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.0.4/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=52246}Announcement}}
* <<Spring-WS 1.5.5 is the upcoming production release>>
* <<Spring-WS 1.5.6 is the upcoming production release>>
* {{{snapshots.html}Download nightly snapshots}}