[maven-release-plugin]  copy for tag org.apache.felix.shell.tui-1.0.2

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell.tui-1.0.2@690810 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/NOTICE b/NOTICE
index d96621a..b1e0dad 100644
--- a/NOTICE
+++ b/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/doc/changelog.txt b/doc/changelog.txt
index 2e14e8f..ba03b5c 100644
--- a/doc/changelog.txt
+++ b/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/pom.xml b/pom.xml
index cc7bfd2..82912a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,18 +27,18 @@
   <packaging>bundle</packaging>
   <name>Apache Felix Shell TUI</name>
   <description>A simple textual user interface for Felix' shell service.</description>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.0.2</version>
   <artifactId>org.apache.felix.shell.tui</artifactId>
   <dependencies>
     <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>
@@ -63,4 +63,10 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell.tui-1.0.2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell.tui-1.0.2</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.shell.tui-1.0.2</url>
+  </scm>
 </project>