Skip to content

Commit

Permalink
Updated assembly descriptor version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kausandr committed Mar 12, 2024
1 parent 619ecf4 commit 7d8ff6e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/assembly/deployComponentDir.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
~ limitations under the License.
-->

<component xmlns="http://maven.apache.org/ASSEMBLY-COMPONENT/2.1.1"
<component xmlns="http://maven.apache.org/ASSEMBLY-COMPONENT/2.2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY-COMPONENT/2.1.1 http://maven.apache.org/xsd/assembly-component-2.1.1.xsd">
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY-COMPONENT/2.2.0 http://maven.apache.org/xsd/assembly-component-2.2.0.xsd">
<dependencySets>
<dependencySet>
<useProjectArtifact>false</useProjectArtifact>
Expand Down
4 changes: 2 additions & 2 deletions src/assembly/deployComponentUnix.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
~ limitations under the License.
-->

<component xmlns="http://maven.apache.org/ASSEMBLY-COMPONENT/2.1.1"
<component xmlns="http://maven.apache.org/ASSEMBLY-COMPONENT/2.2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY-COMPONENT/2.1.1 http://maven.apache.org/xsd/assembly-component-2.1.1.xsd">
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY-COMPONENT/2.2.0 http://maven.apache.org/xsd/assembly-component-2.2.0.xsd">
<dependencySets>
<dependencySet>
<useProjectArtifact>false</useProjectArtifact>
Expand Down
4 changes: 2 additions & 2 deletions src/assembly/deployComponentWin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
~ limitations under the License.
-->

<component xmlns="http://maven.apache.org/ASSEMBLY-COMPONENT/2.1.1"
<component xmlns="http://maven.apache.org/ASSEMBLY-COMPONENT/2.2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY-COMPONENT/2.1.1 http://maven.apache.org/xsd/assembly-component-2.1.1.xsd">
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY-COMPONENT/2.2.0 http://maven.apache.org/xsd/assembly-component-2.2.0.xsd">
<dependencySets>
<dependencySet>
<useProjectArtifact>false</useProjectArtifact>
Expand Down
4 changes: 2 additions & 2 deletions src/assembly/dirDeployAssembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
~ limitations under the License.
-->

<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.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/ASSEMBLY/2.1.1 http://maven.apache.org/xsd/assembly-2.1.1.xsd">
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 http://maven.apache.org/xsd/assembly-2.2.0.xsd">
<id>${project.build.finalName}-dir_deploy</id>
<formats>
<format>dir</format>
Expand Down
4 changes: 2 additions & 2 deletions src/assembly/gzDeployAssembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
~ limitations under the License.
-->

<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.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/ASSEMBLY/2.1.1 http://maven.apache.org/xsd/assembly-2.1.1.xsd">
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 http://maven.apache.org/xsd/assembly-2.2.0.xsd">
<id>${project.build.finalName}-gz_deploy</id>
<formats>
<format>tar.gz</format>
Expand Down
4 changes: 2 additions & 2 deletions src/assembly/zipDeployAssembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
~ limitations under the License.
-->

<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.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/ASSEMBLY/2.1.1 http://maven.apache.org/xsd/assembly-2.1.1.xsd">
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 http://maven.apache.org/xsd/assembly-2.2.0.xsd">
<id>${project.build.finalName}-zip_deploy</id>
<formats>
<format>zip</format>
Expand Down

0 comments on commit 7d8ff6e

Please sign in to comment.