[java-shib-attribute] branch main updated: Add project name property to POM.
Scott Cantor
cantor.2 at osu.edu
Thu Jan 25 15:50:50 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-attribute.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=a6a7caa44f309a80da19b1baf8a6ecbb85937480
The following commit(s) were added to refs/heads/main by this push:
new a6a7caa44 Add project name property to POM.
a6a7caa44 is described below
commit a6a7caa44f309a80da19b1baf8a6ecbb85937480
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 25 10:50:45 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 14654bce9..4271bcd94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,7 @@
</modules>
<properties>
+ <shibboleth.projectName>java-shib-attribute</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>
@@ -274,9 +275,9 @@
</dependencyManagement>
<scm>
- <connection>${shibboleth.scm.connection}java-shib-attribute</connection>
- <developerConnection>${shibboleth.scm.developerConnection}java-shib-attribute</developerConnection>
- <url>${shibboleth.scm.url}java-shib-attribute.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