Add SCM info to pom

This commit is contained in:
Eric Bottard
2017-09-12 15:14:35 +02:00
parent 5bf34737d6
commit 5c3911c2a9

View File

@@ -14,7 +14,13 @@
<version>1.3.0.RELEASE</version>
<relativePath />
</parent>
<scm>
<url>https://github.com/spring-projects/spring-shell</url>
<connection>scm:git:git://github.com/spring-projects/spring-shell.git</connection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-shell.git</developerConnection>
<tag>HEAD</tag>
</scm>
<properties>
<jline.version>3.4.0</jline.version>
<assertj.version>3.8.0</assertj.version>