[maven-release-plugin]  copy for tag org.apache.felix.gogo.runtime-0.8.0

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.runtime-0.8.0@1057840 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 0501d3d..500120b 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -1,5 +1,5 @@
 Apache Felix Gogo Runtime
-Copyright 2010 The Apache Software Foundation
+Copyright 2011 The Apache Software Foundation
 
 This software was developed at the Apache Software Foundation
 (http://www.apache.org) and may have dependencies on other
diff --git a/NOTICE b/NOTICE
index 7807cc9..9852c90 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Felix Gogo Runtime
-Copyright 2010 The Apache Software Foundation
+Copyright 2011 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/doc/changelog.txt b/doc/changelog.txt
index 13ec024..6e06728 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -1,3 +1,15 @@
+Changes 0.6.1 to 0.8.0
+----------------------
+
+** Bug
+    * [FELIX-2723] - When the execution of a closure with pipes is
+      interrupted, pipes should be interrupted too
+
+** New Feature
+    * [FELIX-2761] - Add a way to listen to execution of command lines
+    * [FELIX-2764] - Publish OSGi EventAdmin events when executing a command
+      line
+
 Changes 0.6.0 to 0.6.1
 ----------------------
 
diff --git a/pom.xml b/pom.xml
index a29ed2f..2e485a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Runtime</name>
     <artifactId>org.apache.felix.gogo.runtime</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0</version>
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -79,4 +79,10 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.runtime-0.8.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.runtime-0.8.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.runtime-0.8.0</url>
+  </scm>
 </project>