[java-idp-plugin-oidc-rp] branch main updated: Add back package sealing

Phil Smart philip.smart at jisc.ac.uk
Tue Apr 25 16:01:10 UTC 2023


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=c7335c348fdd6df3748ab4d94044d3cb459cf61c

The following commit(s) were added to refs/heads/main by this push:
     new c7335c3  Add back package sealing
c7335c3 is described below

commit c7335c348fdd6df3748ab4d94044d3cb459cf61c
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Apr 25 17:01:08 2023 +0100

    Add back package sealing
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4b81a46..c8a6fe3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
                         <index>true</index>
                         <manifestEntries>
                             <Automatic-Module-Name>${automatic.module.name}</Automatic-Module-Name>
-                           <!--  <Sealed>true</Sealed> -->
+                           <Sealed>true</Sealed>
                         </manifestEntries>
                     </archive>
                 </configuration>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list