Skip to content

Commit f056fc6

Browse files
committedJan 22, 2025·
Use the current version of XML Schema for Maven Assembly plugin
1 parent 6e279d0 commit f056fc6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎src/assembly/src.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<assembly
19-
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 https://maven.apache.org/xsd/assembly-1.1.0.xsd">
18+
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0"
19+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20+
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd">
2221
<id>src</id>
2322
<formats>
2423
<format>tar.gz</format>

0 commit comments

Comments
 (0)
Please sign in to comment.