Skip to content

Commit

Permalink
Fix ConcurrentModificationException when using maven-bundle-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Oct 1, 2021
1 parent 9cebdd1 commit 0f2e1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -152,7 +152,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>4.2.1</version>
<version>5.1.1</version>
<configuration>
<instructions>
<Bundle-Description>Jakarta WebSocket ${spec.version}</Bundle-Description>
Expand Down

0 comments on commit 0f2e1f6

Please sign in to comment.