[java-shib-metadata] branch main updated: Remove scm section from POMs.
Scott Cantor
cantor.2 at osu.edu
Thu Feb 8 15:44:24 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-metadata.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=4f5f3fae379001ad4c0fecdf95eea30a5738b994
The following commit(s) were added to refs/heads/main by this push:
new 4f5f3fae Remove scm section from POMs.
4f5f3fae is described below
commit 4f5f3fae379001ad4c0fecdf95eea30a5738b994
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 8 10:44:21 2024 -0500
Remove scm section from POMs.
---
pom.xml | 6 ------
shib-metadata-api/pom.xml | 6 ------
shib-metadata-bom/pom.xml | 6 ------
shib-metadata-impl/pom.xml | 6 ------
shib-metadata-spring/pom.xml | 6 ------
shib-metadata-testing/pom.xml | 6 ------
6 files changed, 36 deletions(-)
diff --git a/pom.xml b/pom.xml
index d71d9c7d..873e7740 100644
--- a/pom.xml
+++ b/pom.xml
@@ -241,12 +241,6 @@
</dependencies>
</dependencyManagement>
- <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>
<plugin>
diff --git a/shib-metadata-api/pom.xml b/shib-metadata-api/pom.xml
index 6944e50e..8b5a16e4 100644
--- a/shib-metadata-api/pom.xml
+++ b/shib-metadata-api/pom.xml
@@ -59,10 +59,4 @@
</dependencies>
- <scm>
- <connection>${shibboleth.scm.connection}${shibboleth.projectName}</connection>
- <developerConnection>${shibboleth.scm.developerConnection}${shibboleth.projectName}</developerConnection>
- <url>${shibboleth.scm.url}${shibboleth.projectName}.git</url>
- </scm>
-
</project>
diff --git a/shib-metadata-bom/pom.xml b/shib-metadata-bom/pom.xml
index ea0b75d4..62fa53cb 100644
--- a/shib-metadata-bom/pom.xml
+++ b/shib-metadata-bom/pom.xml
@@ -46,11 +46,5 @@
</dependency>
</dependencies>
</dependencyManagement>
-
- <scm>
- <connection>${shibboleth.scm.connection}${shibboleth.projectName}</connection>
- <developerConnection>${shibboleth.scm.developerConnection}${shibboleth.projectName}</developerConnection>
- <url>${shibboleth.scm.url}${shibboleth.projectName}.git</url>
- </scm>
</project>
diff --git a/shib-metadata-impl/pom.xml b/shib-metadata-impl/pom.xml
index 4c8980ab..93da3c42 100644
--- a/shib-metadata-impl/pom.xml
+++ b/shib-metadata-impl/pom.xml
@@ -98,10 +98,4 @@
</dependencies>
- <scm>
- <connection>${shibboleth.scm.connection}${shibboleth.projectName}</connection>
- <developerConnection>${shibboleth.scm.developerConnection}${shibboleth.projectName}</developerConnection>
- <url>${shibboleth.scm.url}${shibboleth.projectName}.git</url>
- </scm>
-
</project>
diff --git a/shib-metadata-spring/pom.xml b/shib-metadata-spring/pom.xml
index 83828722..b80ef67d 100644
--- a/shib-metadata-spring/pom.xml
+++ b/shib-metadata-spring/pom.xml
@@ -160,10 +160,4 @@
</dependencies>
- <scm>
- <connection>${shibboleth.scm.connection}${shibboleth.projectName}</connection>
- <developerConnection>${shibboleth.scm.developerConnection}${shibboleth.projectName}</developerConnection>
- <url>${shibboleth.scm.url}${shibboleth.projectName}.git</url>
- </scm>
-
</project>
diff --git a/shib-metadata-testing/pom.xml b/shib-metadata-testing/pom.xml
index 2154e500..49947b16 100644
--- a/shib-metadata-testing/pom.xml
+++ b/shib-metadata-testing/pom.xml
@@ -79,10 +79,4 @@
<!-- Needed to register various SAML XMLObject providers. -->
</dependencies>
- <scm>
- <connection>${shibboleth.scm.connection}${shibboleth.projectName}</connection>
- <developerConnection>${shibboleth.scm.developerConnection}${shibboleth.projectName}</developerConnection>
- <url>${shibboleth.scm.url}${shibboleth.projectName}.git</url>
- </scm>
-
</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list