diff --git a/src/main/java/org/springframework/data/config/AuditingHandlerBeanDefinitionParser.java b/src/main/java/org/springframework/data/config/AuditingHandlerBeanDefinitionParser.java
index cb00f06ab..fe0ac7dd8 100644
--- a/src/main/java/org/springframework/data/config/AuditingHandlerBeanDefinitionParser.java
+++ b/src/main/java/org/springframework/data/config/AuditingHandlerBeanDefinitionParser.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2012 the original author or authors.
+ * Copyright 2012-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -69,7 +69,7 @@ public class AuditingHandlerBeanDefinitionParser extends AbstractSingleBeanDefin
ParsingUtils.setPropertyValue(builder, element, "set-dates", "dateTimeForNow");
ParsingUtils.setPropertyReference(builder, element, "date-time-provider-ref", "dateTimeProvider");
-
+ ParsingUtils.setPropertyValue(builder, element, "modify-on-creation", "modifyOnCreation");
}
private BeanDefinition createLazyInitTargetSourceBeanDefinition(String auditorAwareRef) {
diff --git a/src/main/resources/META-INF/spring.schemas b/src/main/resources/META-INF/spring.schemas
index cd7991393..c67a885cb 100644
--- a/src/main/resources/META-INF/spring.schemas
+++ b/src/main/resources/META-INF/spring.schemas
@@ -1,4 +1,5 @@
http\://www.springframework.org/schema/data/repository/spring-repository-1.0.xsd=org/springframework/data/repository/config/spring-repository-1.0.xsd
http\://www.springframework.org/schema/data/repository/spring-repository-1.4.xsd=org/springframework/data/repository/config/spring-repository-1.4.xsd
http\://www.springframework.org/schema/data/repository/spring-repository-1.5.xsd=org/springframework/data/repository/config/spring-repository-1.5.xsd
-http\://www.springframework.org/schema/data/repository/spring-repository.xsd=org/springframework/data/repository/config/spring-repository-1.5.xsd
+http\://www.springframework.org/schema/data/repository/spring-repository-1.6.xsd=org/springframework/data/repository/config/spring-repository-1.6.xsd
+http\://www.springframework.org/schema/data/repository/spring-repository.xsd=org/springframework/data/repository/config/spring-repository-1.6.xsd
diff --git a/src/main/resources/org/springframework/data/repository/config/spring-repository-1.0.xsd b/src/main/resources/org/springframework/data/repository/config/spring-repository-1.0.xsd
index 1623b9dbf..be43b8235 100644
--- a/src/main/resources/org/springframework/data/repository/config/spring-repository-1.0.xsd
+++ b/src/main/resources/org/springframework/data/repository/config/spring-repository-1.0.xsd
@@ -8,7 +8,7 @@
+ schemaLocation="http://www.springframework.org/schema/context/spring-context.xsd" />
diff --git a/src/main/resources/org/springframework/data/repository/config/spring-repository-1.4.xsd b/src/main/resources/org/springframework/data/repository/config/spring-repository-1.4.xsd
index 56b3a6605..d0d72a588 100644
--- a/src/main/resources/org/springframework/data/repository/config/spring-repository-1.4.xsd
+++ b/src/main/resources/org/springframework/data/repository/config/spring-repository-1.4.xsd
@@ -8,7 +8,7 @@
+ schemaLocation="http://www.springframework.org/schema/context/spring-context.xsd" />
diff --git a/src/main/resources/org/springframework/data/repository/config/spring-repository-1.5.xsd b/src/main/resources/org/springframework/data/repository/config/spring-repository-1.5.xsd
index 4a0c289df..ba727cff1 100644
--- a/src/main/resources/org/springframework/data/repository/config/spring-repository-1.5.xsd
+++ b/src/main/resources/org/springframework/data/repository/config/spring-repository-1.5.xsd
@@ -8,7 +8,7 @@
+ schemaLocation="http://www.springframework.org/schema/context/spring-context.xsd" />
diff --git a/src/main/resources/org/springframework/data/repository/config/spring-repository-1.6.xsd b/src/main/resources/org/springframework/data/repository/config/spring-repository-1.6.xsd
new file mode 100644
index 000000000..c4b5c2b42
--- /dev/null
+++ b/src/main/resources/org/springframework/data/repository/config/spring-repository-1.6.xsd
@@ -0,0 +1,228 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Where to find the files to read the objects from the repository shall be populated with.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file