diff --git a/pom.xml b/pom.xml index 463f8a8..2b1a5cf 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ under the License. commons-logging commons-logging Commons Logging - 1.2-SNAPSHOT + 1.1.3-SNAPSHOT Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. http://commons.apache.org/proper/commons-logging/ @@ -513,7 +513,6 @@ 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 3065e7b..fe3bd6c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,7 +43,10 @@ The type attribute can be add,update,fix,remove. Release Notes - + + + Use "org.apache.commons.logging" as bundle symbolic name. +