From commits-return-1352-archive-asf-public=cust-asf.ponee.io@yetus.apache.org Tue May 21 20:37:14 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4B38C18076D for ; Tue, 21 May 2019 22:37:13 +0200 (CEST) Received: (qmail 95446 invoked by uid 500); 21 May 2019 20:37:12 -0000 Mailing-List: contact commits-help@yetus.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@yetus.apache.org Delivered-To: mailing list commits@yetus.apache.org Received: (qmail 95437 invoked by uid 99); 21 May 2019 20:37:12 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2019 20:37:12 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 0BF9285D84; Tue, 21 May 2019 20:37:12 +0000 (UTC) Date: Tue, 21 May 2019 20:37:11 +0000 To: "commits@yetus.apache.org" Subject: [yetus] branch master updated: YETUS-888. update various web components (#60) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155847103194.24734.14906545112072086281@gitbox.apache.org> From: aw@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: yetus X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: cfdb40219484cc7ebb72dc5b47febbf96bea99f5 X-Git-Newrev: c5697311c20ba3b98897712ae7cb9edecff31aa5 X-Git-Rev: c5697311c20ba3b98897712ae7cb9edecff31aa5 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. aw pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/yetus.git The following commit(s) were added to refs/heads/master by this push: new c569731 YETUS-888. update various web components (#60) c569731 is described below commit c5697311c20ba3b98897712ae7cb9edecff31aa5 Author: Allen Wittenauer AuthorDate: Tue May 21 13:37:07 2019 -0700 YETUS-888. update various web components (#60) --- NOTICE | 2 +- asf-site-src/config.rb | 2 +- asf-site-src/pom.xml | 8 +- asf-site-src/source/_footer.md.erb | 2 +- asf-site-src/source/_header.md.erb | 12 +- asf-site-src/source/assets/config.json | 4 +- asf-site-src/source/assets/css/bootstrap-theme.css | 63 +- .../source/assets/css/bootstrap-theme.min.css | 15 +- asf-site-src/source/assets/css/bootstrap.css | 867 ++++++++++----------- asf-site-src/source/assets/css/bootstrap.min.css | 15 +- .../assets/fonts/glyphicons-halflings-regular.svg | 2 +- asf-site-src/source/assets/js/bootstrap.js | 441 ++++++++--- asf-site-src/source/assets/js/bootstrap.min.js | 14 +- asf-site-src/source/contribute/releases.md | 2 +- asf-site-src/source/doap_yetus.rdf | 14 +- .../in-progress/interface-classification.md | 2 +- .../documentation/in-progress/precommit-basic.md | 16 +- .../documentation/in-progress/precommit-robots.md | 2 +- asf-site-src/source/mailinglists.html.md | 6 +- asf-site-src/src/main/assemblies/asf-site.xml | 6 +- .../audience-annotations-jdiff/pom.xml | 8 +- .../main/assemblies/audience-annotations-jdiff.xml | 6 +- .../ExcludePrivateAnnotationsJDiffDoclet.java | 2 +- .../audience-annotations/pom.xml | 8 +- .../src/main/assemblies/audience-annotations.xml | 6 +- .../ExcludePrivateAnnotationsStandardDoclet.java | 2 +- .../IncludePublicAnnotationsStandardDoclet.java | 2 +- .../yetus/audience/tools/RootDocProcessor.java | 3 +- audience-annotations-component/pom.xml | 8 +- pom.xml | 8 +- precommit/pom.xml | 8 +- precommit/src/main/shell/personality/accumulo.sh | 2 +- precommit/src/main/shell/personality/kafka.sh | 2 +- .../src/main/shell/test-patch-docker/Dockerfile | 4 +- .../src/main/shell/test-patch.d/asflicense.sh | 2 +- .../src/main/shell/test-patch.d/briefreport.sh | 2 +- precommit/src/main/shell/test-patch.sh | 4 +- releasedocmaker/pom.xml | 8 +- .../src/main/assemblies/jar-with-dependencies.xml | 6 +- .../src/main/assemblies/releasedocmaker.xml | 6 +- shelldocs/pom.xml | 8 +- yetus-assemblies/pom.xml | 8 +- .../src/main/resources/assemblies/module-dist.xml | 6 +- .../main/resources/assemblies/script-bundle.xml | 6 +- yetus-dist/pom.xml | 8 +- yetus-dist/src/main/assemblies/bin-tgz.xml | 6 +- yetus-dist/src/main/assemblies/site-meta.xml | 6 +- yetus-dist/src/main/assemblies/site-tgz.xml | 6 +- yetus-dist/src/main/assemblies/site.xml | 6 +- yetus-dist/src/main/assemblies/source.xml | 6 +- yetus-dist/src/main/assemblies/yetus-dist.xml | 6 +- yetus-maven-plugin/pom.xml | 8 +- .../src/main/assemblies/yetus-maven-plugin.xml | 6 +- yetus-minimaven-plugin/pom.xml | 8 +- 54 files changed, 909 insertions(+), 777 deletions(-) diff --git a/NOTICE b/NOTICE index 9d9841d..2b0325f 100644 --- a/NOTICE +++ b/NOTICE @@ -2,7 +2,7 @@ Apache Yetus Copyright 2008-2019 The Apache Software Foundation This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). +The Apache Software Foundation (https://www.apache.org/). --- Additional licenses for the Apache Yetus Source/Website: diff --git a/asf-site-src/config.rb b/asf-site-src/config.rb index 5599344..7266503 100644 --- a/asf-site-src/config.rb +++ b/asf-site-src/config.rb @@ -147,7 +147,7 @@ def build_release_docs(output, version) # rubocop:disable Metrics/AbcSize, Metri `(cd #{output} \ && mkdir -p build-#{version} \ && curl --fail --location --output site-#{version}.tar.gz \ - http://archive.apache.org/dist/yetus/#{version}/apache-yetus-#{version}-site.tar.gz \ + https://archive.apache.org/dist/yetus/#{version}/apache-yetus-#{version}-site.tar.gz \ && tar -C build-#{version} \ --strip-components 3 -xzpf site-#{version}.tar.gz \ apache-yetus-#{version}-site/documentation/in-progress/ \ diff --git a/asf-site-src/pom.xml b/asf-site-src/pom.xml index 51fb6a7..48e1df0 100644 --- a/asf-site-src/pom.xml +++ b/asf-site-src/pom.xml @@ -17,10 +17,10 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.yetus diff --git a/asf-site-src/source/_footer.md.erb b/asf-site-src/source/_footer.md.erb index 178f3ee..877884f 100644 --- a/asf-site-src/source/_footer.md.erb +++ b/asf-site-src/source/_footer.md.erb @@ -23,7 +23,7 @@
- Copyright 2008-2019 Apache Software Foundation. Licensed under the Apache License v2.0. Apache Yetus and the Apache feather logo are trademarks of The Apache Software Foundation. + Copyright 2008-2019 Apache Software Foundation. Licensed under the Apache License v2.0. Apache Yetus and the Apache feather logo are trademarks of The Apache Software Foundation.
diff --git a/asf-site-src/source/_header.md.erb b/asf-site-src/source/_header.md.erb index 18aa482..6c0b7c6 100644 --- a/asf-site-src/source/_header.md.erb +++ b/asf-site-src/source/_header.md.erb @@ -50,7 +50,7 @@
diff --git a/asf-site-src/src/main/assemblies/asf-site.xml b/asf-site-src/src/main/assemblies/asf-site.xml index 4aae535..2ad24b8 100644 --- a/asf-site-src/src/main/assemblies/asf-site.xml +++ b/asf-site-src/src/main/assemblies/asf-site.xml @@ -17,9 +17,9 @@ specific language governing permissions and limitations under the License. --> - + asf-site dir diff --git a/audience-annotations-component/audience-annotations-jdiff/pom.xml b/audience-annotations-component/audience-annotations-jdiff/pom.xml index 715eb57..f1d3f06 100644 --- a/audience-annotations-component/audience-annotations-jdiff/pom.xml +++ b/audience-annotations-component/audience-annotations-jdiff/pom.xml @@ -17,10 +17,10 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.yetus diff --git a/audience-annotations-component/audience-annotations-jdiff/src/main/assemblies/audience-annotations-jdiff.xml b/audience-annotations-component/audience-annotations-jdiff/src/main/assemblies/audience-annotations-jdiff.xml index 86ddc0a..780e386 100644 --- a/audience-annotations-component/audience-annotations-jdiff/src/main/assemblies/audience-annotations-jdiff.xml +++ b/audience-annotations-component/audience-annotations-jdiff/src/main/assemblies/audience-annotations-jdiff.xml @@ -17,9 +17,9 @@ specific language governing permissions and limitations under the License. --> - + audience-annotations-jdiff dir diff --git a/audience-annotations-component/audience-annotations-jdiff/src/main/java/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.java b/audience-annotations-component/audience-annotations-jdiff/src/main/java/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.java index 974a413..5512351 100644 --- a/audience-annotations-component/audience-annotations-jdiff/src/main/java/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.java +++ b/audience-annotations-component/audience-annotations-jdiff/src/main/java/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.java @@ -27,7 +27,7 @@ import org.apache.yetus.audience.InterfaceAudience; import org.apache.yetus.audience.InterfaceStability; /** - * A Doclet + * A Doclet * for excluding elements that are annotated with * {@link org.apache.yetus.audience.InterfaceAudience.Private} or * {@link org.apache.yetus.audience.InterfaceAudience.LimitedPrivate}. diff --git a/audience-annotations-component/audience-annotations/pom.xml b/audience-annotations-component/audience-annotations/pom.xml index f6be7d9..333104f 100644 --- a/audience-annotations-component/audience-annotations/pom.xml +++ b/audience-annotations-component/audience-annotations/pom.xml @@ -17,10 +17,10 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.yetus diff --git a/audience-annotations-component/audience-annotations/src/main/assemblies/audience-annotations.xml b/audience-annotations-component/audience-annotations/src/main/assemblies/audience-annotations.xml index 894b908..f5cd3b1 100644 --- a/audience-annotations-component/audience-annotations/src/main/assemblies/audience-annotations.xml +++ b/audience-annotations-component/audience-annotations/src/main/assemblies/audience-annotations.xml @@ -17,9 +17,9 @@ specific language governing permissions and limitations under the License. --> - + audience-annotations dir diff --git a/audience-annotations-component/audience-annotations/src/main/java/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.java b/audience-annotations-component/audience-annotations/src/main/java/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.java index b697511..58bb831 100644 --- a/audience-annotations-component/audience-annotations/src/main/java/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.java +++ b/audience-annotations-component/audience-annotations/src/main/java/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.java @@ -26,7 +26,7 @@ import org.apache.yetus.audience.InterfaceAudience; import org.apache.yetus.audience.InterfaceStability; /** - * A Doclet + * A Doclet * for excluding elements that are annotated with * {@link org.apache.yetus.audience.InterfaceAudience.Private} or * {@link org.apache.yetus.audience.InterfaceAudience.LimitedPrivate}. diff --git a/audience-annotations-component/audience-annotations/src/main/java/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.java b/audience-annotations-component/audience-annotations/src/main/java/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.java index 435b146..19eea4f 100644 --- a/audience-annotations-component/audience-annotations/src/main/java/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.java +++ b/audience-annotations-component/audience-annotations/src/main/java/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.java @@ -26,7 +26,7 @@ import org.apache.yetus.audience.InterfaceAudience; import org.apache.yetus.audience.InterfaceStability; /** - * A Doclet + * A Doclet * that only includes class-level elements that are annotated with * {@link org.apache.yetus.audience.InterfaceAudience.Public}. * Class-level elements with no annotation are excluded. diff --git a/audience-annotations-component/audience-annotations/src/main/java/org/apache/yetus/audience/tools/RootDocProcessor.java b/audience-annotations-component/audience-annotations/src/main/java/org/apache/yetus/audience/tools/RootDocProcessor.java index fe3e858..02bbd16 100644 --- a/audience-annotations-component/audience-annotations/src/main/java/org/apache/yetus/audience/tools/RootDocProcessor.java +++ b/audience-annotations-component/audience-annotations/src/main/java/org/apache/yetus/audience/tools/RootDocProcessor.java @@ -45,7 +45,8 @@ import org.apache.yetus.audience.InterfaceStability; * Process the {@link RootDoc} by substituting with (nested) proxy objects that * exclude elements with Private or LimitedPrivate annotations. *

- * Based on code from http://www.sixlegs.com/blog/java/exclude-javadoc-tag.html. + * Based on code from + * https://web.archive.org/web/20171114155534/http://sixlegs.com/blog/java/exclude-javadoc-tag.html. */ class RootDocProcessor { diff --git a/audience-annotations-component/pom.xml b/audience-annotations-component/pom.xml index 0483f49..fed4e3e 100644 --- a/audience-annotations-component/pom.xml +++ b/audience-annotations-component/pom.xml @@ -17,10 +17,10 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.yetus diff --git a/pom.xml b/pom.xml index 9435290..984d3f2 100644 --- a/pom.xml +++ b/pom.xml @@ -16,10 +16,10 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache diff --git a/precommit/pom.xml b/precommit/pom.xml index c1debb2..04f7286 100644 --- a/precommit/pom.xml +++ b/precommit/pom.xml @@ -17,10 +17,10 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 diff --git a/precommit/src/main/shell/personality/accumulo.sh b/precommit/src/main/shell/personality/accumulo.sh index 479ead4..f0753f7 100755 --- a/precommit/src/main/shell/personality/accumulo.sh +++ b/precommit/src/main/shell/personality/accumulo.sh @@ -31,7 +31,7 @@ function personality_globals #shellcheck disable=SC2034 GITHUB_REPO_DEFAULT="apache/accumulo" #shellcheck disable=SC2034 - PATCH_NAMING_RULE="http://accumulo.apache.org/git.html#contributors" + PATCH_NAMING_RULE="https://accumulo.apache.org/git.html#contributors" # We want to invoke the 'check' goal, not the default 'checkstyle'. We define # our own checkstyle rules which isn't possible via 'checkstyle' configuration #shellcheck disable=SC2034 diff --git a/precommit/src/main/shell/personality/kafka.sh b/precommit/src/main/shell/personality/kafka.sh index a81ee1c..77534d3 100755 --- a/precommit/src/main/shell/personality/kafka.sh +++ b/precommit/src/main/shell/personality/kafka.sh @@ -26,7 +26,7 @@ function personality_globals #shellcheck disable=SC2034 JIRA_ISSUE_RE='^KAFKA-[0-9]+$' #shellcheck disable=SC2034 - PATCH_NAMING_RULE="http://kafka.apache.org/contributing.html" + PATCH_NAMING_RULE="https://kafka.apache.org/contributing.html" # shellcheck disable=SC2034 BUILDTOOL=gradle #shellcheck disable=SC2034 diff --git a/precommit/src/main/shell/test-patch-docker/Dockerfile b/precommit/src/main/shell/test-patch-docker/Dockerfile index 09bac9b..5be929b 100644 --- a/precommit/src/main/shell/test-patch-docker/Dockerfile +++ b/precommit/src/main/shell/test-patch-docker/Dockerfile @@ -127,8 +127,8 @@ ENV FINDBUGS_HOME /usr ##### # Install SpotBugs ##### -RUN curl -fsSL http://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/3.1.12/spotbugs-3.1.12.tgz -o spotbugs.tgz \ - && curl -fsSL http://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/3.1.12/spotbugs-3.1.12.tgz.sha1 -o spotbugs.tgz.sha1 \ +RUN curl -fsSL https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/3.1.12/spotbugs-3.1.12.tgz -o spotbugs.tgz \ + && curl -fsSL https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/3.1.12/spotbugs-3.1.12.tgz.sha1 -o spotbugs.tgz.sha1 \ && echo -n " spotbugs.tgz" >> spotbugs.tgz.sha1 \ && shasum -c spotbugs.tgz.sha1 \ && mkdir -p /opt/spotbugs \ diff --git a/precommit/src/main/shell/test-patch.d/asflicense.sh b/precommit/src/main/shell/test-patch.d/asflicense.sh index bdc41ea..eb3621c 100755 --- a/precommit/src/main/shell/test-patch.d/asflicense.sh +++ b/precommit/src/main/shell/test-patch.d/asflicense.sh @@ -188,7 +188,7 @@ cat > "${1}" << EOF under the License. * --> + xmlns:xsl="https://www.w3.org/1999/XSL/Transform"> Files with Apache License headers will be marked AL diff --git a/precommit/src/main/shell/test-patch.d/briefreport.sh b/precommit/src/main/shell/test-patch.d/briefreport.sh index 1d66618..8280432 100755 --- a/precommit/src/main/shell/test-patch.d/briefreport.sh +++ b/precommit/src/main/shell/test-patch.d/briefreport.sh @@ -267,7 +267,7 @@ function briefreport_finalreport { echo "" - echo "Powered by" "Apache Yetus ${version} http://yetus.apache.org" + echo "Powered by" "Apache Yetus ${version} https://yetus.apache.org" echo "" } >> "${BRIEFOUT_REPORTFILE}" diff --git a/precommit/src/main/shell/test-patch.sh b/precommit/src/main/shell/test-patch.sh index eb1ebb4..2ef5b07 100755 --- a/precommit/src/main/shell/test-patch.sh +++ b/precommit/src/main/shell/test-patch.sh @@ -501,7 +501,7 @@ function compute_gitdiff # it isn't obvious, but on MOST platforms under MOST use cases, # this is faster than using sed, and definitely faster than using # awk. - # http://unix.stackexchange.com/questions/47407/cat-line-x-to-line-y-on-a-huge-file + # https://unix.stackexchange.com/questions/47407/cat-line-x-to-line-y-on-a-huge-file # has a good discussion w/benchmarks # # note that if tail is still sending data through the pipe, but head gets enough @@ -2325,7 +2325,7 @@ function bugsystem_finalreport add_footer_table "versions" "${VERSION_DATA[@]}" fi - add_footer_table "Powered by" "Apache Yetus ${VERSION} http://yetus.apache.org" + add_footer_table "Powered by" "Apache Yetus ${VERSION} https://yetus.apache.org" bugsystem_linecomments_trigger diff --git a/releasedocmaker/pom.xml b/releasedocmaker/pom.xml index 8dac4f7..2589897 100644 --- a/releasedocmaker/pom.xml +++ b/releasedocmaker/pom.xml @@ -17,10 +17,10 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.yetus diff --git a/releasedocmaker/src/main/assemblies/jar-with-dependencies.xml b/releasedocmaker/src/main/assemblies/jar-with-dependencies.xml index 3528e16..6236faf 100644 --- a/releasedocmaker/src/main/assemblies/jar-with-dependencies.xml +++ b/releasedocmaker/src/main/assemblies/jar-with-dependencies.xml @@ -17,9 +17,9 @@ specific language governing permissions and limitations under the License. --> - + jar-with-dependencies diff --git a/releasedocmaker/src/main/assemblies/releasedocmaker.xml b/releasedocmaker/src/main/assemblies/releasedocmaker.xml index af5eedc..e901fdb 100644 --- a/releasedocmaker/src/main/assemblies/releasedocmaker.xml +++ b/releasedocmaker/src/main/assemblies/releasedocmaker.xml @@ -17,9 +17,9 @@ specific language governing permissions and limitations under the License. --> - + releasedocmaker dir diff --git a/shelldocs/pom.xml b/shelldocs/pom.xml index 7c95c16..3aa6dfb 100644 --- a/shelldocs/pom.xml +++ b/shelldocs/pom.xml @@ -17,10 +17,10 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.yetus diff --git a/yetus-assemblies/pom.xml b/yetus-assemblies/pom.xml index e8fcd46..621ef59 100644 --- a/yetus-assemblies/pom.xml +++ b/yetus-assemblies/pom.xml @@ -17,10 +17,10 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.yetus diff --git a/yetus-assemblies/src/main/resources/assemblies/module-dist.xml b/yetus-assemblies/src/main/resources/assemblies/module-dist.xml index 9665964..d820a48 100644 --- a/yetus-assemblies/src/main/resources/assemblies/module-dist.xml +++ b/yetus-assemblies/src/main/resources/assemblies/module-dist.xml @@ -17,9 +17,9 @@ specific language governing permissions and limitations under the License. --> - + module-dist tar.gz diff --git a/yetus-assemblies/src/main/resources/assemblies/script-bundle.xml b/yetus-assemblies/src/main/resources/assemblies/script-bundle.xml index 5a28d76..b518977 100644 --- a/yetus-assemblies/src/main/resources/assemblies/script-bundle.xml +++ b/yetus-assemblies/src/main/resources/assemblies/script-bundle.xml @@ -17,9 +17,9 @@ specific language governing permissions and limitations under the License. --> - + script-bundle dir diff --git a/yetus-dist/pom.xml b/yetus-dist/pom.xml index 1bc365f..d4e86c3 100644 --- a/yetus-dist/pom.xml +++ b/yetus-dist/pom.xml @@ -17,10 +17,10 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.yetus diff --git a/yetus-dist/src/main/assemblies/bin-tgz.xml b/yetus-dist/src/main/assemblies/bin-tgz.xml index 180024d..eafc9da 100644 --- a/yetus-dist/src/main/assemblies/bin-tgz.xml +++ b/yetus-dist/src/main/assemblies/bin-tgz.xml @@ -14,9 +14,9 @@ See the License for the specific language governing permissions and limitations under the License. --> - + yetus-bin-tgz tar.gz diff --git a/yetus-dist/src/main/assemblies/site-meta.xml b/yetus-dist/src/main/assemblies/site-meta.xml index b9c4963..9f55e67 100644 --- a/yetus-dist/src/main/assemblies/site-meta.xml +++ b/yetus-dist/src/main/assemblies/site-meta.xml @@ -17,9 +17,9 @@ specific language governing permissions and limitations under the License. --> - + site-meta-pkg dir diff --git a/yetus-dist/src/main/assemblies/site-tgz.xml b/yetus-dist/src/main/assemblies/site-tgz.xml index 97c0392..7ad114e 100644 --- a/yetus-dist/src/main/assemblies/site-tgz.xml +++ b/yetus-dist/src/main/assemblies/site-tgz.xml @@ -14,9 +14,9 @@ See the License for the specific language governing permissions and limitations under the License. --> - + yetus-site-tgz tar.gz diff --git a/yetus-dist/src/main/assemblies/site.xml b/yetus-dist/src/main/assemblies/site.xml index ad48163..f82e9cc 100644 --- a/yetus-dist/src/main/assemblies/site.xml +++ b/yetus-dist/src/main/assemblies/site.xml @@ -17,9 +17,9 @@ specific language governing permissions and limitations under the License. --> - + site-pre-pkg dir diff --git a/yetus-dist/src/main/assemblies/source.xml b/yetus-dist/src/main/assemblies/source.xml index eb6eb39..d82a264 100644 --- a/yetus-dist/src/main/assemblies/source.xml +++ b/yetus-dist/src/main/assemblies/source.xml @@ -14,9 +14,9 @@ See the License for the specific language governing permissions and limitations under the License. --> - + yetus-src tar.gz diff --git a/yetus-dist/src/main/assemblies/yetus-dist.xml b/yetus-dist/src/main/assemblies/yetus-dist.xml index 251b14e..206e3f9 100644 --- a/yetus-dist/src/main/assemblies/yetus-dist.xml +++ b/yetus-dist/src/main/assemblies/yetus-dist.xml @@ -17,9 +17,9 @@ specific language governing permissions and limitations under the License. --> - + precommit dir diff --git a/yetus-maven-plugin/pom.xml b/yetus-maven-plugin/pom.xml index e5a4060..ee81c46 100644 --- a/yetus-maven-plugin/pom.xml +++ b/yetus-maven-plugin/pom.xml @@ -17,10 +17,10 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.yetus diff --git a/yetus-maven-plugin/src/main/assemblies/yetus-maven-plugin.xml b/yetus-maven-plugin/src/main/assemblies/yetus-maven-plugin.xml index c829344..a67a7be 100644 --- a/yetus-maven-plugin/src/main/assemblies/yetus-maven-plugin.xml +++ b/yetus-maven-plugin/src/main/assemblies/yetus-maven-plugin.xml @@ -17,9 +17,9 @@ specific language governing permissions and limitations under the License. --> - + yetus-maven-plugin zip diff --git a/yetus-minimaven-plugin/pom.xml b/yetus-minimaven-plugin/pom.xml index aa80794..f13cf4c 100644 --- a/yetus-minimaven-plugin/pom.xml +++ b/yetus-minimaven-plugin/pom.xml @@ -17,10 +17,10 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.yetus