Skip to content

Commit b343d45

Browse files
committed
[pom] Add hook for maven-bundle-plugin 2.5.4 for java 6
1 parent d1a2c58 commit b343d45

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,20 @@
391391
</testExcludes>
392392
</configuration>
393393
</plugin>
394+
<plugin>
395+
<groupId>org.apache.felix</groupId>
396+
<artifactId>maven-bundle-plugin</artifactId>
397+
<version>2.5.4</version> <!-- For java 6, remain at older version -->
398+
</plugin>
394399
</plugins>
395400
</pluginManagement>
401+
<plugins>
402+
<plugin>
403+
<groupId>org.apache.felix</groupId>
404+
<artifactId>maven-bundle-plugin</artifactId>
405+
<version>2.5.4</version> <!-- For java 6, remain at older version -->
406+
</plugin>
407+
</plugins>
396408
</build>
397409
</profile>
398410
<profile>

0 commit comments

Comments
 (0)