1
0

[LOGGING-151] Use org.apache.commons.logging as BSN.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1468180 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart
2013-04-15 18:46:50 +00:00
parent b817da4a30
commit 5506657f80
2 changed files with 5 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ under the License.
<groupId>commons-logging</groupId> <groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId> <artifactId>commons-logging</artifactId>
<name>Commons Logging</name> <name>Commons Logging</name>
<version>1.2-SNAPSHOT</version> <version>1.1.3-SNAPSHOT</version>
<description>Commons Logging is a thin adapter allowing configurable bridging to other, <description>Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems.</description> well known logging systems.</description>
<url>http://commons.apache.org/proper/commons-logging/</url> <url>http://commons.apache.org/proper/commons-logging/</url>
@@ -513,7 +513,6 @@ under the License.
<commons.surefire.version>2.12</commons.surefire.version> <commons.surefire.version>2.12</commons.surefire.version>
<skipSurefireReport>true</skipSurefireReport> <skipSurefireReport>true</skipSurefireReport>
<commons.osgi.symbolicName>${project.artifactId}</commons.osgi.symbolicName>
<commons.osgi.import> <commons.osgi.import>
javax.servlet;version="[2.1.0, 3.0.0)";resolution:=optional, 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, org.apache.avalon.framework.logger;version="[4.1.3, 4.1.5]";resolution:=optional,

View File

@@ -43,7 +43,10 @@ The <action> type attribute can be add,update,fix,remove.
<title>Release Notes</title> <title>Release Notes</title>
</properties> </properties>
<body> <body>
<release version="1.2" date="TBD"> <release version="1.1.3" date="TBD">
<action issue="LOGGING-151" dev="tn" type="fix" due-to="Krzysztof Daniel">
Use "org.apache.commons.logging" as bundle symbolic name.
</action>
</release> </release>
<release version="1.1.2" date="2013-03-20" description="This is a maintenance release containing bug fixes."> <release version="1.1.2" date="2013-03-20" description="This is a maintenance release containing bug fixes.">
<action issue="LOGGING-124" dev="tn" type="fix" due-to="Christian Schneider"> <action issue="LOGGING-124" dev="tn" type="fix" due-to="Christian Schneider">