You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2019/06/01 07:38:44 UTC

[creadur-rat] branch trunk updated: RAT-244: Fix site build

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 5277f23  RAT-244: Fix site build
5277f23 is described below

commit 5277f23e8dcd41998f3cbd312ab7d20a25ded9cc
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Sat Jun 1 09:38:32 2019 +0200

    RAT-244: Fix site build
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cf8a658..49f66d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@ agnostic home for software distribution comprehension and audit tools.
   <inceptionYear>2006</inceptionYear>
   <properties>
     <ant.version>1.9.14</ant.version>
-    <javaVersion>6</javaVersion>
+    <javaVersion>1.6</javaVersion>
     <maven.compiler.source>${javaVersion}</maven.compiler.source>
     <maven.compiler.target>${javaVersion}</maven.compiler.target>
     <!-- This is the version of Maven required to use the Rat Maven Plugin -->
@@ -431,6 +431,7 @@ agnostic home for software distribution comprehension and audit tools.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
+        <version>3.0.0-M2</version>
         <executions>
           <execution>
             <!-- This checks the bytecode version of the dependencies transitively -->