Skip to content

Commit 6a06f29

Browse files
committed
Update groupId to org.springframework.batch.extensions
1 parent be015eb commit 6a06f29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-batch-elasticsearch/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33

44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>org.springframewor.batch</groupId>
5+
<groupId>org.springframework.batch.extensions</groupId>
66
<artifactId>spring-batch-elasticsearch</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
88

spring-batch-excel/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<modelVersion>4.0.0</modelVersion>
2222

23-
<groupId>org.springframework.batch</groupId>
23+
<groupId>org.springframework.batch.extensions</groupId>
2424
<artifactId>spring-batch-excel</artifactId>
2525
<version>0.5.0-SNAPSHOT</version>
2626

0 commit comments

Comments
 (0)