Skip to content

Commit a662f6c

Browse files
committed
[maven-release-plugin] copy for tag spring-ws-1.5.0-m2
1 parent 4265c89 commit a662f6c

File tree

15 files changed

+45
-57
lines changed

15 files changed

+45
-57
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-m2-SNAPSHOT</version>
6+
<version>1.5.0-m2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>spring-ws-archetype</artifactId>

core-tiger/pom.xml

Lines changed: 2 additions & 3 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-parent</artifactId>
54
<groupId>org.springframework.ws</groupId>
6-
<version>1.5.0-m2-SNAPSHOT</version>
5+
<version>1.5.0-m2</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>spring-ws-core-tiger</artifactId>

core/pom.xml

Lines changed: 2 additions & 3 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-parent</artifactId>
54
<groupId>org.springframework.ws</groupId>
6-
<version>1.5.0-m2-SNAPSHOT</version>
5+
<version>1.5.0-m2</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>spring-ws-core</artifactId>

oxm-tiger/pom.xml

Lines changed: 4 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-parent</artifactId>
54
<groupId>org.springframework.ws</groupId>
6-
<version>1.5.0-m2-SNAPSHOT</version>
5+
<version>1.5.0-m2</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>spring-oxm-tiger</artifactId>
@@ -65,8 +64,8 @@
6564
<configuration>
6665
<tasks>
6766
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true">
68-
<property name="maven.test.skip" value="${maven.test.skip}"/>
69-
<target name="generate-test-sources"/>
67+
<property name="maven.test.skip" value="${maven.test.skip}" />
68+
<target name="generate-test-sources" />
7069
</ant>
7170
</tasks>
7271
<testSourceRoot>${project.build.directory}/generated-sources/test/java</testSourceRoot>

oxm/pom.xml

Lines changed: 6 additions & 7 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-parent</artifactId>
54
<groupId>org.springframework.ws</groupId>
6-
<version>1.5.0-m2-SNAPSHOT</version>
5+
<version>1.5.0-m2</version>
76
</parent>
87
<modelVersion>4.0.0</modelVersion>
98
<artifactId>spring-oxm</artifactId>
@@ -40,8 +39,8 @@
4039
<configuration>
4140
<tasks>
4241
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true">
43-
<property name="maven.test.skip" value="${maven.test.skip}"/>
44-
<target name="generate-test-sources"/>
42+
<property name="maven.test.skip" value="${maven.test.skip}" />
43+
<target name="generate-test-sources" />
4544
</ant>
4645
</tasks>
4746
<testSourceRoot>${project.build.directory}/generated-sources/test/java</testSourceRoot>
@@ -56,8 +55,8 @@
5655
<configuration>
5756
<tasks>
5857
<ant antfile="${basedir}/build-maven2.xml" inheritRefs="true">
59-
<property name="maven.test.skip" value="${maven.test.skip}"/>
60-
<target name="test-compile"/>
58+
<property name="maven.test.skip" value="${maven.test.skip}" />
59+
<target name="test-compile" />
6160
</ant>
6261
</tasks>
6362
</configuration>

parent/pom.xml

Lines changed: 5 additions & 6 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-parent</artifactId>
76
<packaging>pom</packaging>
8-
<version>1.5.0-m2-SNAPSHOT</version>
7+
<version>1.5.0-m2</version>
98
<name>Spring Web Services - Parent</name>
109
<distributionManagement>
1110
<downloadUrl>http://static.springframework.org/spring-ws/site/downloads/releases.html</downloadUrl>
@@ -25,9 +24,9 @@
2524
</site>
2625
</distributionManagement>
2726
<scm>
28-
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</connection>
29-
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</developerConnection>
30-
<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-m2</connection>
28+
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-m2</developerConnection>
29+
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.5.0-m2</url>
3130
</scm>
3231
<properties>
3332
<spring.version>2.5.1</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-m2-SNAPSHOT</version>
7+
<version>1.5.0-m2</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
@@ -82,9 +81,9 @@
8281
</site>
8382
</distributionManagement>
8483
<scm>
85-
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</connection>
86-
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk</developerConnection>
87-
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk</url>
84+
<connection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-m2</connection>
85+
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-m2</developerConnection>
86+
<url>http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.5.0-m2</url>
8887
</scm>
8988
<properties>
9089
<spring.version>2.5.1</spring.version>
@@ -557,20 +556,19 @@
557556
<postProcess>
558557
<copy todir="target/site/reference">
559558
<fileset dir="target/docbkx">
560-
<include name="**/*.html"/>
561-
<include name="**/*.pdf"/>
559+
<include name="**/*.html" />
560+
<include name="**/*.pdf" />
562561
</fileset>
563562
</copy>
564563
<copy todir="target/site/reference/html">
565564
<fileset dir="src/docbkx/resources">
566-
<include name="**/*.css"/>
567-
<include name="**/*.png"/>
568-
<include name="**/*.gif"/>
569-
<include name="**/*.jpg"/>
565+
<include name="**/*.css" />
566+
<include name="**/*.png" />
567+
<include name="**/*.gif" />
568+
<include name="**/*.jpg" />
570569
</fileset>
571570
</copy>
572-
<move file="target/site/reference/pdf/index.pdf"
573-
tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/>
571+
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
574572
</postProcess>
575573
</configuration>
576574
</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-m2-SNAPSHOT</version>
5+
<version>1.5.0-m2</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-m2-SNAPSHOT</version>
5+
<version>1.5.0-m2</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-m2-SNAPSHOT</version>
6+
<version>1.5.0-m2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>mtom</artifactId>

0 commit comments

Comments
 (0)