Author: michaelo
Date: Mon Jan 4 00:22:53 2016
New Revision: 1722777
URL: http://svn.apache.org/viewvc?rev=1722777&view=rev
Log:
Update version to 2.9-SNAPSHOT but remain on Java 5 until 3.0
Modified:
maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=1722777&r1=1722776&r2=1722777&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Mon Jan 4
00:22:53 2016
@@ -30,7 +30,7 @@ under the License.
</parent>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.8.2-SNAPSHOT</version>
+ <version>2.9-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Apache Maven Project Info Reports Plugin</name>
@@ -109,6 +109,7 @@ under the License.
</distributionManagement>
<properties>
+ <javaVersion>5</javaVersion>
<doxiaVersion>1.6</doxiaVersion>
<doxia-sitetoolsVersion>1.6</doxia-sitetoolsVersion>
<mavenVersion>2.2.1</mavenVersion>