|
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.2-SNAPSHOT</version> |
| 7 | + <version>1.5.2</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 |
|
84 | 83 | </site> |
85 | 84 | </distributionManagement> |
86 | 85 | <scm> |
87 | | - <connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</connection> |
88 | | - <developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</developerConnection> |
89 | | - <url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url> |
| 86 | + <connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.2</connection> |
| 87 | + <developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.2</developerConnection> |
| 88 | + <url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.5.2</url> |
90 | 89 | </scm> |
91 | 90 | <properties> |
92 | 91 | <spring.version>2.5.4</spring.version> |
|
599 | 598 | <postProcess> |
600 | 599 | <copy todir="target/site/reference"> |
601 | 600 | <fileset dir="target/docbkx"> |
602 | | - <include name="**/*.html"/> |
603 | | - <include name="**/*.pdf"/> |
| 601 | + <include name="**/*.html" /> |
| 602 | + <include name="**/*.pdf" /> |
604 | 603 | </fileset> |
605 | 604 | </copy> |
606 | 605 | <copy todir="target/site/reference/html"> |
607 | 606 | <fileset dir="src/docbkx/resources"> |
608 | | - <include name="**/*.css"/> |
609 | | - <include name="**/*.png"/> |
610 | | - <include name="**/*.gif"/> |
611 | | - <include name="**/*.jpg"/> |
| 607 | + <include name="**/*.css" /> |
| 608 | + <include name="**/*.png" /> |
| 609 | + <include name="**/*.gif" /> |
| 610 | + <include name="**/*.jpg" /> |
612 | 611 | </fileset> |
613 | 612 | </copy> |
614 | | - <move file="target/site/reference/pdf/index.pdf" |
615 | | - tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/> |
| 613 | + <move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" /> |
616 | 614 | </postProcess> |
617 | 615 | </configuration> |
618 | 616 | </plugin> |
|
0 commit comments