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


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

commit a6099c791f05d293b29109833e3dfca12b65c15e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jan 28 14:35:23 2024 -0500

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

diff --git a/commons-vfs2-distribution/src/assembly/bin.xml 
b/commons-vfs2-distribution/src/assembly/bin.xml
index ed202a00..7cba332d 100644
--- a/commons-vfs2-distribution/src/assembly/bin.xml
+++ b/commons-vfs2-distribution/src/assembly/bin.xml
@@ -14,7 +14,9 @@ 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.
 -->
-<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/commons-vfs2-distribution/src/assembly/src.xml 
b/commons-vfs2-distribution/src/assembly/src.xml
index f5d03f23..5954f2db 100644
--- a/commons-vfs2-distribution/src/assembly/src.xml
+++ b/commons-vfs2-distribution/src/assembly/src.xml
@@ -18,7 +18,9 @@
   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>zip</format>

Reply via email to