[java-parent-project] branch main updated: Metadata cleanup prior to a release.
Scott Cantor
cantor.2 at osu.edu
Thu Oct 26 17:20:46 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=0a985eda5948db12f76d671fcf4a5cb9090b9785
The following commit(s) were added to refs/heads/main by this push:
new 0a985ed Metadata cleanup prior to a release.
0a985ed is described below
commit 0a985eda5948db12f76d671fcf4a5cb9090b9785
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 26 13:20:41 2023 -0400
Metadata cleanup prior to a release.
---
pom.xml | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4ec77b8..6a3f701 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,8 +12,7 @@
<name>Shibboleth Project Java 17 Super POM</name>
<description>
A POM containing properties, profiles, plugin configurations, etc. that
- are common across all Shibboleth projects based on the Java 17
- platform.
+ are common across all Shibboleth projects based on the Java 17 platform.
</description>
<properties>
@@ -1185,7 +1184,7 @@
<!-- Project Metadata -->
- <url>http://shibboleth.net/</url>
+ <url>https://shibboleth.net/</url>
<inceptionYear>1999</inceptionYear>
@@ -1226,9 +1225,9 @@
</issueManagement>
<scm>
- <connection>${shibboleth.scm.connection}java-parent-project-v3</connection>
- <developerConnection>${shibboleth.scm.developerConnection}java-parent-project-v3</developerConnection>
- <url>${shibboleth.scm.url}java-parent-project-v3.git</url>
+ <connection>${shibboleth.scm.connection}java-parent-project</connection>
+ <developerConnection>${shibboleth.scm.developerConnection}java-parent-project</developerConnection>
+ <url>${shibboleth.scm.url}java-parent-project.git</url>
</scm>
<developers>
@@ -1239,11 +1238,6 @@
<organizationUrl>https://iay.org.uk</organizationUrl>
<timezone>0</timezone>
</developer>
- <developer>
- <id>lajoie</id>
- <name>Chad La Joie</name>
- <timezone>-5</timezone>
- </developer>
<developer>
<id>putmanb</id>
<name>Brent Putman</name>
@@ -1289,10 +1283,12 @@
<contributors>
<contributor>
<name>Nathan Klingenstein</name>
- <organization>Internet2</organization>
- <organizationUrl>http://internet2.edu</organizationUrl>
<timezone>-7</timezone>
</contributor>
+ <contributor>
+ <name>Chad La Joie</name>
+ <timezone>-5</timezone>
+ </contributor>
</contributors>
<organization>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list