Change version number to be 0.8.0-SNAPSHOT
Add LICENCE and NOTICE files
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@653550 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/pom.xml b/ipojo/manipulator/pom.xml
index b4419ed..84362ca 100644
--- a/ipojo/manipulator/pom.xml
+++ b/ipojo/manipulator/pom.xml
@@ -29,7 +29,7 @@
<packaging>bundle</packaging>
<artifactId>org.apache.felix.ipojo.manipulator</artifactId>
<groupId>org.apache.felix</groupId>
- <version>0.7.6-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
<name>Apache Felix iPOJO Manipulator</name>
<dependencies>
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.metadata</artifactId>
- <version>0.7.6-SNAPSHOT</version>
+ <version>0.8.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
@@ -60,7 +60,9 @@
<configuration>
<instructions>
<Bundle-Name>iPOJO Manipulator</Bundle-Name>
- <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
+ <Bundle-Vendor>
+ The Apache Software Foundation
+ </Bundle-Vendor>
<Bundle-Description>
iPOJO Manipulator
</Bundle-Description>
@@ -73,6 +75,10 @@
org.apache.felix.ipojo.xml.parser,
org.objectweb.asm, org.objectweb.asm.commons
</Private-Package>
+ <Include-Resource>
+ META-INF/LICENCE=LICENSE,
+ META-INF/NOTICE=NOTICE
+ </Include-Resource>
</instructions>
</configuration>
</plugin>