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 2021/06/25 18:30:32 UTC

[jackrabbit-filevault] branch master updated (1bfd41e -> 5d69cc8)

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

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


    from 1bfd41e  JCRVLT-540 update to Oak 1.40.0 and Jackrabbit 2.20.3 (#151)
     new b066336  releng: switch URL to HTTPS
     new 7aba970  Merge branch 'master' of git@github.com:apache/jackrabbit-filevault.git
     new 5d69cc8  releng: restore deleted SCM info

The 3 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:
 parent/pom.xml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

[jackrabbit-filevault] 03/03: releng: restore deleted SCM info

Posted by kw...@apache.org.
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

commit 5d69cc8e0cbd569669e0984b50a4cacc278b2b18
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jun 25 20:30:19 2021 +0200

    releng: restore deleted SCM info
---
 parent/pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 56a74af..54b2718 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -14,7 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd " child.project.url.inherit.append.path="false">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-4_0_0.xsd " child.project.url.inherit.append.path="false">
     <modelVersion>4.0.0</modelVersion>
     <!-- ====================================================================== -->
     <!-- P A R E N T P R O J E C T D E S C R I P T I O N -->
@@ -66,6 +66,12 @@ Apache Jackrabbit FileVault is a project of the Apache Software Foundation.
     <!-- using adjusted inheritance rules: https://issues.apache.org/jira/browse/MNG-6059 
     TODO: this block gets removed with each release https://issues.apache.org/jira/browse/MRELEASE-1053
     -->
+    <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="true">
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git</developerConnection>
+        <url>https://github.com/apache/jackrabbit-filevault/tree/${project.scm.tag}</url>
+        <tag>master</tag>
+    </scm>
 
     <!-- ====================================================================== -->
     <!-- P R O J E C T  I N F O                                                 -->

[jackrabbit-filevault] 01/03: releng: switch URL to HTTPS

Posted by kw...@apache.org.
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

commit b06633689e49e3d62b71d60d82c8b92f172b6ea7
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jun 25 20:25:01 2021 +0200

    releng: switch URL to HTTPS
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7fbf8c8..97c1c7f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -98,7 +98,7 @@ Apache Jackrabbit FileVault is a project of the Apache Software Foundation.
         <url>https://travis-ci.org/apache/jackrabbit-filevault</url>
     </ciManagement>
 
-    <url>http://jackrabbit.apache.org/filevault/</url>
+    <url>https://jackrabbit.apache.org/filevault/</url>
 
     <!-- ====================================================================== -->
     <!-- B U I L D D E F I N I T I O N -->

[jackrabbit-filevault] 02/03: Merge branch 'master' of git@github.com:apache/jackrabbit-filevault.git

Posted by kw...@apache.org.
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

commit 7aba970bf4d0b1db3b382b493c8ca368fc4973fa
Merge: b066336 1bfd41e
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jun 25 20:27:23 2021 +0200

    Merge branch 'master' of git@github.com:apache/jackrabbit-filevault.git

 parent/pom.xml                                     |  4 ++--
 .../packaging/impl/AdminPermissionCheckerIT.java   | 25 ++++++++++++----------
 2 files changed, 16 insertions(+), 13 deletions(-)