Update dependencies for release

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@811901 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/shell.tui/pom.xml b/shell.tui/pom.xml
index 55cc1d9..3fa45d3 100644
--- a/shell.tui/pom.xml
+++ b/shell.tui/pom.xml
@@ -19,8 +19,8 @@
 <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/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.felix</groupId>
-    <artifactId>felix</artifactId>
-    <version>1.0.4</version>
+    <artifactId>felix-parent</artifactId>
+    <version>1.2.0</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -33,12 +33,12 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.osgi.core</artifactId>
-      <version>1.2.0</version>
+      <version>1.4.0</version>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.shell</artifactId>
-      <version>1.3.0-SNAPSHOT</version>
+      <version>1.4.0</version>
     </dependency>
   </dependencies>
   <build>