Preparation of the next release
- Add / Update NOTICE and LICENSE files
- Add temporal dependency documentation
- Modify changelog
- Update pom version to be 0.8.1-SNAPSHOT and to use only 0.8.0 version
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@663907 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/ant/pom.xml b/ipojo/ant/pom.xml
index a361c4b..5477a38 100644
--- a/ipojo/ant/pom.xml
+++ b/ipojo/ant/pom.xml
@@ -26,19 +26,19 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>org.apache.felix.ipojo.ant</artifactId>
<groupId>org.apache.felix</groupId>
- <version>0.9.0-SNAPSHOT</version>
+ <version>0.8.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache Felix iPOJO Ant Task</name>
<dependencies>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.metadata</artifactId>
- <version>0.9.0-SNAPSHOT</version>
+ <version>0.8.0</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.manipulator</artifactId>
- <version>0.9.0-SNAPSHOT</version>
+ <version>0.8.0</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
@@ -86,7 +86,8 @@
</Export-Package>
<Include-Resource>
META-INF/LICENCE=LICENSE,
- META-INF/NOTICE=NOTICE
+ META-INF/NOTICE=NOTICE,
+ META-INF/LICENSE.asm=LICENSE.asm
</Include-Resource>
</instructions>
</configuration>