[maven-release-plugin] prepare release spring-ws-1.5.0-rc2

This commit is contained in:
Arjen Poutsma
2008-03-20 12:58:26 +00:00
parent b8a70f14c7
commit ea558900fb
17 changed files with 33 additions and 37 deletions

View File

@@ -1,9 +1,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">
<parent>
<artifactId>spring-ws-samples</artifactId>
<groupId>org.springframework.ws</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>airline</artifactId>
@@ -135,8 +134,7 @@
<phase>process-classes</phase>
<configuration>
<tasks>
<java classname="org.apache.openjpa.enhance.PCEnhancer"
classpathref="maven.runtime.classpath" dir="target/classes" fork="true"/>
<java classname="org.apache.openjpa.enhance.PCEnhancer" classpathref="maven.runtime.classpath" dir="target/classes" fork="true" />
</tasks>
</configuration>
<goals>

View File

@@ -2,7 +2,7 @@
<parent>
<artifactId>spring-ws-samples</artifactId>
<groupId>org.springframework.ws</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>echo</artifactId>

View File

@@ -3,7 +3,7 @@
<parent>
<artifactId>spring-ws-samples</artifactId>
<groupId>org.springframework.ws</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mtom</artifactId>

View File

@@ -3,7 +3,7 @@
<parent>
<artifactId>spring-ws-parent</artifactId>
<groupId>org.springframework.ws</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-ws-samples</artifactId>

View File

@@ -2,7 +2,7 @@
<parent>
<artifactId>spring-ws-samples</artifactId>
<groupId>org.springframework.ws</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pox</artifactId>

View File

@@ -2,7 +2,7 @@
<parent>
<artifactId>spring-ws-samples</artifactId>
<groupId>org.springframework.ws</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>stockquote</artifactId>

View File

@@ -3,7 +3,7 @@
<parent>
<artifactId>spring-ws-samples</artifactId>
<groupId>org.springframework.ws</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>tutorial</artifactId>