Merge pull request #50 from danpape/master

Fixed groupId reference in maven pom sample
This commit is contained in:
Eric Bottard
2014-10-28 18:59:35 +01:00

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>