Author: clement
Date: Sun Oct 28 15:12:01 2012
New Revision: 1403008
URL: http://svn.apache.org/viewvc?rev=1403008&view=rev
Log:
Update event admin handler
Modified:
felix/trunk/ipojo/handler/eventadmin/pom.xml
Modified: felix/trunk/ipojo/handler/eventadmin/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/ipojo/handler/eventadmin/pom.xml?rev=1403008&r1=1403007&r2=1403008&view=diff
==============================================================================
--- felix/trunk/ipojo/handler/eventadmin/pom.xml (original)
+++ felix/trunk/ipojo/handler/eventadmin/pom.xml Sun Oct 28 15:12:01 2012
@@ -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>