[spring-extensions] branch maint-6 updated: Pull scm/dist sections and add project name property.
Scott Cantor
cantor.2 at osu.edu
Thu Mar 14 17:19:35 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-6
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=4b75425e02b3496527fa7554a9ce638fb29a4151
The following commit(s) were added to refs/heads/maint-6 by this push:
new 4b75425 Pull scm/dist sections and add project name property.
4b75425 is described below
commit 4b75425e02b3496527fa7554a9ce638fb29a4151
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 14 13:19:32 2024 -0400
Pull scm/dist sections and add project name property.
---
pom.xml | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/pom.xml b/pom.xml
index b671617..1b02231 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,9 +25,9 @@
</description>
<properties>
+ <shibboleth.projectName>spring-extensions</shibboleth.projectName>
<automatic.module.name>net.shibboleth.ext.spring</automatic.module.name>
<java-support.version>8.4.0</java-support.version>
- <shibboleth.site.deploy.url>//shibboleth.net/home/javasites/staging/</shibboleth.site.deploy.url>
<jdk.version>15.3</jdk.version>
</properties>
@@ -200,17 +200,4 @@
</plugins>
</build>
- <scm>
- <connection>${shibboleth.scm.connection}${project.artifactId}</connection>
- <developerConnection>${shibboleth.scm.developerConnection}${project.artifactId}</developerConnection>
- <url>${shibboleth.scm.url}${project.artifactId}.git</url>
- </scm>
-
- <distributionManagement>
- <site>
- <id>site</id>
- <url>scp:${shibboleth.site.deploy.url}${project.artifactId}/${project.version}/</url>
- </site>
- </distributionManagement>
-
</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list