From 6a06f29a36982293af0fbf6772c5b6d9caa1612e Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Wed, 3 Mar 2021 10:25:52 +0100 Subject: [PATCH] Update groupId to org.springframework.batch.extensions --- spring-batch-elasticsearch/pom.xml | 2 +- spring-batch-excel/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-batch-elasticsearch/pom.xml b/spring-batch-elasticsearch/pom.xml index 6bf3ab1..3c30c05 100644 --- a/spring-batch-elasticsearch/pom.xml +++ b/spring-batch-elasticsearch/pom.xml @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframewor.batch + org.springframework.batch.extensions spring-batch-elasticsearch 0.0.1-SNAPSHOT diff --git a/spring-batch-excel/pom.xml b/spring-batch-excel/pom.xml index c950b1c..3e9a057 100644 --- a/spring-batch-excel/pom.xml +++ b/spring-batch-excel/pom.xml @@ -20,7 +20,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.batch + org.springframework.batch.extensions spring-batch-excel 0.5.0-SNAPSHOT