Switched Maven SCM to use ssh.

(cherry picked from commit c1834dc78d3667175ec583a959cf6d34816ba94c)
This commit is contained in:
Harald Kuhr 2019-08-12 20:40:50 +02:00
parent e1025f9540
commit 691b7560db

View File

@ -6,12 +6,15 @@
<artifactId>oss-parent</artifactId>
<version>9</version>
</parent>
<groupId>com.twelvemonkeys</groupId>
<artifactId>twelvemonkeys</artifactId>
<version>3.4.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Twelvemonkeys</name>
<url>https://github.com/haraldk/TwelveMonkeys</url>
<licenses>
<license>
<name>The BSD License</name>
@ -81,7 +84,7 @@
<scm>
<connection>scm:git:https://github.com/haraldk/TwelveMonkeys</connection>
<developerConnection>scm:git:https://github.com/haraldk/TwelveMonkeys</developerConnection>
<developerConnection>scm:git:ssh://github.com/haraldk/TwelveMonkeys</developerConnection>
<url>https://github.com/haraldk/TwelveMonkeys</url>
<tag>twelvemonkeys-3.4</tag>
</scm>
@ -102,7 +105,7 @@
<Implementation-Title>twelvemonkeys-${project.artifactId}</Implementation-Title>
<Implementation-Vendor>TwelveMonkeys</Implementation-Vendor>
<Implementation-Version>${project.version}</Implementation-Version>
<Implementation-URL>${project.scm.url}</Implementation-URL>
<Implementation-URL>${project.url}</Implementation-URL>
</manifestEntries>
</archive>
</configuration>