[java-shib-shared] branch main updated: Add a project name property to POM.

Scott Cantor cantor.2 at osu.edu
Thu Jan 25 15:27:10 UTC 2024


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=65d9e395a137208561a1bb3e8d9e3ba96c8bb791

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

commit 65d9e395a137208561a1bb3e8d9e3ba96c8bb791
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 25 10:27:01 2024 -0500

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

diff --git a/pom.xml b/pom.xml
index 0ab078a1..6db0b9a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,7 @@
     </modules>
 
     <properties>
+        <shibboleth.projectName>java-shib-shared</shibboleth.projectName>
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
     </properties>
 
@@ -92,9 +93,9 @@
     </dependencyManagement>
 
     <scm>
-        <connection>${shibboleth.scm.connection}java-shib-shared</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-shib-shared</developerConnection>
-        <url>${shibboleth.scm.url}java-shib-shared.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