Skip to content

Commit 012ae77

Browse files
committed
Use the current version of XML Schema for Maven Assembly plugin
1 parent 8532b29 commit 012ae77

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/assembly/bin.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<assembly>
17+
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0"
18+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19+
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd">
1820
<id>bin</id>
1921
<formats>
2022
<format>tar.gz</format>

src/assembly/src.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<assembly>
17+
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0"
18+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19+
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd">
1820
<id>src</id>
1921
<formats>
2022
<format>tar.gz</format>

0 commit comments

Comments
 (0)