From 180dfe9da871e474889b476008156162a4aea90a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E6=88=9F?= Date: Mon, 14 Dec 2020 19:06:38 +0800 Subject: [PATCH] set to next snapshot --- demo/java-demo/build.gradle | 4 ++-- demo/java-demo/pom.xml | 2 +- demo/kotlin-demo/build.gradle.kts | 4 ++-- demo/kotlin-demo/pom.xml | 2 +- testable-agent/pom.xml | 2 +- testable-all/pom.xml | 2 +- testable-core/pom.xml | 2 +- testable-maven-plugin/pom.xml | 2 +- testable-parent/pom.xml | 4 ++-- testable-processor/pom.xml | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/demo/java-demo/build.gradle b/demo/java-demo/build.gradle index dc5af85..e716a8b 100644 --- a/demo/java-demo/build.gradle +++ b/demo/java-demo/build.gradle @@ -12,8 +12,8 @@ repositories { dependencies { testImplementation('org.junit.jupiter:junit-jupiter:5.6.2') - testImplementation('com.alibaba.testable:testable-all:0.4.1') - testAnnotationProcessor('com.alibaba.testable:testable-processor:0.4.1') + testImplementation('com.alibaba.testable:testable-all:0.4.2-SNAPSHOT') + testAnnotationProcessor('com.alibaba.testable:testable-processor:0.4.2-SNAPSHOT') } test { diff --git a/demo/java-demo/pom.xml b/demo/java-demo/pom.xml index aee7f0e..09e3aea 100644 --- a/demo/java-demo/pom.xml +++ b/demo/java-demo/pom.xml @@ -12,7 +12,7 @@ 1.8 1.8 5.6.2 - 0.4.1 + 0.4.2-SNAPSHOT diff --git a/demo/kotlin-demo/build.gradle.kts b/demo/kotlin-demo/build.gradle.kts index b938bd7..d140094 100644 --- a/demo/kotlin-demo/build.gradle.kts +++ b/demo/kotlin-demo/build.gradle.kts @@ -16,8 +16,8 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") testImplementation("org.junit.jupiter:junit-jupiter:5.6.2") - testImplementation("com.alibaba.testable:testable-all:0.4.1") - testAnnotationProcessor("com.alibaba.testable:testable-processor:0.4.1") + testImplementation("com.alibaba.testable:testable-all:0.4.2-SNAPSHOT") + testAnnotationProcessor("com.alibaba.testable:testable-processor:0.4.2-SNAPSHOT") } tasks.withType { diff --git a/demo/kotlin-demo/pom.xml b/demo/kotlin-demo/pom.xml index a631cb8..ac2ced2 100644 --- a/demo/kotlin-demo/pom.xml +++ b/demo/kotlin-demo/pom.xml @@ -14,7 +14,7 @@ 1.8 1.8 5.6.2 - 0.4.1 + 0.4.2-SNAPSHOT diff --git a/testable-agent/pom.xml b/testable-agent/pom.xml index 0bcd655..d40ca88 100755 --- a/testable-agent/pom.xml +++ b/testable-agent/pom.xml @@ -6,7 +6,7 @@ com.alibaba.testable testable-parent - 0.4.1 + 0.4.2-SNAPSHOT ../testable-parent testable-agent diff --git a/testable-all/pom.xml b/testable-all/pom.xml index 57a3654..1b28d3e 100644 --- a/testable-all/pom.xml +++ b/testable-all/pom.xml @@ -6,7 +6,7 @@ com.alibaba.testable testable-parent - 0.4.1 + 0.4.2-SNAPSHOT ../testable-parent testable-all diff --git a/testable-core/pom.xml b/testable-core/pom.xml index 45e8b90..bdf273b 100644 --- a/testable-core/pom.xml +++ b/testable-core/pom.xml @@ -6,7 +6,7 @@ com.alibaba.testable testable-parent - 0.4.1 + 0.4.2-SNAPSHOT ../testable-parent testable-core diff --git a/testable-maven-plugin/pom.xml b/testable-maven-plugin/pom.xml index 32a47d6..bd5e8d7 100644 --- a/testable-maven-plugin/pom.xml +++ b/testable-maven-plugin/pom.xml @@ -6,7 +6,7 @@ com.alibaba.testable testable-parent - 0.4.1 + 0.4.2-SNAPSHOT ../testable-parent testable-maven-plugin diff --git a/testable-parent/pom.xml b/testable-parent/pom.xml index 2e05a5c..f7974ae 100644 --- a/testable-parent/pom.xml +++ b/testable-parent/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.alibaba.testable testable-parent - 0.4.1 + 0.4.2-SNAPSHOT pom testable-parent Unit test enhancement toolkit @@ -42,7 +42,7 @@ 1.6 1.6.8 3.6.0 - 0.4.1 + 0.4.2-SNAPSHOT diff --git a/testable-processor/pom.xml b/testable-processor/pom.xml index 9088561..ef5ba81 100644 --- a/testable-processor/pom.xml +++ b/testable-processor/pom.xml @@ -6,7 +6,7 @@ com.alibaba.testable testable-parent - 0.4.1 + 0.4.2-SNAPSHOT ../testable-parent testable-processor