diff --git a/README.md b/README.md
index 259bd09..fbda7f8 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,39 @@ Want to learn more? [See the wiki](https://github.com/cookieai/flink-tensorflow/
Help wanted! See [the project board](https://github.com/cookieai/flink-tensorflow/projects) and [the issues section](https://github.com/cookieai/flink-tensorflow/issues) for specifics. Feel free to join [the chat channel](https://gitter.im/flink-tensorflow/Lobby).
+## Installation process for Maven and SBT (Local) :
+
+- Clone repository (Run on Terminal)
+```
+git clone https://github.com/FlinkML/flink-tensorflow.git
+```
+
+- Publish it in local maven repository (Run on Terminal)
+```
+mvn clean install
+```
+Than follow :
+
+### For SBT
+Add dependency in build.sbt
+```
+libraryDependencies += "ai.cookie" %% "flink-tensorflow" % "0.1-SNAPSHOT"
+```
+
+**Note:** Make sure you have local maven resolver defined in build.sbt ```resolvers in ThisBuild ++= Seq(Resolver.mavenLocal)``` and ```scalaVersion in ThisBuild := "2.11.*"``` by default build has Scala 2.11 dependency. If you wants you can modify it in pom.xml and rebuild with different Scala version.
+
+
+### For Maven
+Add dependency in pom.xml
+```
+
+ ai.cookie
+ flink-tensorflow_2.11
+ 0.1-SNAPSHOT
+
+```
+
+
## Disclaimer
Apache®, Apache Flink™, Flink™, and the Apache feather logo are trademarks of [The Apache Software Foundation](http://apache.org).
diff --git a/pom.xml b/pom.xml
index be59125..0f112ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,8 +51,8 @@ under the License.
UTF-8
- 1.1.0
- 1.2.0
+ 1.2.0-rc1
+ 1.2.1
5.0.4
1.7.7
1.2.17