[maven-release-plugin] prepare release spring-batch-1.0.0.m4

This commit is contained in:
nebhale
2008-02-06 09:51:56 +00:00
parent 5656b0ca46
commit f6e0c7aec5
7 changed files with 69 additions and 138 deletions

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.0.0.m4-SNAPSHOT</version>
<version>1.0.0.m4</version>
<relativePath>..</relativePath>
</parent>

29
pom.xml
View File

@@ -1,6 +1,4 @@
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.batch</groupId>
@@ -11,7 +9,7 @@
<![CDATA[Spring Batch provides tools for enterprise batch or bulk processing. It can be used to wire up jobs, and track their execution, or simply as an optimization for repetitive processing in a transactional environment. Spring Batch is part of the Spring Portfolio.]]>
</description>
<version>1.0.0.m4-SNAPSHOT</version>
<version>1.0.0.m4</version>
<packaging>pom</packaging>
<modules>
@@ -29,15 +27,9 @@
<url>http://www.springsource.com</url>
</organization>
<scm>
<url>
http://fisheye3.cenqua.com/browse/springframework/spring-batch/trunk
</url>
<connection>
scm:svn:http://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/trunk
</connection>
<developerConnection>
scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/trunk
</developerConnection>
<url>http://fisheye3.cenqua.com/browse/springframework/spring-batch/tags/spring-batch-1.0.0.m4</url>
<connection>scm:svn:http://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/tags/spring-batch-1.0.0.m4</connection>
<developerConnection>scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-batch/tags/spring-batch-1.0.0.m4</developerConnection>
</scm>
<issueManagement>
<system>JIRA</system>
@@ -224,14 +216,11 @@
<tasks>
<echo>Creating JUnit reports</echo>
<mkdir dir="target/surefire-reports" />
<junitreport
todir="target/surefire-reports">
<junitreport todir="target/surefire-reports">
<fileset dir=".">
<filename
name="**/target/surefire-reports/TEST-*.xml" />
<filename name="**/target/surefire-reports/TEST-*.xml" />
</fileset>
<report
todir="target/site/junit-reports" />
<report todir="target/site/junit-reports" />
</junitreport>
</tasks>
</configuration>
@@ -636,4 +625,4 @@
</pluginRepository>
</pluginRepositories>
</project>
</project>

View File

@@ -1,6 +1,4 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-batch-core</artifactId>
@@ -14,7 +12,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.0.0.m4-SNAPSHOT</version>
<version>1.0.0.m4</version>
<relativePath>..</relativePath>
</parent>
@@ -87,4 +85,4 @@
</plugins>
</reporting>
</project>
</project>

View File

@@ -1,6 +1,4 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-batch-execution</artifactId>
@@ -14,7 +12,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.0.0.m4-SNAPSHOT</version>
<version>1.0.0.m4</version>
<relativePath>..</relativePath>
</parent>
@@ -105,159 +103,105 @@
<phase>generate-sources</phase>
<configuration>
<tasks>
<typedef
resource="foundrylogic/vpp/typedef.properties" />
<taskdef
resource="foundrylogic/vpp/taskdef.properties" />
<typedef resource="foundrylogic/vpp/typedef.properties" />
<taskdef resource="foundrylogic/vpp/taskdef.properties" />
<!-- Scripts for DAO tests - N.B. under source control. -->
<vppcopy
todir="${basedir}/src/test/resources/org/springframework/batch/execution/repository/dao"
overwrite="true">
<vppcopy todir="${basedir}/src/test/resources/org/springframework/batch/execution/repository/dao" overwrite="true">
<config>
<context>
<property key="includes"
value="src/main/sql" />
<property
file="${basedir}/src/main/sql/hsqldb.properties" />
<property key="includes" value="src/main/sql" />
<property file="${basedir}/src/main/sql/hsqldb.properties" />
</context>
<engine>
<property
key="velocimacro.library" value="src/main/sql/hsqldb.vpp" />
<property key="velocimacro.library" value="src/main/sql/hsqldb.vpp" />
</engine>
</config>
<fileset
dir="${basedir}/src/main/sql" includes="*.sql.vpp"
excludes="schema*" />
<mapper type="glob" from="*.sql.vpp"
to="*.sql" />
<fileset dir="${basedir}/src/main/sql" includes="*.sql.vpp" excludes="schema*" />
<mapper type="glob" from="*.sql.vpp" to="*.sql" />
</vppcopy>
<!-- Reference script for HSQLDB - N.B. not under source control, but packagaed in jar. -->
<vppcopy
todir="${basedir}/target/generated-resources"
overwrite="true">
<vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
<config>
<context>
<property key="includes"
value="src/main/sql" />
<property
file="${basedir}/src/main/sql/hsqldb.properties" />
<property key="includes" value="src/main/sql" />
<property file="${basedir}/src/main/sql/hsqldb.properties" />
</context>
<engine>
<property
key="velocimacro.library" value="src/main/sql/hsqldb.vpp" />
<property key="velocimacro.library" value="src/main/sql/hsqldb.vpp" />
</engine>
</config>
<fileset
dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
<mapper type="glob" from="*.sql.vpp"
to="*-hsqldb.sql" />
<fileset dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
<mapper type="glob" from="*.sql.vpp" to="*-hsqldb.sql" />
</vppcopy>
<!-- Reference script for DB2 - N.B. not under source control, but packagaed in jar. -->
<vppcopy
todir="${basedir}/target/generated-resources"
overwrite="true">
<vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
<config>
<context>
<property key="includes"
value="src/main/sql" />
<property
file="${basedir}/src/main/sql/db2.properties" />
<property key="includes" value="src/main/sql" />
<property file="${basedir}/src/main/sql/db2.properties" />
</context>
<engine>
<property
key="velocimacro.library" value="src/main/sql/db2.vpp" />
<property key="velocimacro.library" value="src/main/sql/db2.vpp" />
</engine>
</config>
<fileset
dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
<mapper type="glob" from="*.sql.vpp"
to="*-db2.sql" />
<fileset dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
<mapper type="glob" from="*.sql.vpp" to="*-db2.sql" />
</vppcopy>
<!-- Reference script for Derby - N.B. not under source control, but packagaed in jar. -->
<vppcopy
todir="${basedir}/target/generated-resources"
overwrite="true">
<vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
<config>
<context>
<property key="includes"
value="src/main/sql" />
<property
file="${basedir}/src/main/sql/derby.properties" />
<property key="includes" value="src/main/sql" />
<property file="${basedir}/src/main/sql/derby.properties" />
</context>
<engine>
<property
key="velocimacro.library" value="src/main/sql/derby.vpp" />
<property key="velocimacro.library" value="src/main/sql/derby.vpp" />
</engine>
</config>
<fileset
dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
<mapper type="glob" from="*.sql.vpp"
to="*-derby.sql" />
<fileset dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
<mapper type="glob" from="*.sql.vpp" to="*-derby.sql" />
</vppcopy>
<!-- Reference script for Oracle - N.B. not under source control, but packagaed in jar. -->
<vppcopy
todir="${basedir}/target/generated-resources"
overwrite="true">
<vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
<config>
<context>
<property key="includes"
value="src/main/sql" />
<property
file="${basedir}/src/main/sql/oracle10g.properties" />
<property key="includes" value="src/main/sql" />
<property file="${basedir}/src/main/sql/oracle10g.properties" />
</context>
<engine>
<property
key="velocimacro.library"
value="src/main/sql/oracle10g.vpp" />
<property key="velocimacro.library" value="src/main/sql/oracle10g.vpp" />
</engine>
</config>
<fileset
dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
<mapper type="glob" from="*.sql.vpp"
to="*-oracle10g.sql" />
<fileset dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
<mapper type="glob" from="*.sql.vpp" to="*-oracle10g.sql" />
</vppcopy>
<!-- Reference script for PostgreSQL - N.B. not under source control, but packagaed in jar. -->
<vppcopy
todir="${basedir}/target/generated-resources"
overwrite="true">
<vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
<config>
<context>
<property key="includes"
value="src/main/sql" />
<property
file="${basedir}/src/main/sql/postgresql.properties" />
<property key="includes" value="src/main/sql" />
<property file="${basedir}/src/main/sql/postgresql.properties" />
</context>
<engine>
<property
key="velocimacro.library"
value="src/main/sql/postgresql.vpp" />
<property key="velocimacro.library" value="src/main/sql/postgresql.vpp" />
</engine>
</config>
<fileset
dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
<mapper type="glob" from="*.sql.vpp"
to="*-postgresql.sql" />
<fileset dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
<mapper type="glob" from="*.sql.vpp" to="*-postgresql.sql" />
</vppcopy>
<!-- Reference script for MySQL - N.B. not under source control, but packaged in jar. -->
<vppcopy
todir="${basedir}/target/generated-resources"
overwrite="true">
<vppcopy todir="${basedir}/target/generated-resources" overwrite="true">
<config>
<context>
<property key="includes"
value="src/main/sql" />
<property
file="${basedir}/src/main/sql/mysql.properties" />
<property key="includes" value="src/main/sql" />
<property file="${basedir}/src/main/sql/mysql.properties" />
</context>
<engine>
<property
key="velocimacro.library" value="src/main/sql/mysql.vpp" />
<property key="velocimacro.library" value="src/main/sql/mysql.vpp" />
</engine>
</config>
<fileset
dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
<mapper type="glob" from="*.sql.vpp"
to="*-mysql.sql" />
<fileset dir="${basedir}/src/main/sql" includes="schema.sql.vpp" />
<mapper type="glob" from="*.sql.vpp" to="*-mysql.sql" />
</vppcopy>
</tasks>
</configuration>
@@ -279,4 +223,4 @@
</plugins>
</reporting>
</project>
</project>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.0.0.m4-SNAPSHOT</version>
<version>1.0.0.m4</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<version>1.0.0.m4-SNAPSHOT</version>
<version>1.0.0.m4</version>
<artifactId>spring-batch</artifactId>
<relativePath>..</relativePath>
</parent>

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>1.0.0.m4-SNAPSHOT</version>
<version>1.0.0.m4</version>
<relativePath>..</relativePath>
</parent>
@@ -87,11 +87,11 @@
<artifactId>aspectjweaver</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
@@ -319,4 +319,4 @@
</plugin>
</plugins>
</build>
</project>
</project>