[java-oidc-common] branch main updated: JPAR-220 - Stabilise uid and gid in generated archives
Ian Young
ian at iay.org.uk
Wed Jul 12 08:23:56 UTC 2023
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=87105640037ca0316dc096361510f9e10421b6b5
The following commit(s) were added to refs/heads/main by this push:
new 8710564 JPAR-220 - Stabilise uid and gid in generated archives
8710564 is described below
commit 87105640037ca0316dc096361510f9e10421b6b5
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jul 12 08:23:44 2023 +0000
JPAR-220 - Stabilise uid and gid in generated archives
https://shibboleth.atlassian.net/browse/JPAR-220
---
oidc-common-dist/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/oidc-common-dist/pom.xml b/oidc-common-dist/pom.xml
index 72c3cfa..a25eb31 100644
--- a/oidc-common-dist/pom.xml
+++ b/oidc-common-dist/pom.xml
@@ -62,6 +62,8 @@
<descriptor>src/main/assembly/plugin-assembly-zip.xml</descriptor>
</descriptors>
<finalName>${dist.finalName}</finalName>
+ <overrideUid>1000</overrideUid>
+ <overrideGid>1000</overrideGid>
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</plugin>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list