From f5a4923ceaf6be801e8c29849fe664b8b5bd518f Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Wed, 22 Jan 2025 08:03:55 -0500 Subject: [PATCH] Use the current version of XML Schema for Maven Assembly plugin --- src/assembly/bin.xml | 7 +++---- src/assembly/src.xml | 19 ++++++++----------- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml index 17126ab55..1196a7506 100644 --- a/src/assembly/bin.xml +++ b/src/assembly/bin.xml @@ -15,10 +15,9 @@ Licensed to the Apache Software Foundation (ASF) under one or more See the License for the specific language governing permissions and limitations under the License. --> - + bin tar.gz diff --git a/src/assembly/src.xml b/src/assembly/src.xml index b4d1c3098..a42d1727e 100644 --- a/src/assembly/src.xml +++ b/src/assembly/src.xml @@ -15,10 +15,9 @@ Licensed to the Apache Software Foundation (ASF) under one or more See the License for the specific language governing permissions and limitations under the License. --> - + src tar.gz @@ -28,16 +27,15 @@ Licensed to the Apache Software Foundation (ASF) under one or more - .travis.yml BUILDING.txt - checkstyle*.xml + CODE_OF_CONDUCT.md CONTRIBUTING.md - findbugs-exclude-filter.xml - LICENSE* - NOTICE* + LICENSE.txt + NOTICE.txt pom.xml - README* + README.md RELEASE-NOTES.txt + SECURITY.md @@ -45,4 +43,3 @@ Licensed to the Apache Software Foundation (ASF) under one or more -