Switched Maven SCM to use ssh.

This commit is contained in:
Harald Kuhr 2019-08-12 20:40:50 +02:00
parent 9e23413456
commit c1834dc78d

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.5-SNAPSHOT</version> <version>3.5-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>HEAD</tag> <tag>HEAD</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>