diff --git a/bom/pom.xml b/bom/pom.xml index e00171cb2..e7609b8d2 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -10,7 +10,7 @@ org.springframework.data.build spring-data-build - 2.0.0.BUILD-SNAPSHOT + 2.0.0.DATABUILD-369-SNAPSHOT Spring Data Release Train - BOM diff --git a/parent/pom.xml b/parent/pom.xml index b265fe9b5..d06767b81 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -26,7 +26,7 @@ org.springframework.data.build spring-data-build - 2.0.0.BUILD-SNAPSHOT + 2.0.0.DATABUILD-369-SNAPSHOT ../pom.xml @@ -112,6 +112,8 @@ 1.1.0.Final 1.2.8 + 1.1.2-3 + Kay-BUILD-SNAPSHOT @@ -760,6 +762,43 @@ maven-dependency-plugin + + kotlin-maven-plugin + org.jetbrains.kotlin + ${kotlin} + + ${source.level} + + + + compile + compile + + compile + + + + ${project.basedir}/src/main/kotlin + ${project.basedir}/src/main/java + + + + + test-compile + test-compile + + test-compile + + + + ${project.basedir}/src/test/kotlin + ${project.basedir}/src/test/java + + + + + + org.apache.maven.plugins maven-compiler-plugin @@ -767,6 +806,30 @@ ${source.level} ${source.level} + + + default-compile + none + + + default-testCompile + none + + + java-compile + compile + + compile + + + + java-test-compile + test-compile + + testCompile + + + diff --git a/pom.xml b/pom.xml index 1a13ea688..c2052a6d2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.data.build spring-data-build - 2.0.0.BUILD-SNAPSHOT + 2.0.0.DATABUILD-369-SNAPSHOT pom Spring Data Build diff --git a/resources/pom.xml b/resources/pom.xml index aa49f0422..8d09ce115 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -8,7 +8,7 @@ org.springframework.data.build spring-data-build - 2.0.0.BUILD-SNAPSHOT + 2.0.0.DATABUILD-369-SNAPSHOT ../pom.xml