diff --git a/demo/java-demo/pom.xml b/demo/java-demo/pom.xml
index 6bd7010..bb8e4e1 100644
--- a/demo/java-demo/pom.xml
+++ b/demo/java-demo/pom.xml
@@ -55,6 +55,13 @@
org.springframework.boot
spring-boot-maven-plugin
+
+
+
+
+
+
+
com.alibaba.testable
testable-maven-plugin
diff --git a/demo/kotlin-demo/pom.xml b/demo/kotlin-demo/pom.xml
index 7eee262..b8a13aa 100644
--- a/demo/kotlin-demo/pom.xml
+++ b/demo/kotlin-demo/pom.xml
@@ -66,6 +66,13 @@
org.springframework.boot
spring-boot-maven-plugin
+
+
+
+
+
+
+
com.alibaba.testable
testable-maven-plugin
diff --git a/docs/ReleaseNote.md b/docs/ReleaseNote.md
index 71c5307..a905c6f 100644
--- a/docs/ReleaseNote.md
+++ b/docs/ReleaseNote.md
@@ -1,12 +1,12 @@
# Release Note
## v0.2.0
-- use `TestableTool` class to expose test context
-- add `testable-maven-plugin` module
+- use `TestableTool` class to expose test context and verify mock invoke
+- add `testable-maven-plugin` module to simplify javaagent configuration
- remove dependence on EnableTestable annotation in `testable-agent`
- rename annotations to reflect the actual use
-## v0.1.0
+- ## v0.1.0
- move generated agent jar to class folder
- support mock method of any object
diff --git a/testable-maven-plugin/pom.xml b/testable-maven-plugin/pom.xml
index 5b4cc57..f3c7b66 100644
--- a/testable-maven-plugin/pom.xml
+++ b/testable-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
com.alibaba.testable
testable-maven-plugin
maven-plugin
- ${testable.version}
+ 0.2.0-SNAPSHOT
testable-maven-plugin
http://maven.apache.org
@@ -60,4 +60,5 @@
+