Preparing to release 0.9.1-RC1
diff --git a/contrib/pom.xml b/contrib/pom.xml
index b2855ea..afa2394 100644
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-all</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1-RC1</version>
   </parent>
 
   <artifactId>malhar-contrib</artifactId>
diff --git a/demos/pom.xml b/demos/pom.xml
index 20d1be6..62dbcc1 100644
--- a/demos/pom.xml
+++ b/demos/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-all</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1-RC1</version>
   </parent>
 
   <artifactId>malhar-demos</artifactId>
diff --git a/front/package.json b/front/package.json
index 188fd5a..bfbd93c 100644
--- a/front/package.json
+++ b/front/package.json
@@ -1,13 +1,13 @@
 {
-  "name": "datatorrent-ui",
+  "name": "datatorrent-front",
   "version": "0.9.1",
-  "description": "Web-based UI for use with DataTorrent, a stream-processing platform for developing real-time, big data applications in Hadoop.",
+  "description": "Web-based UI for use with DataTorrent, a stream-processing platform for developing real-time, big data applications on Hadoop",
   "main": "js/start.js",
   "scripts": {
     "test": "make clitest"
   },
-  "repository": "https://github.com/DataTorrent/Front",
-  "author": "andy perlitch",
+  "repository": "https://github.com/DataTorrent/Malhar",
+  "author": "DataTorrent, Inc",
   "license": "restricted",
   "devDependencies": {
     "mocha": "~1.13.0",
diff --git a/library/pom.xml b/library/pom.xml
index 075aca8..6705a6d 100644
--- a/library/pom.xml
+++ b/library/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-all</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1-RC1</version>
   </parent>
 
   <artifactId>malhar-library</artifactId>
diff --git a/pom.xml b/pom.xml
index 9a52162..c468405 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,12 +4,12 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>dt-framework</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1-RC1</version>
   </parent>
 
   <artifactId>malhar-all</artifactId>
   <packaging>pom</packaging>
-  <version>0.9.1-SNAPSHOT</version>
+  <version>0.9.1-RC1</version>
   <name>Malhar Open Source</name>
 
   <!-- repository to provide the DataTorrent artifacts -->
@@ -22,7 +22,7 @@
   </repositories>
 
   <properties> 
-    <dt.framework.version>0.9.1-SNAPSHOT</dt.framework.version>
+    <dt.framework.version>0.9.1-RC1</dt.framework.version>
   </properties>
 
   <modules>
diff --git a/samples/pom.xml b/samples/pom.xml
index bad0b0b..0f2fc98 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>malhar-all</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.1-RC1</version>
   </parent>
 
   <artifactId>malhar-samples</artifactId>