[java-support] branch maint-8 updated: Unlock parent POM for javadoc fixes.
Scott Cantor
cantor.2 at osu.edu
Tue Nov 28 14:16:27 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-8
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=84cd8b0a31a0ef35d51c5b8c25f069d8e1118ebf
The following commit(s) were added to refs/heads/maint-8 by this push:
new 84cd8b0 Unlock parent POM for javadoc fixes.
84cd8b0 is described below
commit 84cd8b0a31a0ef35d51c5b8c25f069d8e1118ebf
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 28 09:16:23 2023 -0500
Unlock parent POM for javadoc fixes.
---
pom.xml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5200d53..7e33419 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,16 +7,12 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.3.5</version>
+ <version>11.3.6-SNAPSHOT</version>
</parent>
<name>java-support</name>
<groupId>net.shibboleth.utilities</groupId>
<artifactId>java-support</artifactId>
- <!-- If you change the version you *MUST* provoke a jenkins 'site'
- build (to populate the javadoc, which is consumed by the
- Jenkins 'nightly' builds).
- -->
<version>8.4.1-SNAPSHOT</version>
<packaging>jar</packaging>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list