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 2020/10/06 07:06:59 UTC

[creadur-rat] branch master updated (af4c451 -> 4800f4e)

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

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


    from af4c451  RAT-273: Disable JDK16 due to test failures
     new 3028350  RAT-274: Update Ant - changelog.
     new 4800f4e  RAT-274: Update to latest ANT and raise compilerVersion to JDK8

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                 | 8 ++++----
 src/changes/changes.xml | 3 +++
 2 files changed, 7 insertions(+), 4 deletions(-)


[creadur-rat] 01/02: RAT-274: Update Ant - changelog.

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 302835083247d51bdc27b202ab6998133c89f13a
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Tue Oct 6 08:59:35 2020 +0200

    RAT-274: Update Ant - changelog.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bdf3443..e3072f8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,9 @@ The <action> type attribute can be add,update,fix,remove.
 
   <body>
     <release version="0.14-SNAPSHOT" date="2020-xx-xx" description="Current SNAPSHOT - to be done">
+      <action issue="RAT-274" type="fix" dev="pottlinger">
+        Update to latest Apache Ant to fix CVE-2020-11979.
+      </action>
       <action issue="RAT-271" type="add" dev="pottlinger">
         Move all Creadur projects to new Jenkins infrastructure at ASF and migrate from Subversion to Gitbox/Github. Please update your repository URLs and use the new default branch master in all projects.
       </action>


[creadur-rat] 02/02: RAT-274: Update to latest ANT and raise compilerVersion to JDK8

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4800f4e6719a76112afdee9357d78f95146449a2
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Tue Oct 6 09:06:53 2020 +0200

    RAT-274: Update to latest ANT and raise compilerVersion to JDK8
---
 pom.xml                 | 8 ++++----
 src/changes/changes.xml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2348e5b..e4078ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,8 +43,8 @@ agnostic home for software distribution comprehension and audit tools.
   </description>
   <inceptionYear>2006</inceptionYear>
   <properties>
-    <ant.version>1.9.15</ant.version>
-    <javaVersion>1.7</javaVersion>
+    <ant.version>1.10.9</ant.version>
+    <javaVersion>1.8</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 -->
@@ -452,7 +452,7 @@ agnostic home for software distribution comprehension and audit tools.
               be changed manually when we decide to move to a higher version of
               Java
             -->
-            <id>check-java-1.7-compat</id>
+            <id>check-java-1.8-compat</id>
             <phase>process-classes</phase>
             <goals>
               <goal>check</goal>
@@ -460,7 +460,7 @@ agnostic home for software distribution comprehension and audit tools.
             <configuration>
               <signature>
                 <groupId>org.codehaus.mojo.signature</groupId>
-                <artifactId>java17</artifactId>
+                <artifactId>java18</artifactId>
                 <version>1.0</version>
               </signature>
             </configuration>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e3072f8..a500ee7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -56,7 +56,7 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
     <release version="0.14-SNAPSHOT" date="2020-xx-xx" description="Current SNAPSHOT - to be done">
       <action issue="RAT-274" type="fix" dev="pottlinger">
-        Update to latest Apache Ant to fix CVE-2020-11979.
+        Update to latest Apache Ant 1.10.9 to fix CVE-2020-11979. Update to JDK8 as minimal version/compiler version.
       </action>
       <action issue="RAT-271" type="add" dev="pottlinger">
         Move all Creadur projects to new Jenkins infrastructure at ASF and migrate from Subversion to Gitbox/Github. Please update your repository URLs and use the new default branch master in all projects.