Add missing XML Schema reference

This commit is contained in:
Gary Gregory 2024-01-28 14:29:08 -05:00
parent 8ad5324953
commit b580420c73
2 changed files with 6 additions and 2 deletions

View File

@ -14,7 +14,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<assembly>
<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 http://maven.apache.org/xsd/assembly-2.2.0.xsd">
<id>bin</id>
<formats>
<format>tar.gz</format>

View File

@ -14,7 +14,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<assembly>
<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 http://maven.apache.org/xsd/assembly-2.2.0.xsd">
<id>src</id>
<formats>
<format>tar.gz</format>