[java-identity-provider] 27/28: Add project name property to POM.
Scott Cantor
cantor.2 at osu.edu
Wed Jan 31 14:52:13 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch dev/thymeleaf
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=263ac111c06122483b7ad92d39efc8020593807c
commit 263ac111c06122483b7ad92d39efc8020593807c
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 216ee9e42..8c5a83ff2 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>
@@ -386,9 +387,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