[java-metadata-aggregator] branch main updated: MDA-290 - Seal product JARs
Ian Young
ian at iay.org.uk
Thu Apr 27 09:55:22 UTC 2023
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=130725a96140aecb21370c672009c6b0f566fb5e
The following commit(s) were added to refs/heads/main by this push:
new 130725a MDA-290 - Seal product JARs
130725a is described below
commit 130725a96140aecb21370c672009c6b0f566fb5e
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Apr 27 10:55:16 2023 +0100
MDA-290 - Seal product JARs
https://shibboleth.atlassian.net/browse/MDA-290
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index d453675..545af6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,6 +176,7 @@
<archive>
<manifestEntries>
<Automatic-Module-Name>${automatic.module.name}</Automatic-Module-Name>
+ <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