[java-opensaml] branch main updated: Remove scm section from POMs.
Scott Cantor
cantor.2 at osu.edu
Thu Feb 8 15:42:18 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=f551e4077dc7c4f199933111bf8d223a9443eb02
The following commit(s) were added to refs/heads/main by this push:
new f551e4077 Remove scm section from POMs.
f551e4077 is described below
commit f551e4077dc7c4f199933111bf8d223a9443eb02
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 8 10:42:14 2024 -0500
Remove scm section from POMs.
---
opensaml-bom/pom.xml | 6 ------
opensaml-core-api/pom.xml | 6 ------
opensaml-core-impl/pom.xml | 6 ------
opensaml-messaging-api/pom.xml | 7 -------
opensaml-messaging-impl/pom.xml | 6 ------
opensaml-profile-api/pom.xml | 6 ------
opensaml-profile-impl/pom.xml | 6 ------
opensaml-saml-api/pom.xml | 6 ------
opensaml-saml-impl/pom.xml | 6 ------
opensaml-security-api/pom.xml | 6 ------
opensaml-security-impl/pom.xml | 6 ------
opensaml-soap-api/pom.xml | 6 ------
opensaml-soap-impl/pom.xml | 6 ------
opensaml-spring/pom.xml | 6 ------
opensaml-storage-api/pom.xml | 6 ------
opensaml-storage-impl/pom.xml | 6 ------
opensaml-testing/pom.xml | 7 -------
opensaml-xacml-api/pom.xml | 7 -------
opensaml-xacml-impl/pom.xml | 6 ------
opensaml-xacml-saml-api/pom.xml | 7 -------
opensaml-xacml-saml-impl/pom.xml | 6 ------
opensaml-xmlsec-api/pom.xml | 6 ------
opensaml-xmlsec-impl/pom.xml | 6 ------
pom.xml | 6 ------
24 files changed, 148 deletions(-)
diff --git a/opensaml-bom/pom.xml b/opensaml-bom/pom.xml
index d16f248ad..a0e3e4b2d 100644
--- a/opensaml-bom/pom.xml
+++ b/opensaml-bom/pom.xml
@@ -138,10 +138,4 @@
</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/opensaml-core-api/pom.xml b/opensaml-core-api/pom.xml
index a99291bf7..2eba7cf2a 100644
--- a/opensaml-core-api/pom.xml
+++ b/opensaml-core-api/pom.xml
@@ -79,10 +79,4 @@
</plugins>
</build>
- <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/opensaml-core-impl/pom.xml b/opensaml-core-impl/pom.xml
index 31e5a5515..4ff5b59f9 100644
--- a/opensaml-core-impl/pom.xml
+++ b/opensaml-core-impl/pom.xml
@@ -120,10 +120,4 @@
</plugins>
</build>
- <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/opensaml-messaging-api/pom.xml b/opensaml-messaging-api/pom.xml
index 217b45b7f..300a9ba98 100644
--- a/opensaml-messaging-api/pom.xml
+++ b/opensaml-messaging-api/pom.xml
@@ -51,13 +51,6 @@
<!-- Runtime Dependencies -->
<!-- Test Dependencies -->
-
</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/opensaml-messaging-impl/pom.xml b/opensaml-messaging-impl/pom.xml
index 7ba05f71a..423de98a8 100644
--- a/opensaml-messaging-impl/pom.xml
+++ b/opensaml-messaging-impl/pom.xml
@@ -64,10 +64,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/opensaml-profile-api/pom.xml b/opensaml-profile-api/pom.xml
index 7b9104c89..ef3a6cea3 100644
--- a/opensaml-profile-api/pom.xml
+++ b/opensaml-profile-api/pom.xml
@@ -81,10 +81,4 @@
</dependency>
</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/opensaml-profile-impl/pom.xml b/opensaml-profile-impl/pom.xml
index f99f30904..ea22625a4 100644
--- a/opensaml-profile-impl/pom.xml
+++ b/opensaml-profile-impl/pom.xml
@@ -87,10 +87,4 @@
<!-- Managed Dependencies -->
</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/opensaml-saml-api/pom.xml b/opensaml-saml-api/pom.xml
index feeb1445e..1232d171b 100644
--- a/opensaml-saml-api/pom.xml
+++ b/opensaml-saml-api/pom.xml
@@ -87,11 +87,5 @@
<!-- Test Dependencies -->
</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/opensaml-saml-impl/pom.xml b/opensaml-saml-impl/pom.xml
index 70cbb18be..d6a52fb9c 100644
--- a/opensaml-saml-impl/pom.xml
+++ b/opensaml-saml-impl/pom.xml
@@ -213,10 +213,4 @@
</dependency>
</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/opensaml-security-api/pom.xml b/opensaml-security-api/pom.xml
index dc711aa9b..7494f7b52 100644
--- a/opensaml-security-api/pom.xml
+++ b/opensaml-security-api/pom.xml
@@ -102,11 +102,5 @@
<scope>test</scope>
</dependency>
</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/opensaml-security-impl/pom.xml b/opensaml-security-impl/pom.xml
index c0f9cf729..0ec105342 100644
--- a/opensaml-security-impl/pom.xml
+++ b/opensaml-security-impl/pom.xml
@@ -126,10 +126,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/opensaml-soap-api/pom.xml b/opensaml-soap-api/pom.xml
index 00a953301..fb0cdd2f4 100644
--- a/opensaml-soap-api/pom.xml
+++ b/opensaml-soap-api/pom.xml
@@ -61,11 +61,5 @@
<!-- Test Dependencies -->
</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/opensaml-soap-impl/pom.xml b/opensaml-soap-impl/pom.xml
index ba9f19da1..b8edf1c98 100644
--- a/opensaml-soap-impl/pom.xml
+++ b/opensaml-soap-impl/pom.xml
@@ -111,11 +111,5 @@
<scope>test</scope>
</dependency>
</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/opensaml-spring/pom.xml b/opensaml-spring/pom.xml
index f4c07fae1..6dcb56c88 100644
--- a/opensaml-spring/pom.xml
+++ b/opensaml-spring/pom.xml
@@ -109,11 +109,5 @@
</dependency>
</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/opensaml-storage-api/pom.xml b/opensaml-storage-api/pom.xml
index 990a1748e..e00499320 100644
--- a/opensaml-storage-api/pom.xml
+++ b/opensaml-storage-api/pom.xml
@@ -35,11 +35,5 @@
<!-- Managed Dependencies -->
</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/opensaml-storage-impl/pom.xml b/opensaml-storage-impl/pom.xml
index 47d72f976..7ab00dd46 100644
--- a/opensaml-storage-impl/pom.xml
+++ b/opensaml-storage-impl/pom.xml
@@ -191,11 +191,5 @@
</properties>
</profile>
</profiles>
-
- <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/opensaml-testing/pom.xml b/opensaml-testing/pom.xml
index 17af16cf3..bd3727a1a 100644
--- a/opensaml-testing/pom.xml
+++ b/opensaml-testing/pom.xml
@@ -92,13 +92,6 @@
<!-- Runtime Dependencies -->
<!-- Test Dependencies -->
-
</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/opensaml-xacml-api/pom.xml b/opensaml-xacml-api/pom.xml
index 07018b6f8..49898adbf 100644
--- a/opensaml-xacml-api/pom.xml
+++ b/opensaml-xacml-api/pom.xml
@@ -32,13 +32,6 @@
<!-- Runtime Dependencies -->
<!-- Test Dependencies -->
-
</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/opensaml-xacml-impl/pom.xml b/opensaml-xacml-impl/pom.xml
index 5195936a6..da0be5762 100644
--- a/opensaml-xacml-impl/pom.xml
+++ b/opensaml-xacml-impl/pom.xml
@@ -67,11 +67,5 @@
<scope>test</scope>
</dependency>
</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/opensaml-xacml-saml-api/pom.xml b/opensaml-xacml-saml-api/pom.xml
index a92821221..5bcfa5ed6 100644
--- a/opensaml-xacml-saml-api/pom.xml
+++ b/opensaml-xacml-saml-api/pom.xml
@@ -44,13 +44,6 @@
<!-- Runtime Dependencies -->
<!-- Test Dependencies -->
-
</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/opensaml-xacml-saml-impl/pom.xml b/opensaml-xacml-saml-impl/pom.xml
index d202b58ab..548a782b5 100644
--- a/opensaml-xacml-saml-impl/pom.xml
+++ b/opensaml-xacml-saml-impl/pom.xml
@@ -77,11 +77,5 @@
<scope>test</scope>
</dependency>
</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/opensaml-xmlsec-api/pom.xml b/opensaml-xmlsec-api/pom.xml
index 97b7d8a9e..355cf351c 100644
--- a/opensaml-xmlsec-api/pom.xml
+++ b/opensaml-xmlsec-api/pom.xml
@@ -65,11 +65,5 @@
<!-- Test Dependencies -->
</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/opensaml-xmlsec-impl/pom.xml b/opensaml-xmlsec-impl/pom.xml
index 3f316a86f..99e48b679 100644
--- a/opensaml-xmlsec-impl/pom.xml
+++ b/opensaml-xmlsec-impl/pom.xml
@@ -101,10 +101,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/pom.xml b/pom.xml
index c3213b7b5..3e789243b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,12 +169,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>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list