diff --git a/pom.xml b/pom.xml index 71b8267..cae91e8 100644 --- a/pom.xml +++ b/pom.xml @@ -1,166 +1,248 @@ - - 4.0.0 - - org.springframework.data - - spring-data-keyvalue - - 3.0.0-SNAPSHOT - - Spring Data KeyValue - - - - org.springframework.data.build - - spring-data-parent - - 3.0.0-M4 - - - - - - - 3.0.0-M4 - - spring.data.keyvalue - - - - - - - - org.springframework.data - - spring-data-commons - - ${springdata.commons} - - - - - - org.springframework - - spring-context - - - - - - org.springframework - - spring-tx - - - - - - com.querydsl - - querydsl-collections - - ${querydsl} - - true - - - - - - - - - - - - com.mysema.maven - - apt-maven-plugin - - ${apt} - - - - - - generate-test-sources - - - - test-process - - - - - - ${project.build.directory}/generated-sources/test-annotations - - com.querydsl.apt.QuerydslAnnotationProcessor - - - - - - - - - - - - org.apache.maven.plugins - - maven-assembly-plugin - - - - - - org.asciidoctor - - asciidoctor-maven-plugin - - - - - - - - - - - - spring-libs-milestone - - https://repo.spring.io/libs-milestone - - - - - - - - - - spring-plugins-release - - https://repo.spring.io/plugins-release - - - - - - spring-libs-milestone - - https://repo.spring.io/libs-milestone - - - - + 4.0.0 + + + org.springframework.data + + + spring-data-keyvalue + + + 3.0.0-SNAPSHOT + + + Spring Data KeyValue + + + + + + org.springframework.data.build + + + spring-data-parent + + + 3.0.0-SNAPSHOT + + + + + + + + + + + + 3.0.0-SNAPSHOT + + + spring.data.keyvalue + + + + + + + + + + + + org.springframework.data + + + spring-data-commons + + + ${springdata.commons} + + + + + + + + + org.springframework + + + spring-context + + + + + + + + + org.springframework + + + spring-tx + + + + + + + + + com.querydsl + + + querydsl-collections + + + ${querydsl} + + + true + + + + + + + + + + + + + + + + + + com.mysema.maven + + + apt-maven-plugin + + + ${apt} + + + + + + + + + generate-test-sources + + + + + + test-process + + + + + + + + + ${project.build.directory}/generated-sources/test-annotations + + + com.querydsl.apt.QuerydslAnnotationProcessor + + + + + + + + + + + + + + + + + + org.apache.maven.plugins + + + maven-assembly-plugin + + + + + + + + + org.asciidoctor + + + asciidoctor-maven-plugin + + + + + + + + + + + + + + + + + + spring-libs-snapshot + + + https://repo.spring.io/libs-snapshot + + + + + + + + + + + + + + + spring-plugins-release + + + https://repo.spring.io/plugins-release + + + + + + + + + spring-libs-milestone + + + https://repo.spring.io/libs-milestone + + + + + + + +