This is an automated email from the ASF dual-hosted git repository.
zkaoudi pushed a commit to branch rel/1.0.0-rc5
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
The following commit(s) were added to refs/heads/rel/1.0.0-rc5 by this push:
new 7e4717cf fixed bundles
7e4717cf is described below
commit 7e4717cf3c1b47f5a97e7c43568af701420d88ea
Author: Zoi <[email protected]>
AuthorDate: Fri Jan 31 22:19:23 2025 +0100
fixed bundles
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index bcbbc254..006ade00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1133,9 +1133,9 @@
<configuration>
<resourceBundles>
<!-- Will generate
META-INF/{DEPENDENCIES,LICENSE,NOTICE} -->
-
<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
+
<resourceBundle>org.apache.apache.resources:apache-jar-resource-bundle:1.7</resourceBundle>
<!-- Will generate META-INF/DISCLAIMER -->
-
<resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
+
<resourceBundle>org.apache.apache.resources:apache-incubator-disclaimer-resource-bundle:1.7</resourceBundle>
</resourceBundles>
<!-- Content in this directory will be appended to
generated resources -->
<appendedResourcesDirectory>${basedir}/src/remote-resources</appendedResourcesDirectory>