You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/06/02 20:55:58 UTC

[maven-doxia-sitetools] branch master updated: [DOXIASITETOOLS-195] Require Java 7

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 <mi...@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>