[java-identity-provider] branch main updated: Move forward java-parent to 11.3.3-SNAPSHOT
Phil Smart
philip.smart at jisc.ac.uk
Tue May 10 15:52:12 UTC 2022
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=bc8d7bfacc32807fbcb1152f17e665012e114217
The following commit(s) were added to refs/heads/main by this push:
new bc8d7bfac Move forward java-parent to 11.3.3-SNAPSHOT
bc8d7bfac is described below
commit bc8d7bfacc32807fbcb1152f17e665012e114217
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue May 10 16:49:23 2022 +0100
Move forward java-parent to 11.3.3-SNAPSHOT
- Remove enforcer-data override
- This will move enforcer data forward to 1.0.10 (https://shibboleth.atlassian.net/browse/JMVN-40)
- This will revert the maven-javadoc-plugin to the official version 3.4.0 (https://shibboleth.atlassian.net/browse/JPAR-207)
---
idp-parent/pom.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index ac2a1acb4..85c1acf66 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.3.2</version>
+ <version>11.3.3-SNAPSHOT</version>
</parent>
<name>Shibboleth Identity Provider</name>
@@ -67,8 +67,6 @@
</modules>
<properties>
- <!-- Remove 'maven-dist-enforcer-data.version' when we move to the latest parent -->
- <maven-dist-enforcer-data.version>1.0.10-SNAPSHOT</maven-dist-enforcer-data.version>
<idwsfconsumer.version>2.1.0</idwsfconsumer.version>
<java-support.version>8.3.1</java-support.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list