Update event admin handler
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1403008 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/handler/eventadmin/pom.xml b/ipojo/handler/eventadmin/pom.xml
index 5b7c21e..76bd5f9 100644
--- a/ipojo/handler/eventadmin/pom.xml
+++ b/ipojo/handler/eventadmin/pom.xml
@@ -60,8 +60,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
- <Export-Package>org.apache.felix.ipojo.handlers.event.*;
- version="1.2.0"</Export-Package>
+ <Export-Package>org.apache.felix.ipojo.handlers.event*;version="1.2.0"</Export-Package>
<Bundle-Name>${project.name}</Bundle-Name>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Description> iPOJO Event Admin Handlers
@@ -81,7 +80,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-ipojo-plugin</artifactId>
- <version>1.6.0</version>
+ <version>1.9.0-SNAPSHOT</version>
<executions>
<execution>
<goals>