From dd7499f3cfa7b58009243dd9c9a264a112aa9d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E6=88=9F?= Date: Tue, 1 Dec 2020 23:54:04 +0800 Subject: [PATCH] bump version to 0.3.2 --- demo/java-demo/pom.xml | 2 +- demo/kotlin-demo/pom.xml | 2 +- docs/zh-cn/doc/release-note.md | 5 +++-- docs/zh-cn/doc/setup.md | 2 +- testable-agent/pom.xml | 4 ++-- testable-core/pom.xml | 2 +- testable-maven-plugin/pom.xml | 4 ++-- testable-processor/pom.xml | 4 ++-- 8 files changed, 13 insertions(+), 12 deletions(-) diff --git a/demo/java-demo/pom.xml b/demo/java-demo/pom.xml index fc3cd66..382e7d9 100644 --- a/demo/java-demo/pom.xml +++ b/demo/java-demo/pom.xml @@ -11,7 +11,7 @@ 1.8 1.8 - 0.3.2-SNAPSHOT + 0.3.2 diff --git a/demo/kotlin-demo/pom.xml b/demo/kotlin-demo/pom.xml index 38007f2..0b959f1 100644 --- a/demo/kotlin-demo/pom.xml +++ b/demo/kotlin-demo/pom.xml @@ -13,7 +13,7 @@ 1.3.72 1.8 1.8 - 0.3.2-SNAPSHOT + 0.3.2 diff --git a/docs/zh-cn/doc/release-note.md b/docs/zh-cn/doc/release-note.md index 39291dd..296fd03 100644 --- a/docs/zh-cn/doc/release-note.md +++ b/docs/zh-cn/doc/release-note.md @@ -1,7 +1,8 @@ # Release Note -## upcoming version -- support share mock method between test classes +## 0.3.2 +- support grable project for both private member access and quick mock +- support access private static field and methods via PrivateAccessor ## 0.3.1 - support detail log of mocking process for diagnosis diff --git a/docs/zh-cn/doc/setup.md b/docs/zh-cn/doc/setup.md index 615f548..fca198b 100644 --- a/docs/zh-cn/doc/setup.md +++ b/docs/zh-cn/doc/setup.md @@ -15,7 +15,7 @@ ```xml - 0.3.1 + 0.3.2 ``` diff --git a/testable-agent/pom.xml b/testable-agent/pom.xml index 87ae9ad..d1db614 100755 --- a/testable-agent/pom.xml +++ b/testable-agent/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.alibaba.testable testable-agent - 0.3.2-SNAPSHOT + 0.3.2 jar testable-agent Unit test enhancement toolkit @@ -35,7 +35,7 @@ UTF-8 8.0.1 5.6.2 - 0.3.2-SNAPSHOT + 0.3.2 3.8.1 3.0.0-M5 3.2.0 diff --git a/testable-core/pom.xml b/testable-core/pom.xml index 24b409d..987aa51 100644 --- a/testable-core/pom.xml +++ b/testable-core/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.alibaba.testable testable-core - 0.3.2-SNAPSHOT + 0.3.2 jar testable-core Unit test enhancement toolkit diff --git a/testable-maven-plugin/pom.xml b/testable-maven-plugin/pom.xml index dd2a94f..b39f0e5 100644 --- a/testable-maven-plugin/pom.xml +++ b/testable-maven-plugin/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.alibaba.testable testable-maven-plugin - 0.3.2-SNAPSHOT + 0.3.2 maven-plugin testable-maven-plugin Unit test enhancement toolkit @@ -30,7 +30,7 @@ - 0.3.2-SNAPSHOT + 0.3.2 1.6 1.6 UTF-8 diff --git a/testable-processor/pom.xml b/testable-processor/pom.xml index 7314aad..5957105 100644 --- a/testable-processor/pom.xml +++ b/testable-processor/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.alibaba.testable testable-processor - 0.3.2-SNAPSHOT + 0.3.2 jar testable-processor Unit test enhancement toolkit @@ -34,7 +34,7 @@ 1.6 UTF-8 5.6.2 - 0.3.2-SNAPSHOT + 0.3.2 3.8.1 3.0.0-M5 3.2.0