You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2024/01/28 19:41:57 UTC

(commons-weaver) branch master updated: Add missing XML Schema reference

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a1998a  Add missing XML Schema reference
7a1998a is described below

commit 7a1998a7c8528b928e0cd57d1c22b8633b156b51
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jan 28 14:41:53 2024 -0500

    Add missing XML Schema reference
---
 dist/src/assembly/bin.xml | 4 +++-
 dist/src/assembly/src.xml | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dist/src/assembly/bin.xml b/dist/src/assembly/bin.xml
index 26e1932..c1f8e63 100644
--- a/dist/src/assembly/bin.xml
+++ b/dist/src/assembly/bin.xml
@@ -14,7 +14,9 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<assembly>
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 http://maven.apache.org/xsd/assembly-2.2.0.xsd">
   <id>bin</id>
   <formats>
     <format>tar.gz</format>
diff --git a/dist/src/assembly/src.xml b/dist/src/assembly/src.xml
index ab83964..015d5f5 100644
--- a/dist/src/assembly/src.xml
+++ b/dist/src/assembly/src.xml
@@ -14,7 +14,9 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<assembly>
+<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 http://maven.apache.org/xsd/assembly-2.2.0.xsd">
   <id>src</id>
   <formats>
     <format>tar.gz</format>