1
0

Post-release updates.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1609298 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart
2014-07-09 21:02:22 +00:00
parent 6a6b869f1a
commit 93a936c72d
9 changed files with 55 additions and 34 deletions

View File

@@ -32,7 +32,7 @@ under the License.
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<name>Apache Commons Logging</name>
<version>1.2-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<description>Apache 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>
@@ -527,11 +527,11 @@ under the License.
<maven.compiler.source>1.2</maven.compiler.source>
<maven.compiler.target>1.2</maven.compiler.target>
<commons.componentid>logging</commons.componentid>
<commons.release.version>1.1.3</commons.release.version>
<commons.release.version>1.2</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>RC1</commons.rc.version>
<commons.rc.version>RC2</commons.rc.version>
<commons.surefire.version>2.12</commons.surefire.version>
<skipSurefireReport>true</skipSurefireReport>
<!-- Allow default test run order to be changed -->