Downgrade maven-bundle-plugin to build against Java 6

This commit is contained in:
Sergey Mashkov
2015-10-01 18:21:42 +03:00
parent caefb2cf50
commit c9843f6387
@@ -51,6 +51,7 @@
<plugin> <plugin>
<groupId>org.apache.felix</groupId> <groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId> <artifactId>maven-bundle-plugin</artifactId>
<version>2.5.4</version>
<extensions>true</extensions> <extensions>true</extensions>
<executions> <executions>
<execution> <execution>