diff options
Diffstat (limited to 'sandbox/ant/sca/trunk/modules/node-api')
-rw-r--r-- | sandbox/ant/sca/trunk/modules/node-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/ant/sca/trunk/modules/node-api/pom.xml b/sandbox/ant/sca/trunk/modules/node-api/pom.xml index 050c187484..2e50d16374 100644 --- a/sandbox/ant/sca/trunk/modules/node-api/pom.xml +++ b/sandbox/ant/sca/trunk/modules/node-api/pom.xml @@ -17,7 +17,7 @@ * specific language governing permissions and limitations
* under the License.
-->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
|