Correctly formatted SCM URL

This commit is contained in:
Georgios Gousios 2012-06-27 19:35:13 +02:00
parent a000667eac
commit 72a7eef460
1 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@
<scm>
<url>https://github.com/dspinellis/UMLGraph</url>
<connection>git://github.com/dspinellis/UMLGraph.git</connection>
<connection>scm:git://github.com/dspinellis/UMLGraph.git</connection>
</scm>
<developers>
@ -58,7 +58,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.2.1</version>
<configuration>
<preparationGoals>clean verify</preparationGoals>
</configuration>