diff --git a/pom.xml b/pom.xml
index 8688a95..4a1a221 100644
--- a/pom.xml
+++ b/pom.xml
@@ -559,7 +559,7 @@ under the License.
2.12
true
-
+ ${project.artifactId}
javax.servlet;version="[2.1.0, 3.0.0)";resolution:=optional,
org.apache.avalon.framework.logger;version="[4.1.3, 4.1.5]";resolution:=optional,
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ac418ad..a84486e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,6 +44,9 @@ The type attribute can be add,update,fix,remove.
+
+ The jar manifest now contains proper OSGi-related metadata information.
+
LogFactory and LogFactoryImpl will not swallow certain errors anymore (ThreadDeath
and VirtualMachineError).