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/02/26 08:52:07 UTC

svn commit: r46342 - in /dev/jackrabbit/filevault/3.4.10: jackrabbit-filevault-3.4.10-javadoc.jar jackrabbit-filevault-3.4.10-javadoc.jar.asc jackrabbit-filevault-3.4.10.pom jackrabbit-filevault-3.4.10.pom.asc

Author: kwin
Date: Fri Feb 26 08:52:07 2021
New Revision: 46342

Log:
Apache Jackrabbit Filevault 3.4.10 add missing artifacts

Added:
    dev/jackrabbit/filevault/3.4.10/jackrabbit-filevault-3.4.10-javadoc.jar   (with props)
    dev/jackrabbit/filevault/3.4.10/jackrabbit-filevault-3.4.10-javadoc.jar.asc
    dev/jackrabbit/filevault/3.4.10/jackrabbit-filevault-3.4.10.pom
    dev/jackrabbit/filevault/3.4.10/jackrabbit-filevault-3.4.10.pom.asc

Added: dev/jackrabbit/filevault/3.4.10/jackrabbit-filevault-3.4.10-javadoc.jar
==============================================================================
Binary file - no diff available.

Propchange: dev/jackrabbit/filevault/3.4.10/jackrabbit-filevault-3.4.10-javadoc.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/jackrabbit/filevault/3.4.10/jackrabbit-filevault-3.4.10-javadoc.jar.asc
==============================================================================
--- dev/jackrabbit/filevault/3.4.10/jackrabbit-filevault-3.4.10-javadoc.jar.asc (added)
+++ dev/jackrabbit/filevault/3.4.10/jackrabbit-filevault-3.4.10-javadoc.jar.asc Fri Feb 26 08:52:07 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQEcBAABCgAGBQJgOLS3AAoJENd0LVhFXsx803oIAI101bpWPKWaSj1zzsRF8nG/
+P3lxb2MOZqUnSAPpenftZtpL3vqSL2ovWWewx2+W4kXEYDsuKjEjlN2fFcApv33h
+odXm7g2Cy5ez5JqsMj7hv9H6jLbWfhOFJSwb6OfinfX2KCnN6RIchIbJXrhrnpDE
+9F8zxUO4RkNbQ9UVfkT+s5QXG6YeXsQL0CHWBr0s/icckFcXWBZ2kmx6PVelsNbQ
+WwcZNdXbnchmlm9pRP/dlB7r7rc6pktWh856m9uvb8ibQ4SDLB2rY+H8yub7TjdX
+UCqR/4ftrdgNxUPC+HPq8XT+ptWvDuFalWgF7AKMSOSqbUf67mVkFS3vg1jwVCQ=
+=krnc
+-----END PGP SIGNATURE-----

Added: dev/jackrabbit/filevault/3.4.10/jackrabbit-filevault-3.4.10.pom
==============================================================================
--- dev/jackrabbit/filevault/3.4.10/jackrabbit-filevault-3.4.10.pom (added)
+++ dev/jackrabbit/filevault/3.4.10/jackrabbit-filevault-3.4.10.pom Fri Feb 26 08:52:07 2021
@@ -0,0 +1,266 @@
+<?xml version="1.0"?><!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  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 ">
+    <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                      -->
+    <!-- ====================================================================== -->
+    <parent>
+        <groupId>org.apache.jackrabbit.vault</groupId>
+        <artifactId>parent</artifactId>
+        <relativePath>parent/pom.xml</relativePath>
+        <version>3.4.10</version>
+    </parent>
+
+    <!-- ====================================================================== -->
+    <!-- P R O J E C T  D E S C R I P T I O N                                   -->
+    <!-- ====================================================================== -->
+    <artifactId>jackrabbit-filevault</artifactId>
+    <packaging>pom</packaging>
+
+    <name>Apache Jackrabbit FileVault (Reactor Project)</name>
+
+    <!-- ====================================================================== -->
+    <!-- M O D U L E S                                                          -->
+    <!-- ====================================================================== -->
+    <modules>
+        <module>target-osgi-environment</module>
+        <module>parent</module>
+        <module>vault-core</module>
+        <module>vault-diff</module>
+        <module>vault-rcp</module>
+        <module>vault-davex</module>
+        <module>vault-doc</module>
+        <module>vault-vlt</module>
+        <module>vault-cli</module>
+        <module>vault-hook-example</module>
+        <module>vault-hook-externalclass-test</module>
+        <module>vault-sync</module>
+        <module>vault-validation</module>
+    </modules>
+
+    <properties>
+        <project.build.outputTimestamp>2021-02-26T08:25:48Z</project.build.outputTimestamp>
+    </properties>
+
+    <!-- ====================================================================== -->
+    <!-- B U I L D                                                              -->
+    <!-- ====================================================================== -->
+    <build>
+        <plugins>
+            <!-- ====================================================================== -->
+            <!-- J A V A D O C   P L U G I N                                            -->
+            <!-- ====================================================================== -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <!-- Default configuration for all reports -->
+                    <windowtitle>Apache Jackrabbit FileVault ${project.version} API</windowtitle>
+                    <doctitle>Apache Jackrabbit FileVault ${project.version} API</doctitle>
+                    <excludePackageNames>
+                        org.apache.jackrabbit.vault.cli*,org.apache.jackrabbit.vault.davex,*.impl*,org.apache.jackrabbit.vault.util.xml,org.apache.jackrabbit.vault.vlt.actions,org.apache.jackrabbit.vault.vlt.meta.*,org.apache.jackrabbit.vault.packaging.hotfix,org.apache.jackrabbit.vault.validation.impl*,org.apache.jackrabbit.vault.validation.spi.impl
+                    </excludePackageNames>
+                    <reportOutputDirectory>${basedir}/vault-doc/target/site</reportOutputDirectory>
+                    <additionalparam>-notimestamp</additionalparam>
+                    <detectLinks>true</detectLinks>
+                    <detectJavaApiLink>true</detectJavaApiLink>
+                    <links>
+                        <link>https://docs.adobe.com/content/docs/en/spec/javax.jcr/javadocs/jcr-2.0/</link>
+                        <link>https://jackrabbit.apache.org/api/2.20/</link>
+                        <link>https://www.javadoc.io/doc/org.apache.jackrabbit/oak-jackrabbit-api/1.32.0/</link>
+                    </links>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>aggregate</id>
+                        <goals>
+                            <goal>aggregate</goal>
+                        </goals>
+                        <phase>site</phase>
+                    </execution>
+                    <execution>
+                        <id>aggregate-jar</id>
+                        <goals>
+                            <goal>aggregate-jar</goal>
+                        </goals>
+                        <phase>package</phase>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- ====================================================================== -->
+    <!-- R E P O R T I N G                                                      -->
+    <!-- ====================================================================== -->
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <reportSets>
+                    <reportSet>
+                        <!-- only generate aggregate report (not main and test, https://maven.apache.org/plugins/maven-javadoc-plugin/examples/selective-javadocs-report.html) -->
+                        <id>aggregate</id>
+                        <reports>
+                            <report>aggregate</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+
+    <!-- ====================================================================== -->
+    <!-- P R O F I L E S                                                        -->
+    <!-- ====================================================================== -->
+    <profiles>
+        <profile>
+            <id>apache-release</id>
+            <properties>
+                <username>${user.name}</username>
+                <keyfile>${user.home}/.ssh/id_rsa</keyfile>
+                <passphrase />
+            </properties>
+            <build>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-assembly-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <goals>
+                                    <goal>single</goal>
+                                </goals>
+                                <phase>package</phase>
+                                <configuration>
+                                    <descriptors>
+                                        <descriptor>assembly.xml</descriptor>
+                                    </descriptors>
+                                </configuration>
+                            </execution>
+                            <execution>
+                                <id>source-release-assembly</id>
+                                <configuration>
+                                    <skipAssembly>true</skipAssembly>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <!-- JCR-2455: Automatic staging of non-Maven release artifacts -->
+                    <plugin>
+                        <artifactId>maven-antrun-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <goals>
+                                    <goal>run</goal>
+                                </goals>
+                                <phase>deploy</phase>
+                                <configuration>
+                                    <tasks>
+                                        <mkdir dir="${basedir}/target/${project.version}" />
+                                        <copy todir="${basedir}/target/${project.version}" flatten="true">
+                                            <fileset dir="${basedir}">
+                                                <include name="RELEASE-NOTES.txt" />
+                                                <include name="target/*-src.zip*" />
+                                            </fileset>
+                                        </copy>
+                                        <checksum algorithm="MD5" fileext=".md5">
+                                            <fileset dir="${basedir}/target/${project.version}">
+                                                <include name="*.zip" />
+                                            </fileset>
+                                        </checksum>
+                                        <checksum algorithm="SHA1" fileext=".sha1">
+                                            <fileset dir="${basedir}/target/${project.version}">
+                                                <include name="*.zip" />
+                                            </fileset>
+                                        </checksum>
+                                        <checksum algorithm="SHA-512" fileext=".sha512">
+                                            <fileset dir="${basedir}/target/${project.version}">
+                                                <include name="*.zip" />
+                                            </fileset>
+                                        </checksum>
+                                        <checksum file="${basedir}/target/${project.version}/jackrabbit-filevault-${project.version}-src.zip" algorithm="SHA1" property="checksum" />
+                                        <echo file="${basedir}/target/vote.txt">
+From: ${username}@apache.org
+To: dev@jackrabbit.apache.org
+Subject: [VOTE] Release Apache Jackrabbit Filevault ${project.version}
+
+A candidate for the Jackrabbit Filevault ${project.version} release is available at:
+
+https://dist.apache.org/repos/dist/dev/jackrabbit/filevault/${project.version}/
+
+The release candidate is a zip archive of the sources in:
+
+https://github.com/apache/jackrabbit-filevault/tree/jackrabbit-filevault-${project.version}/
+
+The SHA1 checksum of the archive is ${checksum}.
+
+The command for running automated checks against this release candidate is:
+$ sh check-release.sh filevault ${project.version} ${checksum}
+
+A staged Maven repository is available for review at:
+
+https://repository.apache.org/
+
+Please vote on releasing this package as Apache Jackrabbit Filevault ${project.version}.
+The vote is open for a minimum of 72 hours during business days and passes
+if a majority of at least three +1 Jackrabbit PMC votes are cast.
+The vote fails if not enough votes are cast after 1 week (5 business days).
+
+[ ] +1 Release this package as Apache Jackrabbit Filevault ${project.version}
+[ ] -1 Do not release this package because...${line.separator}
+                                        </echo>
+                                        <echo />
+                                        <echo>
+The release candidate has been prepared in:
+
+${basedir}/target/${project.version}
+
+Please deploy it to https://dist.apache.org/repos/dist/dev/jackrabbit/filevault:
+
+cd /path/to/jackrabbit-dev/filevault
+mv ${basedir}/target/${project.version} ${project.version}
+svn add ${project.version}
+svn commit -m 'Apache Jackrabbit Filevault ${project.version} release candidate' ${project.version}
+
+A release vote template has been generated for you:
+
+file://${basedir}/target/vote.txt
+                                        </echo>
+                                        <echo />
+                                    </tasks>
+                                </configuration>
+                            </execution>
+                        </executions>
+                        <dependencies>
+                            <dependency>
+                                <groupId>org.apache.ant</groupId>
+                                <artifactId>ant-nodeps</artifactId>
+                                <version>1.8.1</version>
+                            </dependency>
+                        </dependencies>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+
+  <scm>
+    <tag>jackrabbit-filevault-3.4.10</tag>
+  </scm>
+</project>

Added: dev/jackrabbit/filevault/3.4.10/jackrabbit-filevault-3.4.10.pom.asc
==============================================================================
--- dev/jackrabbit/filevault/3.4.10/jackrabbit-filevault-3.4.10.pom.asc (added)
+++ dev/jackrabbit/filevault/3.4.10/jackrabbit-filevault-3.4.10.pom.asc Fri Feb 26 08:52:07 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQEcBAABCgAGBQJgOLS3AAoJENd0LVhFXsx8DukIAN2L8W5/QJuFwFQfO0cOgZhz
+YrfMtlJl1JTTL1KsgT6SveTFYTiLA8sDn4Y0E5EK0ZBQHiKrMaVLAevL6udTsw5e
+hauMGElBwrBjo8DfP8VmEhMcVe9dV1ba4Izm6g8Wa/WcesyW4Xc4mhqF4ijujvUv
+z/lZt2fpSWLDQD/htPbDi7cuJu0YEbCdhOddm7oi0CSoG7EqUa2NQWCq+ERJffgw
+pj1z3RuPRIWeQshSxjagB2w1cxarLRHYuHY7ri9sShNHdMswAPfkXURQfuXBwTI+
+RU6b9hDgBVb2Knlnwd9dOpC+NCVZsWZBXPEA4NPom6muYGkMgS0/hgHMaffTJSk=
+=vuKZ
+-----END PGP SIGNATURE-----