You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2022/07/15 09:48:03 UTC

[jackrabbit-filevault] branch master updated: releng: Use ASF Parent 27 (#238)

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new 45ac375a releng: Use ASF Parent 27 (#238)
45ac375a is described below

commit 45ac375acfd555f314bb0b3f768c226637878346
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jul 15 11:47:58 2022 +0200

    releng: Use ASF Parent 27 (#238)
    
    update dependency-check-maven to 7.1.1
    ignore .gitattributes as well
    for some reason this has been ignored with apache-rat-plugin 0.13 (see
    https://issues.apache.org/jira/browse/RAT-308)
---
 parent/pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 74f57b2a..f7591fb6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>26</version>
+        <version>27</version>
         <relativePath />
     </parent>
 
@@ -233,7 +233,7 @@ Bundle-Category: jackrabbit
                         <dependency>
                             <groupId>org.apache.maven.release</groupId>
                             <artifactId>maven-release-oddeven-policy</artifactId>
-                            <version>3.0.0-M5</version>
+                            <version>3.0.0-M6</version>
                         </dependency>
                     </dependencies>
                 </plugin>
@@ -250,6 +250,7 @@ Bundle-Category: jackrabbit
                             <exclude>release.properties</exclude>
                             <exclude>.git/**</exclude>
                             <exclude>.idea/**</exclude>
+                            <exclude>.gitattributes</exclude>
                             <exclude>.gitignore</exclude>
                             <exclude>derby.log</exclude>
                             <exclude>**/*.zip/**</exclude>
@@ -280,7 +281,7 @@ Bundle-Category: jackrabbit
                 <plugin>
                     <groupId>org.owasp</groupId>
                     <artifactId>dependency-check-maven</artifactId>
-                    <version>7.1.0</version>
+                    <version>7.1.1</version>
                     <executions>
                         <execution>
                             <goals>