[java-support] 01/02: JPAR-78 - Add Git <scm> information.
Tom Zeller
tzeller at dragonacea.biz
Mon May 9 17:00:39 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-support.
commit 2cdb048681e955a850d59f337f94f64e3c335b89
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon May 9 15:10:59 2016 -0500
JPAR-78 - Add Git <scm> information.
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index c4c2953..beb3985 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,12 @@
</repository>
</repositories>
+ <scm>
+ <connection>scm:git:https://git.shibboleth.net/git/${project.artifactId}</connection>
+ <developerConnection>scm:git:git at git.shibboleth.net:${project.artifactId}</developerConnection>
+ <url>https://git.shibboleth.net/view/?p=${project.artifactId}.git</url>
+ </scm>
+
<dependencies>
<!-- Compile Dependencies -->
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list