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-daemon.git
The following commit(s) were added to refs/heads/master by this push: new a629cb1 Use the current version of XML Schema for Maven Assembly plugin a629cb1 is described below commit a629cb19b517a9051d972bfed8d48fc0b4de48b9 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 22 08:00:53 2025 -0500 Use the current version of XML Schema for Maven Assembly plugin --- src/assembly/win.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/assembly/win.xml b/src/assembly/win.xml index e8fb591..730fc6b 100644 --- a/src/assembly/win.xml +++ b/src/assembly/win.xml @@ -14,10 +14,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.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 https://maven.apache.org/xsd/assembly-1.1.0.xsd"> +<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 https://maven.apache.org/xsd/assembly-2.2.0.xsd"> <id>bin-windows</id> <formats> <format>zip</format>