[maven-release-plugin]  copy for tag org.apache.felix.ipojo.manipulator-0.8.0

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-0.8.0@657674 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/NOTICE b/NOTICE
index 4b88b44..f323c11 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,16 +1,22 @@
 Apache Felix iPOJO Manipulator
 Copyright 2008 The Apache Software Foundation
 
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
+I. Included Software
 
 This product includes software developed at
-The OSGi Alliance (http://www.osgi.org/).
-Copyright 2006 The OSGi Alliance.
+The Apache Software Foundation (http://www.apache.org/).
 Licensed under the Apache License 2.0.
 
 This product includes software developed at
-The OW2 Consortium 
-Copyright 2000-2005 INRIA, France Telecom
-All rights reserved.
+Copyright (c) 2000-2005 INRIA, France Telecom
+Licensed under BSD License.
 
+II. Used Software
+
+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
+- BSD Licence
diff --git a/doc/changelog.txt b/doc/changelog.txt
new file mode 100644
index 0000000..8ca4f32
--- /dev/null
+++ b/doc/changelog.txt
@@ -0,0 +1,3 @@
+Version 0.8.0

+-------------

+* [2008-05-16] Initial release
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 84362ca..b8fedae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,9 +16,7 @@
 	specific language governing permissions and limitations

 	under the License.

 -->

-<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">

+<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">

 	<parent>

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

 		<artifactId>felix</artifactId>

@@ -29,7 +27,7 @@
 	<packaging>bundle</packaging>

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

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

-	<version>0.8.0-SNAPSHOT</version>

+	<version>0.8.0</version>

 	<name>Apache Felix iPOJO Manipulator</name>

 

 	<dependencies>

@@ -47,7 +45,7 @@
 		<dependency>

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

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

-			<version>0.8.0-SNAPSHOT</version>

+			<version>0.8.0</version>

 		</dependency>

 	</dependencies>

 	<build>

@@ -84,4 +82,10 @@
 			</plugin>

 		</plugins>

 	</build>

-</project>

+

+  <scm>

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

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

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

+  </scm>

+</project>
\ No newline at end of file