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 10:17:28 UTC

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

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

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


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

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

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

diff --git a/pom.xml b/pom.xml
index 3e0d605..ce0bca2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,11 @@ agnostic home for software distribution comprehension and audit tools.
   <inceptionYear>2006</inceptionYear>
   <properties>
     <ant.version>1.9.14</ant.version>
+<<<<<<< HEAD
     <javaVersion>1.7</javaVersion>
+=======
+    <javaVersion>1.6</javaVersion>
+>>>>>>> 5277f23e... RAT-244: Fix site build
     <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 +435,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 -->