diff --git a/docs/development/contribution/how_to_contribute_code.md b/docs/development/contribution/how_to_contribute_code.md
index 32543c0797a..f806841cb61 100644
--- a/docs/development/contribution/how_to_contribute_code.md
+++ b/docs/development/contribution/how_to_contribute_code.md
@@ -41,8 +41,7 @@ You are free to use whatever IDE you prefer, or your favorite command line edito
To build the code, install
- * Oracle Java 8
- * Apache Maven
+ * Java 11
## Getting the source code
First of all, you need Zeppelin source code. The official location of Zeppelin is [https://gitbox.apache.org/repos/asf/zeppelin.git](https://gitbox.apache.org/repos/asf/zeppelin.git).
@@ -55,10 +54,10 @@ Get the source code on your development machine using git.
git clone git://gitbox.apache.org/repos/asf/zeppelin.git zeppelin
```
-You may also want to develop against a specific branch. For example, for branch-0.5.6
+You may also want to develop against a specific branch. For example, for branch-0.11.0
```bash
-git clone -b branch-0.5.6 git://gitbox.apache.org/repos/asf/zeppelin.git zeppelin
+git clone -b branch-0.11.0 git://gitbox.apache.org/repos/asf/zeppelin.git zeppelin
```
Apache Zeppelin follows [Fork & Pull](https://github.com/sevntu-checkstyle/sevntu.checkstyle/wiki/Development-workflow-with-Git:-Fork,-Branching,-Commits,-and-Pull-Request) as a source control workflow.
diff --git a/pom.xml b/pom.xml
index ca05cecf7c6..ad9b8cfa07b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
UTF-8
- 1.8
+ 11
${java.version}
${java.version}