mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 12:05:29 -04:00
Switched Maven SCM to use ssh.
(cherry picked from commit c1834dc78d3667175ec583a959cf6d34816ba94c)
This commit is contained in:
parent
e1025f9540
commit
691b7560db
7
pom.xml
7
pom.xml
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user