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-daemon.git


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

commit 6a95175ba875977a59fa4be2e99d80d2fa8d053a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jan 28 14:29:54 2024 -0500

    Add missing XML Schema reference
---
 src/assembly/bin.xml        | 4 +++-
 src/assembly/native-src.xml | 4 +++-
 src/assembly/src.xml        | 4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml
index 01d37de..54ec5da 100644
--- a/src/assembly/bin.xml
+++ b/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/src/assembly/native-src.xml b/src/assembly/native-src.xml
index d6279f1..6ff43aa 100644
--- a/src/assembly/native-src.xml
+++ b/src/assembly/native-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>native-src</id>
     <formats>
         <format>tar.gz</format>
diff --git a/src/assembly/src.xml b/src/assembly/src.xml
index 7e1640d..a4ffa88 100644
--- a/src/assembly/src.xml
+++ b/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>

Reply via email to