You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/04/15 20:46:50 UTC

svn commit: r1468180 - in /commons/proper/logging/trunk: pom.xml src/changes/changes.xml

Author: tn
Date: Mon Apr 15 18:46:50 2013
New Revision: 1468180

URL: http://svn.apache.org/r1468180
Log:
[LOGGING-151] Use org.apache.commons.logging as BSN.

Modified:
    commons/proper/logging/trunk/pom.xml
    commons/proper/logging/trunk/src/changes/changes.xml

Modified: commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1468180&r1=1468179&r2=1468180&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Mon Apr 15 18:46:50 2013
@@ -32,7 +32,7 @@ under the License.
   <groupId>commons-logging</groupId>
   <artifactId>commons-logging</artifactId>
   <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,
     well known logging systems.</description>
   <url>http://commons.apache.org/proper/commons-logging/</url>
@@ -513,7 +513,6 @@ under the License.
     <commons.surefire.version>2.12</commons.surefire.version>
     <skipSurefireReport>true</skipSurefireReport>    
     
-    <commons.osgi.symbolicName>${project.artifactId}</commons.osgi.symbolicName>
     <commons.osgi.import>
       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,

Modified: commons/proper/logging/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/src/changes/changes.xml?rev=1468180&r1=1468179&r2=1468180&view=diff
==============================================================================
--- commons/proper/logging/trunk/src/changes/changes.xml (original)
+++ commons/proper/logging/trunk/src/changes/changes.xml Mon Apr 15 18:46:50 2013
@@ -43,7 +43,10 @@ The <action> type attribute can be add,u
     <title>Release Notes</title>
   </properties>
   <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 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">