Modified: hadoop/common/branches/HDFS-3092/hadoop-hdfs-project/pom.xml URL: http://svn.apache.org/viewvc/hadoop/common/branches/HDFS-3092/hadoop-hdfs-project/pom.xml?rev=1346682&r1=1346681&r2=1346682&view=diff ============================================================================== --- hadoop/common/branches/HDFS-3092/hadoop-hdfs-project/pom.xml (original) +++ hadoop/common/branches/HDFS-3092/hadoop-hdfs-project/pom.xml Wed Jun 6 00:17:38 2012 @@ -12,7 +12,10 @@ See the License for the specific language governing permissions and limitations under the License. See accompanying LICENSE file. --> -<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.hadoop</groupId>
