1
0

Update properties after change of parent.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1606044 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart
2014-06-27 12:04:43 +00:00
parent 71097fbd86
commit 812f6b68b0

View File

@@ -521,8 +521,8 @@ under the License.
</distributionManagement>
<properties>
<maven.compile.source>1.2</maven.compile.source>
<maven.compile.target>1.2</maven.compile.target>
<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.jira.id>LOGGING</commons.jira.id>