|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 2 | +<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"> |
4 | 3 | <modelVersion>4.0.0</modelVersion> |
5 | 4 | <groupId>org.springframework.ws</groupId> |
6 | 5 | <artifactId>spring-ws</artifactId> |
7 | 6 | <packaging>pom</packaging> |
8 | | - <version>1.5.0-rc1-SNAPSHOT</version> |
| 7 | + <version>1.5.0-rc1</version> |
9 | 8 | <name>Spring Web Services</name> |
10 | 9 | <description> |
11 | 10 | Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It |
|
85 | 84 | </site> |
86 | 85 | </distributionManagement> |
87 | 86 | <scm> |
88 | | - <connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</connection> |
89 | | - <developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</developerConnection> |
90 | | - <url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url> |
| 87 | + <connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-rc1</connection> |
| 88 | + <developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-rc1</developerConnection> |
| 89 | + <url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.5.0-rc1</url> |
91 | 90 | </scm> |
92 | 91 | <properties> |
93 | 92 | <spring.version>2.5.2</spring.version> |
|
585 | 584 | <postProcess> |
586 | 585 | <copy todir="target/site/reference"> |
587 | 586 | <fileset dir="target/docbkx"> |
588 | | - <include name="**/*.html"/> |
589 | | - <include name="**/*.pdf"/> |
| 587 | + <include name="**/*.html" /> |
| 588 | + <include name="**/*.pdf" /> |
590 | 589 | </fileset> |
591 | 590 | </copy> |
592 | 591 | <copy todir="target/site/reference/html"> |
593 | 592 | <fileset dir="src/docbkx/resources"> |
594 | | - <include name="**/*.css"/> |
595 | | - <include name="**/*.png"/> |
596 | | - <include name="**/*.gif"/> |
597 | | - <include name="**/*.jpg"/> |
| 593 | + <include name="**/*.css" /> |
| 594 | + <include name="**/*.png" /> |
| 595 | + <include name="**/*.gif" /> |
| 596 | + <include name="**/*.jpg" /> |
598 | 597 | </fileset> |
599 | 598 | </copy> |
600 | | - <move file="target/site/reference/pdf/index.pdf" |
601 | | - tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/> |
| 599 | + <move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" /> |
602 | 600 | </postProcess> |
603 | 601 | </configuration> |
604 | 602 | </plugin> |
|
0 commit comments