Author: ggregory
Date: Sun Jan 7 20:48:23 2018
New Revision: 1820493
URL: http://svn.apache.org/viewvc?rev=1820493&view=rev
Log:
Update commons-parent from 34 to 43.
Modified:
commons/proper/logging/trunk/pom.xml
Modified: commons/proper/logging/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1820493&r1=1820492&r2=1820493&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Sun Jan 7 20:48:23 2018
@@ -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>