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/02/26 22:29:44 UTC

svn commit: r1450434 - /commons/proper/logging/trunk/pom.xml

Author: tn
Date: Tue Feb 26 21:29:44 2013
New Revision: 1450434

URL: http://svn.apache.org/r1450434
Log:
Revert release version to 1.1.1 for site publish, add rc property.

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

Modified: commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1450434&r1=1450433&r2=1450434&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Tue Feb 26 21:29:44 2013
@@ -550,13 +550,16 @@ 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.1</commons.release.version>
     <commons.binary.suffix>-bin</commons.binary.suffix>
     <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>RC1</commons.rc.version>
     <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,