[maven-release-plugin]  copy for tag org.apache.felix.upnp.tester-0.4.0

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.upnp.tester-0.4.0@775695 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/NOTICE b/NOTICE
index 54f63f9..c43b594 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Felix UPnP Tester
-Copyright 2006-2008 The Apache Software Foundation
+Copyright 2006-2009 The Apache Software Foundation
 
 
 I. Included Software
@@ -15,6 +15,11 @@
 Copyright 2006-2008 The OSGi Alliance.
 Licensed under the Apache License 2.0.
 
+This product uses software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+
 III. License Summary
 - Apache License 2.0
 
diff --git a/pom.xml b/pom.xml
index c37ec91..ee0a175 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,9 +19,9 @@
 -->
 <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>
-    <artifactId>felix</artifactId>
+    <artifactId>felix-parent</artifactId>
     <groupId>org.apache.felix</groupId>
-    <version>1.0.4</version>
+    <version>1.2.0</version>
     <relativePath>../../pom/pom.xml</relativePath>
   </parent>
 
@@ -30,14 +30,13 @@
   <artifactId>org.apache.felix.upnp.tester</artifactId>
   <packaging>bundle</packaging>
   <name>Apache Felix UPnP Tester</name>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.4.0</version>
   
   <build>
     <plugins>
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>1.4.0</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
@@ -84,5 +83,11 @@
       <scope>provided</scope>
     </dependency -->
   </dependencies>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.upnp.tester-0.4.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.upnp.tester-0.4.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.upnp.tester-0.4.0</url>
+  </scm>
 </project>