diff --git a/dist/pom.xml b/dist/pom.xml
index b2afcb461..d57303ee0 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -12,7 +12,7 @@
org.springframework.batch
spring-batch
- 1.0.0.FINAL-SNAPSHOT
+ 1.0.0.dev-SNAPSHOT
..
diff --git a/docs/pom.xml b/docs/pom.xml
index f648bd045..2f698f0cf 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -9,7 +9,7 @@
org.springframework.batch
spring-batch
- 1.0.1.dev-SNAPSHOT
+ 1.0.0.dev-SNAPSHOT
..
diff --git a/pom.xml b/pom.xml
index 757628d4e..5878d2972 100644
--- a/pom.xml
+++ b/pom.xml
@@ -348,6 +348,7 @@
backport-util-concurrent
backport-util-concurrent
3.0
+ true
junit
diff --git a/spring-batch-core/src/test/java/org/springframework/batch/core/step/item/ItemOrientedStepTests.java b/spring-batch-core/src/test/java/org/springframework/batch/core/step/item/ItemOrientedStepTests.java
index 8ac45f876..d773f13c7 100644
--- a/spring-batch-core/src/test/java/org/springframework/batch/core/step/item/ItemOrientedStepTests.java
+++ b/spring-batch-core/src/test/java/org/springframework/batch/core/step/item/ItemOrientedStepTests.java
@@ -73,8 +73,6 @@ public class ItemOrientedStepTests extends TestCase {
private ItemOrientedStep itemOrientedStep;
- private RepeatTemplate template;
-
private JobInstance jobInstance;
private ResourcelessTransactionManager transactionManager;
@@ -98,6 +96,8 @@ public class ItemOrientedStepTests extends TestCase {
transactionManager = new ResourcelessTransactionManager();
+ RepeatTemplate template;
+
itemOrientedStep = (ItemOrientedStep) getStep(new String[] { "foo", "bar", "spam" });
template = new RepeatTemplate();
template.setCompletionPolicy(new SimpleCompletionPolicy(1));
@@ -125,7 +125,7 @@ public class ItemOrientedStepTests extends TestCase {
public void testChunkExecutor() throws Exception {
- template = new RepeatTemplate();
+ RepeatTemplate template = new RepeatTemplate();
// Only process one item:
template.setCompletionPolicy(new SimpleCompletionPolicy(1));
diff --git a/spring-batch-infrastructure/pom.xml b/spring-batch-infrastructure/pom.xml
index 56b953e87..dab48d742 100644
--- a/spring-batch-infrastructure/pom.xml
+++ b/spring-batch-infrastructure/pom.xml
@@ -75,7 +75,6 @@
backport-util-concurrent
backport-util-concurrent
- true
diff --git a/spring-batch-integration/pom.xml b/spring-batch-integration/pom.xml
index 075be69e9..1b7b33122 100644
--- a/spring-batch-integration/pom.xml
+++ b/spring-batch-integration/pom.xml
@@ -1,4 +1,5 @@
-
+
4.0.0
spring-batch-integration
jar
@@ -10,16 +11,41 @@
spring-batch
..
-
- notest
+ default
true
-
- true
-
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ true
+
+
+
+
+
+
+ test
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ false
+
+
+
+
@@ -179,4 +205,4 @@
-
+
\ No newline at end of file