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


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

commit 7b140316a385fe10b7dd25284c13fe75162598c8
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jan 28 14:41:29 2024 -0500

    Add missing XML Schema reference
---
 src/assembly/src.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/assembly/src.xml b/src/assembly/src.xml
index d49c6c04..a967061b 100644
--- a/src/assembly/src.xml
+++ b/src/assembly/src.xml
@@ -15,7 +15,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>zip</format>

Reply via email to