[java-identity-provider] branch main updated: Add project name property to POM.

Scott Cantor cantor.2 at osu.edu
Thu Jan 25 15:53:05 UTC 2024


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

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=59b7f6e06a68212b05d05f18398ae16214b96b76

The following commit(s) were added to refs/heads/main by this push:
     new 59b7f6e06 Add project name property to POM.
59b7f6e06 is described below

commit 59b7f6e06a68212b05d05f18398ae16214b96b76
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 25 10:53:00 2024 -0500

    Add project name property to POM.
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c88b80387..8645b4bbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,7 @@
     </modules>
 
     <properties>
+        <shibboleth.projectName>java-identity-provider</shibboleth.projectName>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
         <shib-shared.version>9.1.0-SNAPSHOT</shib-shared.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
@@ -381,9 +382,9 @@
     </dependencyManagement>
 
     <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
+        <connection>${shibboleth.scm.connection}${shibboleth.projectName}</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}${shibboleth.projectName}</developerConnection>
+        <url>${shibboleth.scm.url}${shibboleth.projectName}.git</url>
     </scm>
 
     <build>

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


More information about the commits mailing list