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


The following commit(s) were added to refs/heads/master by this push:
     new a7f64f7b Use the current version of XML Schema for Maven Assembly 
plugin
a7f64f7b is described below

commit a7f64f7b50e8c615d5a3f61ab3867473bb9f3728
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jan 22 08:00:17 2025 -0500

    Use the current version of XML Schema for Maven Assembly plugin
---
 commons-digester3-dist/src/main/assembly/bin.xml | 4 ++--
 commons-digester3-dist/src/main/assembly/src.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/commons-digester3-dist/src/main/assembly/bin.xml 
b/commons-digester3-dist/src/main/assembly/bin.xml
index 7252ecf7..23c66748 100644
--- a/commons-digester3-dist/src/main/assembly/bin.xml
+++ b/commons-digester3-dist/src/main/assembly/bin.xml
@@ -15,9 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<assembly 
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1";
+<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/plugins/maven-assembly-plugin/assembly/1.1.1
 https://maven.apache.org/xsd/assembly-1.1.1.xsd";>
+    xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 
https://maven.apache.org/xsd/assembly-2.2.0.xsd";>
   <id>bin</id>
   <formats>
     <format>tar.gz</format>
diff --git a/commons-digester3-dist/src/main/assembly/src.xml 
b/commons-digester3-dist/src/main/assembly/src.xml
index c6bdb1b5..f603812d 100644
--- a/commons-digester3-dist/src/main/assembly/src.xml
+++ b/commons-digester3-dist/src/main/assembly/src.xml
@@ -15,9 +15,9 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<assembly 
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1";
+<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/plugins/maven-assembly-plugin/assembly/1.1.1
 https://maven.apache.org/xsd/assembly-1.1.1.xsd";>
+    xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 
https://maven.apache.org/xsd/assembly-2.2.0.xsd";>
   <id>src</id>
   <formats>
     <format>tar.gz</format>

Reply via email to