[java-parent-project] branch main updated: Fix? Javadoc references to old modules.
Scott Cantor
cantor.2 at osu.edu
Wed Aug 31 15:10:13 UTC 2022
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=7347205b217ff5cbb383fd93a12429dac4b4f9de
The following commit(s) were added to refs/heads/main by this push:
new 7347205 Fix? Javadoc references to old modules.
7347205 is described below
commit 7347205b217ff5cbb383fd93a12429dac4b4f9de
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 31 11:10:10 2022 -0400
Fix? Javadoc references to old modules.
---
pom.xml | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6b4c4c8..dbb2b70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,16 +135,14 @@
These properties MUST be overridden in any projects which have
an actual dependency.
-->
- <java-support.version>8.1.0</java-support.version>
+ <java-shib-shared.version>9.0.0-SNAPSHOT</java-shib-shared.version>
<opensaml.version>4.0.1</opensaml.version>
- <spring-extensions.version>6.0.0</spring-extensions.version>
<!--
These properties describe the locations of API indexes for
Shibboleth projects.
-->
- <java-support.link>${shibboleth.site.url}java-support/${java-support.version}/apidocs</java-support.link>
- <spring-extensions.link>${shibboleth.site.url}spring-extensions/${spring-extensions.version}/apidocs</spring-extensions.link>
+ <java-shib-shared.link>${shibboleth.site.url}java-shib-shared/${java-shib-shared.version}/apidocs</java-shib-shared.link>
<java-opensaml.link>${shibboleth.site.url}java-opensaml/${opensaml.version}/apidocs</java-opensaml.link>
</properties>
@@ -955,9 +953,8 @@
<link>${spring-webflow.link}</link>
<link>${guava.link}</link>
<link>${ldaptive.link}</link>
- <link>${java-support.link}</link>
+ <link>${java-shib-shared.link}</link>
<link>${java-opensaml.link}</link>
- <link>${spring-extensions.link}</link>
</links>
<quiet>true</quiet>
<author>false</author>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list