[java-idp-plugin-scripting] branch main updated: Add project name property to POM.
Scott Cantor
cantor.2 at osu.edu
Thu Jan 25 15:58:25 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-scripting.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=287908b7027061676a706b6139a029562af1c71f
The following commit(s) were added to refs/heads/main by this push:
new 287908b Add project name property to POM.
287908b is described below
commit 287908b7027061676a706b6139a029562af1c71f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 25 10:58:21 2024 -0500
Add project name property to POM.
---
pom.xml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9eb6adf..7a7d0a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,7 @@
</description>
<properties>
+ <shibboleth.projectName>java-idp-plugin-scripting</shibboleth.projectName>
<shib-profile.groupId>net.shibboleth</shib-profile.groupId>
<shib-profile.version>5.0.0</shib-profile.version>
<idp.groupId>net.shibboleth.idp</idp.groupId>
@@ -28,13 +29,6 @@
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
- <distributionManagement>
- <site>
- <id>site</id>
- <url>scp:${shibboleth.site.deploy.url}java-idp-plugin-scripting/${project.version}/</url>
- </site>
- </distributionManagement>
-
<dependencies>
</dependencies>
@@ -66,6 +60,12 @@
<module>rhino-impl</module>
<module>rhino-dist</module>
</modules>
+
+ <scm>
+ <connection>${shibboleth.scm.connection}${shibboleth.projectName}</connection>
+ <developerConnection>${shibboleth.scm.developerConnection}${shibboleth.projectName}</developerConnection>
+ <url>${shibboleth.scm.url}${shibboleth.projectName}.git</url>
+ </scm>
<build>
<plugins>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list