1
0

Revert release version to 1.1.1 for site publish, add rc property.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1450434 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart
2013-02-26 21:29:44 +00:00
parent f0bc77edf9
commit a0dbfe9609

View File

@@ -550,13 +550,16 @@ under the License.
<maven.compile.source>1.2</maven.compile.source> <maven.compile.source>1.2</maven.compile.source>
<maven.compile.target>1.1</maven.compile.target> <maven.compile.target>1.1</maven.compile.target>
<commons.componentid>logging</commons.componentid> <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.binary.suffix>-bin</commons.binary.suffix>
<commons.jira.id>LOGGING</commons.jira.id> <commons.jira.id>LOGGING</commons.jira.id>
<commons.jira.pid>12310484</commons.jira.pid> <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> <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,