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

Scott Cantor cantor.2 at osu.edu
Thu Jan 25 15:48:07 UTC 2024


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=afc645c5d4ab0203368bd7346bb3839271a14292

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

commit afc645c5d4ab0203368bd7346bb3839271a14292
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 25 10:48:02 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 ca07857af..c3213b7b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,7 @@
     </modules>
 
     <properties>
+        <shibboleth.projectName>java-opensaml</shibboleth.projectName>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
         <shib-shared.version>9.1.0-SNAPSHOT</shib-shared.version>
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
@@ -169,9 +170,9 @@
     </dependencyManagement>
 
     <scm>
-        <connection>${shibboleth.scm.connection}java-opensaml</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
-        <url>${shibboleth.scm.url}java-opensaml.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