[java-shib-shared] 10/12: Add a project name property to POM.
Scott Cantor
cantor.2 at osu.edu
Wed Jan 31 14:15:57 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-shib-shared.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=4b8f6357ec179ac9c2bb3ed26c93f80303bfce93
commit 4b8f6357ec179ac9c2bb3ed26c93f80303bfce93
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 54cb6d3f..be99c13c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,7 @@
</modules>
<properties>
+ <shibboleth.projectName>java-shib-shared</shibboleth.projectName>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
@@ -93,9 +94,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