Repository: incubator-tamaya Updated Branches: refs/heads/master a07a6fca3 -> 627c71a5b
[TAMAYA-268] Upgraded the assembly descriptor used to build the binary and source distribution to version 2.0.0. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/627c71a5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/627c71a5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/627c71a5 Branch: refs/heads/master Commit: 627c71a5bd15bbaa03475fd648718d0ceb90f319 Parents: a07a6fc Author: Oliver B. Fischer <[email protected]> Authored: Tue May 9 22:19:48 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Tue May 9 22:19:48 2017 +0200 ---------------------------------------------------------------------- distribution/src/main/assembly/distribution-bin.xml | 6 +++--- distribution/src/main/assembly/distribution-src.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/627c71a5/distribution/src/main/assembly/distribution-bin.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/assembly/distribution-bin.xml b/distribution/src/main/assembly/distribution-bin.xml index fe08d35..2f09f12 100644 --- a/distribution/src/main/assembly/distribution-bin.xml +++ b/distribution/src/main/assembly/distribution-bin.xml @@ -16,10 +16,10 @@ KIND, either express or implied. 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.3" +<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 - http://maven.apache.org/xsd/assembly-1.1.3.xsd"> + xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 + http://maven.apache.org/xsd/assembly-2.0.0.xsd"> <id>distribution-bin</id> <formats> http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/627c71a5/distribution/src/main/assembly/distribution-src.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/assembly/distribution-src.xml b/distribution/src/main/assembly/distribution-src.xml index 1f0bd0c..83113c7 100644 --- a/distribution/src/main/assembly/distribution-src.xml +++ b/distribution/src/main/assembly/distribution-src.xml @@ -16,10 +16,10 @@ KIND, either express or implied. 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.3" +<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 - http://maven.apache.org/xsd/assembly-1.1.3.xsd"> + xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 + http://maven.apache.org/xsd/assembly-2.0.0.xsd"> <id>distribution-src</id> <formats>
