[maven-release-plugin] prepare release eclipse-parent-3
diff --git a/eclipse-parent/pom.xml b/eclipse-parent/pom.xml
index 0a467c3..34a9a16 100644
--- a/eclipse-parent/pom.xml
+++ b/eclipse-parent/pom.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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>
   <groupId>org.eclipse</groupId>
   <artifactId>eclipse-parent</artifactId>
   <packaging>pom</packaging>
   <name>Eclipse :: Parent POM</name>
-  <version>3-SNAPSHOT</version>
+  <version>3</version>
   <description>
     This is the parent for all eclipse.org applications.  This contains general 
     configuration and setup information that all projects can inherit.