[java-shib-metadata] branch main updated: Add project name property to POM.
Scott Cantor
cantor.2 at osu.edu
Thu Jan 25 15:49:17 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-metadata.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=c40451c055d5ac56d4148b33583dcd97b37b5bdd
The following commit(s) were added to refs/heads/main by this push:
new c40451c0 Add project name property to POM.
c40451c0 is described below
commit c40451c055d5ac56d4148b33583dcd97b37b5bdd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 25 10:49:14 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 60e5c5c0..d71d9c7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,6 +32,7 @@
</modules>
<properties>
+ <shibboleth.projectName>java-shib-metadata</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>
@@ -241,9 +242,9 @@
</dependencyManagement>
<scm>
- <connection>${shibboleth.scm.connection}java-shib-metadata</connection>
- <developerConnection>${shibboleth.scm.developerConnection}java-shib-metadata</developerConnection>
- <url>${shibboleth.scm.url}java-shib-metadata.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