Update groupId to org.springframework.batch.extensions

This commit is contained in:
Mahmoud Ben Hassine
2021-03-03 10:25:52 +01:00
parent be015eb169
commit 6a06f29a36
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframewor.batch</groupId>
<groupId>org.springframework.batch.extensions</groupId>
<artifactId>spring-batch-elasticsearch</artifactId>
<version>0.0.1-SNAPSHOT</version>

View File

@@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.batch</groupId>
<groupId>org.springframework.batch.extensions</groupId>
<artifactId>spring-batch-excel</artifactId>
<version>0.5.0-SNAPSHOT</version>