Skip to content

Commit c1fdc44

Browse files
committed
[maven-release-plugin] copy for tag spring-ws-1.5.0-rc2
1 parent b8a70f1 commit c1fdc44

File tree

17 files changed

+33
-37
lines changed

17 files changed

+33
-37
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.0-SNAPSHOT</version>
6+
<version>1.5.0-rc2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>spring-ws-archetype</artifactId>

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.0-SNAPSHOT</version>
5+
<version>1.5.0-rc2</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>spring-ws-core-tiger</artifactId>

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.0-SNAPSHOT</version>
5+
<version>1.5.0-rc2</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>spring-ws-core</artifactId>

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.0-SNAPSHOT</version>
5+
<version>1.5.0-rc2</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>spring-oxm-tiger</artifactId>

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.0-SNAPSHOT</version>
5+
<version>1.5.0-rc2</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>spring-oxm</artifactId>

parent/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.springframework.ws</groupId>
55
<artifactId>spring-ws-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.5.0-SNAPSHOT</version>
7+
<version>1.5.0-rc2</version>
88
<name>Spring Web Services - Parent</name>
99
<distributionManagement>
1010
<downloadUrl>http://static.springframework.org/spring-ws/site/downloads/releases.html</downloadUrl>
@@ -24,9 +24,9 @@
2424
</site>
2525
</distributionManagement>
2626
<scm>
27-
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</connection>
28-
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</developerConnection>
29-
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url>
27+
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-rc2</connection>
28+
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-rc2</developerConnection>
29+
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.5.0-rc2</url>
3030
</scm>
3131
<properties>
3232
<spring.version>2.5.2</spring.version>

pom.xml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?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">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>org.springframework.ws</groupId>
65
<artifactId>spring-ws</artifactId>
76
<packaging>pom</packaging>
8-
<version>1.5.0-SNAPSHOT</version>
7+
<version>1.5.0-rc2</version>
98
<name>Spring Web Services</name>
109
<description>
1110
Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It
@@ -85,9 +84,9 @@
8584
</site>
8685
</distributionManagement>
8786
<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-rc2</connection>
88+
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-rc2</developerConnection>
89+
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.5.0-rc2</url>
9190
</scm>
9291
<properties>
9392
<spring.version>2.5.2</spring.version>
@@ -593,20 +592,19 @@
593592
<postProcess>
594593
<copy todir="target/site/reference">
595594
<fileset dir="target/docbkx">
596-
<include name="**/*.html"/>
597-
<include name="**/*.pdf"/>
595+
<include name="**/*.html" />
596+
<include name="**/*.pdf" />
598597
</fileset>
599598
</copy>
600599
<copy todir="target/site/reference/html">
601600
<fileset dir="src/docbkx/resources">
602-
<include name="**/*.css"/>
603-
<include name="**/*.png"/>
604-
<include name="**/*.gif"/>
605-
<include name="**/*.jpg"/>
601+
<include name="**/*.css" />
602+
<include name="**/*.png" />
603+
<include name="**/*.gif" />
604+
<include name="**/*.jpg" />
606605
</fileset>
607606
</copy>
608-
<move file="target/site/reference/pdf/index.pdf"
609-
tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/>
607+
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
610608
</postProcess>
611609
</configuration>
612610
</plugin>

samples/airline/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
32
<parent>
43
<artifactId>spring-ws-samples</artifactId>
54
<groupId>org.springframework.ws</groupId>
6-
<version>1.5.0-SNAPSHOT</version>
5+
<version>1.5.0-rc2</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>airline</artifactId>
@@ -135,8 +134,7 @@
135134
<phase>process-classes</phase>
136135
<configuration>
137136
<tasks>
138-
<java classname="org.apache.openjpa.enhance.PCEnhancer"
139-
classpathref="maven.runtime.classpath" dir="target/classes" fork="true"/>
137+
<java classname="org.apache.openjpa.enhance.PCEnhancer" classpathref="maven.runtime.classpath" dir="target/classes" fork="true" />
140138
</tasks>
141139
</configuration>
142140
<goals>

samples/echo/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-samples</artifactId>
44
<groupId>org.springframework.ws</groupId>
5-
<version>1.5.0-SNAPSHOT</version>
5+
<version>1.5.0-rc2</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>echo</artifactId>

samples/mtom/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-samples</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>1.5.0-SNAPSHOT</version>
6+
<version>1.5.0-rc2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>mtom</artifactId>

0 commit comments

Comments
 (0)