[maven-release-plugin]  copy for tag org.osgi.foundation-1.0.0

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.osgi.foundation-1.0.0@611203 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 1807c0c..094aff3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
  KIND, either express or implied.  See the License for the
  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">
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>felix</artifactId>
@@ -29,9 +29,11 @@
   <modelVersion>4.0.0</modelVersion>
   <name>OSGi R4 Foundation EE</name>
   <artifactId>org.osgi.foundation</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
-  <dependencies>
-  </dependencies>
-  <build>
-  </build>
+  <version>1.0.0</version>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.foundation-1.0.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.foundation-1.0.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.osgi.foundation-1.0.0</url>
+  </scm>
 </project>