[maven-release-plugin]  copy for tag org.apache.felix.ipojo.composite-0.8.1

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.composite-0.8.1@668236 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/NOTICE b/NOTICE
index bcce229..ccfa91d 100644
--- a/NOTICE
+++ b/NOTICE
@@ -8,11 +8,6 @@
 Licensed under the Apache License 2.0.
 
 This product includes software developed at
-The OSGi Alliance (http://www.osgi.org/).
-Copyright 2006 The OSGi Alliance.
-Licensed under the Apache License 2.0.
-
-This product includes software developed at
 Copyright (c) 2000-2005 INRIA, France Telecom
 Licensed under BSD License.
 
diff --git a/pom.xml b/pom.xml
index bedb5ed..f0bd6ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 	<name>Apache Felix iPOJO Composite</name>

 	<artifactId>org.apache.felix.ipojo.composite</artifactId>

 	<groupId>org.apache.felix</groupId>

-	<version>0.9.0-SNAPSHOT</version>

+	<version>0.8.1</version>

 	<dependencies>

 		<dependency>

 			<groupId>org.apache.felix</groupId>

@@ -126,4 +126,10 @@
 			</plugin>

 		</plugins>

 	</build>

+

+  <scm>

+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.composite-0.8.1</connection>

+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.composite-0.8.1</developerConnection>

+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.composite-0.8.1</url>

+  </scm>

 </project>