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-fileupload.git
The following commit(s) were added to refs/heads/master by this push:
new 6c6ea117 Use the current version of XML Schema for Maven Assembly
plugin
6c6ea117 is described below
commit 6c6ea117d95021ac8d31e0ec9284c31373519ea1
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Jan 22 08:02:12 2025 -0500
Use the current version of XML Schema for Maven Assembly plugin
---
src/main/assembly/bin.xml | 4 ++--
src/main/assembly/src.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/assembly/bin.xml b/src/main/assembly/bin.xml
index 8ce02752..8994cd4c 100644
--- a/src/main/assembly/bin.xml
+++ b/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/src/main/assembly/src.xml b/src/main/assembly/src.xml
index 4f416b54..86f978af 100644
--- a/src/main/assembly/src.xml
+++ b/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>