Fixed groupId reference in maven pom sample

This commit is contained in:
Daniel Pape
2014-10-23 13:19:01 -07:00
parent e1ac91753e
commit 77135b279c

View File

@@ -24,7 +24,7 @@ Spring Shell is an interactive shell that can be easily extended with commands u
</repository>
<dependency>
<groupId>org.springframework.data</groupId>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>