Skip to content

Commit 4379f31

Browse files
committed
fix version
1 parent 4cf87ea commit 4379f31

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

json-smart-action/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,10 @@
212212
</executions>
213213
</plugin>
214214
<plugin>
215+
<!-- https://mvnrepository.com/artifact/org.apache.felix/maven-bundle-plugin -->
215216
<groupId>org.apache.felix</groupId>
216217
<artifactId>maven-bundle-plugin</artifactId>
217-
<version>5.1.10</version>
218+
<version>5.1.9</version>
218219
<extensions>true</extensions>
219220
<configuration>
220221
<instructions>

json-smart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ limitations under the License.
231231
<!-- https://mvnrepository.com/artifact/org.apache.felix/maven-bundle-plugin -->
232232
<groupId>org.apache.felix</groupId>
233233
<artifactId>maven-bundle-plugin</artifactId>
234-
<version>5.1.10</version>
234+
<version>5.1.9</version>
235235
<extensions>true</extensions>
236236
<configuration>
237237
<instructions>

0 commit comments

Comments
 (0)