DS-1887 assembly descriptor namespace

assembly descriptor uses the wrong namespace
updated namespace
This commit is contained in:
rradillen
2014-01-28 15:56:28 +01:00
parent 9fc0e06794
commit 89141d84e9

View File

@@ -12,9 +12,9 @@
This assembly creates the 'target/dspace-[version]-build/' which can
then be installed via Apache Ant.
-->
<assembly xmlns="http://maven.apache.org/POM/4.0.0"
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>build</id>
<formats>
<format>dir</format>