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 2023/03/13 12:19:03 UTC

[commons-jexl] branch master updated: Use XSD

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


The following commit(s) were added to refs/heads/master by this push:
     new 8831fa71 Use XSD
8831fa71 is described below

commit 8831fa71bf73fc7222957747893a214e1717e9bb
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Mar 13 08:18:59 2023 -0400

    Use XSD
---
 src/changes/changes.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 51ade2f1..528fb759 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -19,7 +19,9 @@
 */
 -->
 
-<document>
+<document xmlns="http://maven.apache.org/changes/1.0.0"
+          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+          xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
     <properties>
         <title>Apache Commons JEXL Release Notes</title>
         <author email="dev@commons.apache.org">Commons Developers</author>
@@ -82,7 +84,7 @@
                 Configure accessible packages/classes/methods/fields
             </action>
             <!--  FIX -->
-            <action dev="henrib" type="fix" issue="JEXL-386" dure-to="Song Fuchang">
+            <action dev="henrib" type="fix" issue="JEXL-386" due-to="Song Fuchang">
                 Non-inheritable permissions on interfaces are ignored in an inheritable sandbox
             </action>
             <action dev="henrib" type="add" issue="JEXL-384" due-to="Hussachai Puripunpinyo">