You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mr...@apache.org on 2021/07/05 06:12:01 UTC

[jackrabbit-oak] branch trunk updated: OAK-9483: UpgradeIT fails when noexec is set on temp folder

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

mreutegg pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 40e4372  OAK-9483: UpgradeIT fails when noexec is set on temp folder
     new ed954fd  Merge pull request #312 from mreutegg/OAK-9483
40e4372 is described below

commit 40e4372c24b31a4c3f96da7863a5cf54412e3955
Author: Marcel Reutegger <ma...@gmail.com>
AuthorDate: Fri Jul 2 15:30:55 2021 +0200

    OAK-9483: UpgradeIT fails when noexec is set on temp folder
    
    Use Oak 1.6.2 instead to get OAK-5961 fix
---
 oak-segment-tar/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-segment-tar/pom.xml b/oak-segment-tar/pom.xml
index 89bc6c9..26a06e4 100644
--- a/oak-segment-tar/pom.xml
+++ b/oak-segment-tar/pom.xml
@@ -126,7 +126,7 @@
                         <phase>pre-integration-test</phase>
                         <goals><goal>copy</goal></goals>
                         <configuration>
-                            <artifact>org.apache.jackrabbit:oak-run:1.6.1</artifact>
+                            <artifact>org.apache.jackrabbit:oak-run:1.6.2</artifact>
                             <outputDirectory>${project.build.directory}/upgrade-it</outputDirectory>
                             <stripVersion>true</stripVersion>
                         </configuration>