This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-parent-assembly-default.git
commit e95e3e54ea042f2376a24a62111526d2f6819f50 Author: Georg Kallidis <[email protected]> AuthorDate: Mon Sep 27 13:11:10 2021 +0000 - Update apache parent pom version to 23 and assembly dtd to assembly-2.1.0.xsd git-svn-id: https://svn.apache.org/repos/asf/turbine/maven/turbine-parent-assembly/trunk@1893686 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 3 ++- src/main/resources/assemblies/binaries-default.xml | 5 ++--- src/main/resources/assemblies/source-default.xml | 5 ++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 3443c70..6ecfd3a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more @@ -22,7 +23,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>20</version> + <version>23</version> </parent> <groupId>org.apache.turbine</groupId> diff --git a/src/main/resources/assemblies/binaries-default.xml b/src/main/resources/assemblies/binaries-default.xml index 6adfb57..3452029 100644 --- a/src/main/resources/assemblies/binaries-default.xml +++ b/src/main/resources/assemblies/binaries-default.xml @@ -17,9 +17,8 @@ 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 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> +<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd"> <id>bin</id> <formats> <format>tar.gz</format> diff --git a/src/main/resources/assemblies/source-default.xml b/src/main/resources/assemblies/source-default.xml index 8db7950..5da2c68 100644 --- a/src/main/resources/assemblies/source-default.xml +++ b/src/main/resources/assemblies/source-default.xml @@ -17,9 +17,8 @@ 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 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> +<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd"> <id>src</id> <formats> <format>tar.gz</format>
