[java-shib-attribute] branch main updated: Remove scm section from POMs.
Scott Cantor
cantor.2 at osu.edu
Thu Feb 8 15:46:56 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-attribute.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=22a4b3bc9c405011be997782e08145d583a375be
The following commit(s) were added to refs/heads/main by this push:
new 22a4b3bc9 Remove scm section from POMs.
22a4b3bc9 is described below
commit 22a4b3bc9c405011be997782e08145d583a375be
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 8 10:46:53 2024 -0500
Remove scm section from POMs.
---
pom.xml | 6 ------
shib-attribute-api/pom.xml | 6 ------
shib-attribute-bom/pom.xml | 6 ------
shib-attribute-filter-api/pom.xml | 7 -------
shib-attribute-filter-impl/pom.xml | 6 ------
shib-attribute-filter-spring/pom.xml | 6 ------
shib-attribute-impl/pom.xml | 6 ------
shib-attribute-resolver-api/pom.xml | 7 -------
shib-attribute-resolver-impl/pom.xml | 6 ------
shib-attribute-resolver-spring/pom.xml | 6 ------
shib-attribute-testing/pom.xml | 6 ------
shib-saml-attribute-api/pom.xml | 6 ------
shib-saml-attribute-impl/pom.xml | 6 ------
13 files changed, 80 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4271bcd94..63d0e0e42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -274,12 +274,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-attribute-api/pom.xml b/shib-attribute-api/pom.xml
index 2e1d0d0da..919465426 100644
--- a/shib-attribute-api/pom.xml
+++ b/shib-attribute-api/pom.xml
@@ -88,10 +88,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-attribute-bom/pom.xml b/shib-attribute-bom/pom.xml
index cf4b8b9c8..9a2a0fdc1 100644
--- a/shib-attribute-bom/pom.xml
+++ b/shib-attribute-bom/pom.xml
@@ -81,11 +81,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-attribute-filter-api/pom.xml b/shib-attribute-filter-api/pom.xml
index a775cf066..bc4fc0594 100644
--- a/shib-attribute-filter-api/pom.xml
+++ b/shib-attribute-filter-api/pom.xml
@@ -50,13 +50,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/shib-attribute-filter-impl/pom.xml b/shib-attribute-filter-impl/pom.xml
index 140a87b16..221624a15 100644
--- a/shib-attribute-filter-impl/pom.xml
+++ b/shib-attribute-filter-impl/pom.xml
@@ -142,10 +142,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/shib-attribute-filter-spring/pom.xml b/shib-attribute-filter-spring/pom.xml
index 12680f9bd..0d1761622 100644
--- a/shib-attribute-filter-spring/pom.xml
+++ b/shib-attribute-filter-spring/pom.xml
@@ -171,10 +171,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/shib-attribute-impl/pom.xml b/shib-attribute-impl/pom.xml
index 1594032ff..5c622e56a 100644
--- a/shib-attribute-impl/pom.xml
+++ b/shib-attribute-impl/pom.xml
@@ -74,10 +74,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-attribute-resolver-api/pom.xml b/shib-attribute-resolver-api/pom.xml
index 41df8572c..b8d7e37c5 100644
--- a/shib-attribute-resolver-api/pom.xml
+++ b/shib-attribute-resolver-api/pom.xml
@@ -89,13 +89,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/shib-attribute-resolver-impl/pom.xml b/shib-attribute-resolver-impl/pom.xml
index 6db786a07..4b169015d 100644
--- a/shib-attribute-resolver-impl/pom.xml
+++ b/shib-attribute-resolver-impl/pom.xml
@@ -186,10 +186,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-attribute-resolver-spring/pom.xml b/shib-attribute-resolver-spring/pom.xml
index a020fe85a..15f4b2269 100644
--- a/shib-attribute-resolver-spring/pom.xml
+++ b/shib-attribute-resolver-spring/pom.xml
@@ -198,10 +198,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/shib-attribute-testing/pom.xml b/shib-attribute-testing/pom.xml
index fb723f04d..b3db83800 100644
--- a/shib-attribute-testing/pom.xml
+++ b/shib-attribute-testing/pom.xml
@@ -60,10 +60,4 @@
<!-- 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/shib-saml-attribute-api/pom.xml b/shib-saml-attribute-api/pom.xml
index 8a7f4f4d5..9751e02e1 100644
--- a/shib-saml-attribute-api/pom.xml
+++ b/shib-saml-attribute-api/pom.xml
@@ -76,10 +76,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-saml-attribute-impl/pom.xml b/shib-saml-attribute-impl/pom.xml
index e706f8678..6682f817a 100644
--- a/shib-saml-attribute-impl/pom.xml
+++ b/shib-saml-attribute-impl/pom.xml
@@ -110,10 +110,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>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list