From 17bf34a873f8713c9626efe19c61258c74894e4c Mon Sep 17 00:00:00 2001 From: dsyer Date: Thu, 7 Feb 2008 18:43:13 +0000 Subject: [PATCH] update version number and dependencies for samples --- dist/pom.xml | 2 +- dist/src/assembly/with-dependencies.xml | 266 +++++++++++++++--------- 2 files changed, 163 insertions(+), 105 deletions(-) diff --git a/dist/pom.xml b/dist/pom.xml index 7b139e363..bfcd1847c 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -12,7 +12,7 @@ org.springframework.batch spring-batch - 1.0.0.m4-SNAPSHOT + 1.0.0.m5-SNAPSHOT .. diff --git a/dist/src/assembly/with-dependencies.xml b/dist/src/assembly/with-dependencies.xml index 249a1115d..a340230be 100644 --- a/dist/src/assembly/with-dependencies.xml +++ b/dist/src/assembly/with-dependencies.xml @@ -1,104 +1,162 @@ - - with-dependencies - - zip - - - src/assembly/docs.xml - src/assembly/parent.xml - - true - - - - org.springframework.batch:spring-batch-core - org.springframework.batch:spring-batch-execution - org.springframework.batch:spring-batch-infrastructure - - - false - dist/${artifactId}-${version}.${extension} - false - - - - - org.springframework.batch:spring-batch-core - org.springframework.batch:spring-batch-execution - org.springframework.batch:spring-batch-infrastructure - - - false - dist/${artifactId}-${version}-sources.${extension} - false - - target/${artifactId}-${version}-sources.${extension} - - - - sources/lib/${groupId}/${artifactId}-${version}.${extension} - runtime - - org.springframework.batch:spring-batch - org.springframework.batch:spring-batch-core - org.springframework.batch:spring-batch-execution - org.springframework.batch:spring-batch-infrastructure - - - - sources/lib/${groupId}/${artifactId}-${version}.${extension} - provided - - - - - sources/${artifactId} - - - - bin/** - target/** - - - - - - - - org.springframework.batch:spring-batch-samples - - - false - samples/${artifactId}-${version}.${extension} - false - - - samples/lib/${groupId}/${artifactId}-${version}.${extension} - runtime - - org.springframework.batch:spring-batch - org.springframework.batch:spring-batch-core - org.springframework.batch:spring-batch-execution - org.springframework.batch:spring-batch-infrastructure - - - - sources/lib/${groupId}/${artifactId}-${version}.${extension} - provided - - - - - samples/${artifactId} - - - - bin/** - target/** - - - - - - - + + with-dependencies + + zip + + + src/assembly/docs.xml + + src/assembly/parent.xml + + + true + + + + + org.springframework.batch:spring-batch-core + + + org.springframework.batch:spring-batch-execution + + + org.springframework.batch:spring-batch-infrastructure + + + + false + + dist/${artifactId}-${version}.${extension} + + false + + + + + + org.springframework.batch:spring-batch-core + + + org.springframework.batch:spring-batch-execution + + + org.springframework.batch:spring-batch-infrastructure + + + + false + + dist/${artifactId}-${version}-sources.${extension} + + false + + + target/${artifactId}-${version}-sources.${extension} + + + + + + sources/lib/${groupId}/${artifactId}-${version}.${extension} + + runtime + + + org.springframework.batch:spring-batch + + + org.springframework.batch:spring-batch-core + + + org.springframework.batch:spring-batch-execution + + + org.springframework.batch:spring-batch-infrastructure + + + + + + sources/lib/${groupId}/${artifactId}-${version}.${extension} + + provided + + + + + + sources/${artifactId} + + + + + bin/** + target/** + + + + + + + + + org.springframework.batch:spring-batch-samples + + + + false + + samples/${artifactId}-${version}.${extension} + + false + + + + samples/lib/${groupId}/${artifactId}-${version}.${extension} + + runtime + + + org.springframework.batch:spring-batch + + + org.springframework.batch:spring-batch-core + + + org.springframework.batch:spring-batch-execution + + + org.springframework.batch:spring-batch-infrastructure + + + + + + samples/lib/${groupId}/${artifactId}-${version}.${extension} + + provided + + + + samples/lib/${groupId}/${artifactId}-${version}.${extension} + + test + + + + + + samples/${artifactId} + + + + + bin/** + target/** + + + + + + +