[java-opensaml] branch main updated: Unlock parent POM.
Scott Cantor
cantor.2 at osu.edu
Mon Sep 25 17:23:21 UTC 2023
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=214ddbb85857b82390a794ba646651fd1c005fb1
The following commit(s) were added to refs/heads/main by this push:
new 214ddbb85 Unlock parent POM.
214ddbb85 is described below
commit 214ddbb85857b82390a794ba646651fd1c005fb1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 25 13:23:18 2023 -0400
Unlock parent POM.
---
opensaml-parent/pom.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index f07112ce6..f69c39513 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>17.0.1</version>
+ <version>17.0.2-SNAPSHOT</version>
</parent>
<name>OpenSAML</name>
@@ -62,9 +62,6 @@
<checkstyle.configLocation>${project.basedir}/../opensaml-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<opensaml-parent.site.url>${shibboleth.site.deploy.url}java-opensaml/${project.version}/</opensaml-parent.site.url>
<opensaml-module.site.url>${opensaml-parent.site.url}${project.artifactId}</opensaml-module.site.url>
-
- <!-- TODO: Remove once in project parent: Base URL for all our deployed javadocs. -->
- <javadoc.url>https://shibboleth.net/api</javadoc.url>
</properties>
<!-- Dependencies which are required by every single project module should go here and will be inherited by all modules. -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list