diff --git a/spring-batch-elasticsearch/.gitignore b/spring-batch-elasticsearch/.gitignore new file mode 100644 index 00000000..d75620ab --- /dev/null +++ b/spring-batch-elasticsearch/.gitignore @@ -0,0 +1 @@ +.flattened-pom.xml diff --git a/spring-batch-elasticsearch/pom.xml b/spring-batch-elasticsearch/pom.xml index 714fd54b..af47db3b 100644 --- a/spring-batch-elasticsearch/pom.xml +++ b/spring-batch-elasticsearch/pom.xml @@ -1,62 +1,92 @@ - - + 4.0.0 + + + org.springframework.boot + spring-boot-starter-parent + 1.5.22.RELEASE + + + org.springframework.batch.extensions spring-batch-elasticsearch 0.1.0-SNAPSHOT + Spring Batch Elasticsearch + Spring Batch extension for Elasticsearch + https://github.com/spring-projects/spring-batch-extensions/tree/main/spring-batch-elasticsearch + 2014 + + + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + https://github.com/spring-projects/spring-batch-extensions/tree/main/spring-batch-elasticsearch + + - UTF-8 1.8 - 3.0.10.RELEASE - 1.0.1.RELEASE - 1.9.5 - 4.13.1 + + 4.13.1 - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - - ${java.version} - ${java.version} - - - - - - + org.springframework.batch spring-batch-core - ${spring-batch.version} - org.springframework.data spring-data-elasticsearch - ${spring-data-elasticsearch.version} - + - org.mockito - mockito-all - ${mockito.verion} + junit + junit test - - junit - junit - ${junit.verion} + org.mockito + mockito-core test - - \ No newline at end of file + + + + org.codehaus.mojo + flatten-maven-plugin + 1.6.0 + + + flatten + process-resources + + flatten + + + ossrh + + remove + remove + + + + + flatten-clean + clean + + clean + + + + + + +