1
0

Increate target to Java 1.2

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1605901 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart
2014-06-26 20:34:45 +00:00
parent 6257078add
commit d774fe0a54

View File

@@ -522,13 +522,13 @@ under the License.
<properties>
<maven.compile.source>1.2</maven.compile.source>
<maven.compile.target>1.1</maven.compile.target>
<maven.compile.target>1.2</maven.compile.target>
<commons.componentid>logging</commons.componentid>
<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>
<!-- Allow default test run order to be changed -->