Skip to content

Commit 54cbd3f

Browse files
committed
fix reproducibility issues with the /maven-bundle-plugin. See https://maven.apache.org/plugins/maven-artifact-plugin/plugin-issues.html
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 433e168 commit 54cbd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<maven-release-plugin.version>3.0.0-M4</maven-release-plugin.version>
9999
<maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version>
100100
<maven-dependency-plugin.version>3.2.0</maven-dependency-plugin.version>
101-
<maven-bundle-plugin.version>5.1.8</maven-bundle-plugin.version>
101+
<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
102102
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
103103
<ant.version>1.10.12</ant.version>
104104
<cobertura.maven.plugin.version>2.7</cobertura.maven.plugin.version>

0 commit comments

Comments
 (0)