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

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.shell-0.8.0@1057844 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 89382e8..664b8ac 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -1,5 +1,5 @@
 Apache Felix Gogo Shell
-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 e3abc3b..4007bd3 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Felix Gogo Shell
-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 f7bb05b..9ee5b64 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -1,5 +1,19 @@
+Changes from 0.6.1 to 0.8.0
+---------------------------
+
+** Bug
+    * [FELIX-2651] - [Gogo] MOTD formatting is broken under Windows
+
+** Improvement
+    * [FELIX-2661] - [Gogo] It should be easier to start Gogo shell
+      non-interactively
+
+** New Feature
+    * [FELIX-2767] - gogo telnet IP address
+
 Changes from 0.6.0 to 0.6.1
 ---------------------------
+
 ** Bug
     * [FELIX-2446] - [Gogo] The bundle context command is not used with a
       scope in gosh_profile
diff --git a/pom.xml b/pom.xml
index 30d2a57..6997b88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <packaging>bundle</packaging>
     <name>Apache Felix Gogo Shell</name>
     <artifactId>org.apache.felix.gogo.shell</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.8.0</version>
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.gogo.runtime</artifactId>
-            <version>0.7.0-SNAPSHOT</version>
+            <version>0.8.0</version>
         </dependency>
     </dependencies>
     <build>
@@ -98,4 +98,10 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.shell-0.8.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.shell-0.8.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.gogo.shell-0.8.0</url>
+  </scm>
 </project>
diff --git a/src/main/resources/motd b/src/main/resources/motd
index 01954f9..7ea9c9f 100644
--- a/src/main/resources/motd
+++ b/src/main/resources/motd
@@ -1,3 +1,3 @@
-____________________________
-Welcome to Apache Felix Gogo
-
+____________________________

+Welcome to Apache Felix Gogo

+