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