fix typo in groupId

missing the k
This commit is contained in:
Luke Palnau
2014-12-15 12:03:20 -05:00
committed by Michael Minella
parent 67cf9b738f
commit c7974a68c1

View File

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