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/05/02 20:14:19 UTC

svn commit: r1478470 - in /commons/proper/logging/tags/LOGGING_1_1_3_RC1: ./ pom.xml src/site/xdoc/download_logging.xml src/site/xdoc/index.xml

Author: tn
Date: Thu May  2 18:14:18 2013
New Revision: 1478470

URL: http://svn.apache.org/r1478470
Log:
Creating Commons Logging v1.1.3 RC1 tag.

Added:
    commons/proper/logging/tags/LOGGING_1_1_3_RC1/
      - copied from r1478469, commons/proper/logging/trunk/
Modified:
    commons/proper/logging/tags/LOGGING_1_1_3_RC1/pom.xml
    commons/proper/logging/tags/LOGGING_1_1_3_RC1/src/site/xdoc/download_logging.xml
    commons/proper/logging/tags/LOGGING_1_1_3_RC1/src/site/xdoc/index.xml

Modified: commons/proper/logging/tags/LOGGING_1_1_3_RC1/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/tags/LOGGING_1_1_3_RC1/pom.xml?rev=1478470&r1=1478469&r2=1478470&view=diff
==============================================================================
--- commons/proper/logging/tags/LOGGING_1_1_3_RC1/pom.xml (original)
+++ commons/proper/logging/tags/LOGGING_1_1_3_RC1/pom.xml Thu May  2 18:14:18 2013
@@ -32,7 +32,7 @@ under the License.
   <groupId>commons-logging</groupId>
   <artifactId>commons-logging</artifactId>
   <name>Commons Logging</name>
-  <version>1.1.3-SNAPSHOT</version>
+  <version>1.1.3</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>
@@ -505,11 +505,11 @@ under the License.
     <maven.compile.source>1.2</maven.compile.source>
     <maven.compile.target>1.1</maven.compile.target>
     <commons.componentid>logging</commons.componentid>
-    <commons.release.version>1.1.2</commons.release.version>
+    <commons.release.version>1.1.3</commons.release.version>
     <commons.jira.id>LOGGING</commons.jira.id>
     <commons.jira.pid>12310484</commons.jira.pid>
     <!-- The RC version used in the staging repository URL. -->
-    <commons.rc.version>RC2</commons.rc.version>
+    <commons.rc.version>RC1</commons.rc.version>
     <commons.surefire.version>2.12</commons.surefire.version>
     <skipSurefireReport>true</skipSurefireReport>    
     

Modified: commons/proper/logging/tags/LOGGING_1_1_3_RC1/src/site/xdoc/download_logging.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/tags/LOGGING_1_1_3_RC1/src/site/xdoc/download_logging.xml?rev=1478470&r1=1478469&r2=1478470&view=diff
==============================================================================
--- commons/proper/logging/tags/LOGGING_1_1_3_RC1/src/site/xdoc/download_logging.xml (original)
+++ commons/proper/logging/tags/LOGGING_1_1_3_RC1/src/site/xdoc/download_logging.xml Thu May  2 18:14:18 2013
@@ -95,32 +95,32 @@ limitations under the License.
       </p>
     </subsection>
     </section>
-    <section name="Commons Logging 1.1.2 ">
+    <section name="Commons Logging 1.1.3 ">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/logging/binaries/commons-logging-1.1.2-bin.tar.gz">commons-logging-1.1.2-bin.tar.gz</a></td>
-              <td><a href="http://www.apache.org/dist/commons/logging/binaries/commons-logging-1.1.2-bin.tar.gz.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/logging/binaries/commons-logging-1.1.2-bin.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/logging/binaries/commons-logging-1.1.3-bin.tar.gz">commons-logging-1.1.3-bin.tar.gz</a></td>
+              <td><a href="http://www.apache.org/dist/commons/logging/binaries/commons-logging-1.1.3-bin.tar.gz.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/commons/logging/binaries/commons-logging-1.1.3-bin.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/logging/binaries/commons-logging-1.1.2-bin.zip">commons-logging-1.1.2-bin.zip</a></td>
-              <td><a href="http://www.apache.org/dist/commons/logging/binaries/commons-logging-1.1.2-bin.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/logging/binaries/commons-logging-1.1.2-bin.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/logging/binaries/commons-logging-1.1.3-bin.zip">commons-logging-1.1.3-bin.zip</a></td>
+              <td><a href="http://www.apache.org/dist/commons/logging/binaries/commons-logging-1.1.3-bin.zip.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/commons/logging/binaries/commons-logging-1.1.3-bin.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a href="[preferred]/commons/logging/source/commons-logging-1.1.2-src.tar.gz">commons-logging-1.1.2-src.tar.gz</a></td>
-              <td><a href="http://www.apache.org/dist/commons/logging/source/commons-logging-1.1.2-src.tar.gz.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/logging/source/commons-logging-1.1.2-src.tar.gz.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/logging/source/commons-logging-1.1.3-src.tar.gz">commons-logging-1.1.3-src.tar.gz</a></td>
+              <td><a href="http://www.apache.org/dist/commons/logging/source/commons-logging-1.1.3-src.tar.gz.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/commons/logging/source/commons-logging-1.1.3-src.tar.gz.asc">pgp</a></td>
           </tr>
           <tr>
-              <td><a href="[preferred]/commons/logging/source/commons-logging-1.1.2-src.zip">commons-logging-1.1.2-src.zip</a></td>
-              <td><a href="http://www.apache.org/dist/commons/logging/source/commons-logging-1.1.2-src.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/commons/logging/source/commons-logging-1.1.2-src.zip.asc">pgp</a></td>
+              <td><a href="[preferred]/commons/logging/source/commons-logging-1.1.3-src.zip">commons-logging-1.1.3-src.zip</a></td>
+              <td><a href="http://www.apache.org/dist/commons/logging/source/commons-logging-1.1.3-src.zip.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/commons/logging/source/commons-logging-1.1.3-src.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>

Modified: commons/proper/logging/tags/LOGGING_1_1_3_RC1/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/tags/LOGGING_1_1_3_RC1/src/site/xdoc/index.xml?rev=1478470&r1=1478469&r2=1478470&view=diff
==============================================================================
--- commons/proper/logging/tags/LOGGING_1_1_3_RC1/src/site/xdoc/index.xml (original)
+++ commons/proper/logging/tags/LOGGING_1_1_3_RC1/src/site/xdoc/index.xml Thu May  2 18:14:18 2013
@@ -81,6 +81,12 @@ This gives short introductions to topics
 Binary and source distributions are available
        <a href="http://commons.apache.org/logging/download_logging.cgi">here</a>.
     </p>
+    <subsection name='1.1.3 Release - May 2013'>
+      <p>The 1.1.3 release only updates the Bundle-SymbolicName in the manifest
+      to "org.apache.commons.logging".</p>
+      <p>For a full list of changes since the 1.1.1 release, please refer to the
+      <a href="changes-report.html">change-report</a>.</p> 
+    </subsection>
     <subsection name='1.1.2 Release - March 2013'>
       <p>The 1.1.2 release is a packaging of bug fixes since release 1.1.1.</p>
       <p>For the full details, see the release notes for this version.</p>