Prepare the Felix 1.2 release.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@690796 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/shell.tui/NOTICE b/shell.tui/NOTICE
index d96621a..b1e0dad 100644
--- a/shell.tui/NOTICE
+++ b/shell.tui/NOTICE
@@ -12,7 +12,7 @@
 
 This product uses software developed at
 The OSGi Alliance (http://www.osgi.org/).
-Copyright 2006 The OSGi Alliance.
+Copyright (c) OSGi Alliance (2000, 2007).
 Licensed under the Apache License 2.0.
 
 
diff --git a/shell.tui/doc/changelog.txt b/shell.tui/doc/changelog.txt
index 2e14e8f..ba03b5c 100644
--- a/shell.tui/doc/changelog.txt
+++ b/shell.tui/doc/changelog.txt
@@ -1,3 +1,9 @@
+Changes from 1.0.1 to 1.0.2
+---------------------------
+
+* [2008-08-12] Added OBR descriptor and updated to bundle plugin version 
+  1.4.3. (FELIX-669)
+
 Changes from 1.0.0 to 1.0.1
 ---------------------------
 
diff --git a/shell.tui/pom.xml b/shell.tui/pom.xml
index cc7bfd2..d0eecf5 100644
--- a/shell.tui/pom.xml
+++ b/shell.tui/pom.xml
@@ -33,12 +33,12 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.osgi.core</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.2.0</version>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.shell</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.0.2</version>
     </dependency>
   </dependencies>
   <build>