This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 008635e973 chore: upgrade Felix maven-bundle-plugin to make the build
more reproducible
008635e973 is described below
commit 008635e973a2614710ece82b9363ad874a082d93
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sun Nov 12 13:51:55 2023 +0200
chore: upgrade Felix maven-bundle-plugin to make the build more reproducible
fixes Reproducible Builds issue
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3ba5b8c3a1..0b4f7fb033 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1086,7 +1086,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>5.1.8</version>
+ <version>5.1.9</version>
</plugin>
<plugin>