Skip to content

Commit d54a545

Browse files
Fixed Maven Bundle plugin to remove concurrent exception error.
Signed-off-by: Jay Jay Billings <[email protected]>
1 parent a298d17 commit d54a545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
<plugin>
253253
<groupId>org.apache.felix</groupId>
254254
<artifactId>maven-bundle-plugin</artifactId>
255-
<version>4.2.1</version>
255+
<version>5.1.1</version>
256256
<configuration>
257257
<instructions>
258258
<Export-Package>org.locationtech.spatial4j*;version=${project.version}</Export-Package>

0 commit comments

Comments
 (0)