Skip to content

Commit

Permalink
Use the current version of XML Schema for Maven Assembly plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 22, 2025
1 parent fe0b33c commit a7f64f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions commons-digester3-dist/src/main/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,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.1"
<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/plugins/maven-assembly-plugin/assembly/1.1.1 https://maven.apache.org/xsd/assembly-1.1.1.xsd">
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd">
<id>bin</id>
<formats>
<format>tar.gz</format>
Expand Down
4 changes: 2 additions & 2 deletions commons-digester3-dist/src/main/assembly/src.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,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.1"
<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/plugins/maven-assembly-plugin/assembly/1.1.1 https://maven.apache.org/xsd/assembly-1.1.1.xsd">
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd">
<id>src</id>
<formats>
<format>tar.gz</format>
Expand Down

0 comments on commit a7f64f7

Please sign in to comment.