1
0

Update commons-parent from 34 to 43.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1820493 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory
2018-01-07 20:48:23 +00:00
parent 8c1e13d57d
commit 2d17ce4c09

View File

@@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>34</version>
<version>43</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-logging</groupId>
@@ -303,7 +303,6 @@ under the License.
-->
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.0</version>
<executions>
<execution>
<id>attach-artifacts</id>
@@ -531,8 +530,8 @@ under the License.
</distributionManagement>
<properties>
<maven.compiler.source>1.2</maven.compiler.source>
<maven.compiler.target>1.2</maven.compiler.target>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<commons.componentid>logging</commons.componentid>
<commons.module.name>org.apache.commons.logging</commons.module.name>
<commons.release.version>1.2</commons.release.version>