diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/xml/StaxUtils.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/xml/StaxUtils.java
index 7ca1bf5ba..2d039f9b5 100644
--- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/xml/StaxUtils.java
+++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/xml/StaxUtils.java
@@ -40,8 +40,8 @@ import org.springframework.util.ClassUtils;
*
* @author Josh Long
*
- * @see org.springframework.xml.transform.StaxSource
*/
+@SuppressWarnings("restriction")
public abstract class StaxUtils {
private static final Log logger = LogFactory.getLog(StaxUtils.class);
diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/support/JdbcTestUtils.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/support/JdbcTestUtils.java
index 9fd20a468..ecf99bf28 100644
--- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/support/JdbcTestUtils.java
+++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/support/JdbcTestUtils.java
@@ -7,7 +7,7 @@ import org.springframework.jdbc.core.JdbcTemplate;
/**
*
* Util class based off {@link org.springframework.test.jdbc.SimpleJdbcTestUtils} but for JdbcTemplate
- * rather than the deprecated {@link org.springframework.jdbc.core.simple.SimpleJdbcTemplate}.
+ * rather than the deprecated SimpleJdbcTemplate.
*
* This class should be removed when Batch uses Spring 3.2 - see:
* https://jira.springsource.org/browse/SPR-9235
diff --git a/spring-batch-parent/pom.xml b/spring-batch-parent/pom.xml
index 7a06d0ffd..d8e1321cb 100644
--- a/spring-batch-parent/pom.xml
+++ b/spring-batch-parent/pom.xml
@@ -1,5 +1,6 @@
-
+
4.0.0
org.springframework.batch
spring-batch-parent
@@ -12,8 +13,8 @@
http://github.com/SpringSource/spring-batch
scm:git:git://github.com/SpringSource/spring-batch.git
scm:git:git://github.com/SpringSource/spring-batch.git
- HEAD
-
+ HEAD
+
Apache 2.0
@@ -28,15 +29,12 @@
- 3.1.2.RELEASE
- org.springframework
- spring-oxm
- 3.0.7.RELEASE
- 1.1.2.RELEASE
- 4.10
+ 3.1.2.RELEASE
+ 1.1.2.RELEASE
+ 4.10
1.0.0.RELEASE
false
- UTF-8
+ UTF-8
@@ -169,8 +167,7 @@
-
+
org.eclipse.m2e
lifecycle-mapping
@@ -243,25 +240,25 @@
-