[java-idp-plugin-metadatagen] branch main updated: Add SCM information

Phil Smart philip.smart at jisc.ac.uk
Mon Jun 14 13:53:12 UTC 2021


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-idp-plugin-metadatagen.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-metadatagen.git;a=commit;h=ec38189366dd2cbbcb8f013eae7acbb078e567ec

The following commit(s) were added to refs/heads/main by this push:
       new  ec38189   Add SCM information
ec38189 is described below

commit ec38189366dd2cbbcb8f013eae7acbb078e567ec
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Jun 14 13:53:06 2021 +0000

    Add SCM information
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index ddf2dfd..e00f2d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <distributionManagement>
     <site>
       <id>site</id>
-      <url>${shibboleth.site.url}java-idp-plugin-metadatagen/${project.version}/</url>
+      <url>dav:${shibboleth.site.url}java-idp-plugin-metadatagen/${project.version}/</url>
     </site>
   </distributionManagement>
   <repositories>
@@ -42,9 +42,9 @@
     </repository>
   </repositories>
   <scm>
-    <connection>scm:git:...</connection>
-    <developerConnection>scm:git:...</developerConnection>
-    <url>...</url>
+	<connection>scm:git:https://git.shibboleth.net/git/java-${project.artifactId}</connection>
+        <developerConnection>scm:git:git at git.shibboleth.net:java-${project.artifactId}</developerConnection>
+        <url>https://git.shibboleth.net/view/?p=java-${project.artifactId}.git</url>  
   </scm>
   <dependencies>
     <!-- Project wide test Dependencies -->

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list