This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git
The following commit(s) were added to refs/heads/master by this push: new a567074 [DOXIASITETOOLS-195] Require Java 7 a567074 is described below commit a567074ad89bd2d4f0fc32d21a8fcd12e0282876 Author: Michael Osipov <micha...@apache.org> AuthorDate: Sun Jun 2 22:55:03 2019 +0200 [DOXIASITETOOLS-195] Require Java 7 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 716bfa6..3bfb8df 100644 --- a/pom.xml +++ b/pom.xml @@ -69,6 +69,7 @@ under the License. </distributionManagement> <properties> + <javaVersion>7</javaVersion> <doxiaVersion>1.8</doxiaVersion> <maven.site.path>doxia-sitetools-archives/doxia-sitetools-LATEST</maven.site.path> </properties>