[java-shib-profile] branch maint-5.1 updated: Revert "JJETTY-3 Version Numbering"
Scott Cantor
cantor.2 at osu.edu
Mon Mar 17 20:15:01 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-5.1
in repository java-shib-profile.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-profile.git;a=commit;h=547fd510dd7f1e78ff2eacea68582114ef034e73
The following commit(s) were added to refs/heads/maint-5.1 by this push:
new 547fd51 Revert "JJETTY-3 Version Numbering"
547fd51 is described below
commit 547fd510dd7f1e78ff2eacea68582114ef034e73
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 17 16:14:54 2025 -0400
Revert "JJETTY-3 Version Numbering"
This reverts commit 2188b8394c5fa6c4c1d7e274f9b9196991a8ec3c.
---
.../profile/installablecomponent/InstallableComponentVersion.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-profile-api/src/main/java/net/shibboleth/profile/installablecomponent/InstallableComponentVersion.java b/shib-profile-api/src/main/java/net/shibboleth/profile/installablecomponent/InstallableComponentVersion.java
index 1a7fbb8..572ff5a 100644
--- a/shib-profile-api/src/main/java/net/shibboleth/profile/installablecomponent/InstallableComponentVersion.java
+++ b/shib-profile-api/src/main/java/net/shibboleth/profile/installablecomponent/InstallableComponentVersion.java
@@ -28,7 +28,7 @@ import net.shibboleth.shared.primitive.StringSupport;
public class InstallableComponentVersion implements Comparable<InstallableComponentVersion>{
/** arbitrary maximum (to help hashing and sanity). */
- private static final int MAX_VNO = 29000;
+ private static final int MAX_VNO = 10000;
/** Major version. */
private int major;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list