diff --git a/demo/java-demo/build.gradle b/demo/java-demo/build.gradle index 81b5d42..5fda0d2 100644 --- a/demo/java-demo/build.gradle +++ b/demo/java-demo/build.gradle @@ -12,9 +12,9 @@ repositories { dependencies { testImplementation('org.junit.jupiter:junit-jupiter:5.6.2') - testImplementation('com.alibaba.testable:testable-processor:0.3.2') - testAnnotationProcessor('com.alibaba.testable:testable-processor:0.3.2') - testRuntimeOnly('com.alibaba.testable:testable-agent:0.3.2') + testImplementation('com.alibaba.testable:testable-processor:0.3.3-SNAPSHOT') + testAnnotationProcessor('com.alibaba.testable:testable-processor:0.3.3-SNAPSHOT') + testRuntimeOnly('com.alibaba.testable:testable-agent:0.3.3-SNAPSHOT') } test { diff --git a/demo/java-demo/pom.xml b/demo/java-demo/pom.xml index 382e7d9..3ead314 100644 --- a/demo/java-demo/pom.xml +++ b/demo/java-demo/pom.xml @@ -11,7 +11,7 @@ 1.8 1.8 - 0.3.2 + 0.3.3-SNAPSHOT diff --git a/demo/kotlin-demo/build.gradle.kts b/demo/kotlin-demo/build.gradle.kts index 07f8eb6..47ef3c1 100644 --- a/demo/kotlin-demo/build.gradle.kts +++ b/demo/kotlin-demo/build.gradle.kts @@ -16,9 +16,9 @@ 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-processor:0.3.2") - testAnnotationProcessor("com.alibaba.testable:testable-processor:0.3.2") - testRuntimeOnly("com.alibaba.testable:testable-agent:0.3.2") + testImplementation("com.alibaba.testable:testable-processor:0.3.3-SNAPSHOT") + testAnnotationProcessor("com.alibaba.testable:testable-processor:0.3.3-SNAPSHOT") + testRuntimeOnly("com.alibaba.testable:testable-agent:0.3.3-SNAPSHOT") } tasks.withType { diff --git a/demo/kotlin-demo/pom.xml b/demo/kotlin-demo/pom.xml index 0b959f1..b17b4e6 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 + 0.3.3-SNAPSHOT diff --git a/testable-agent/pom.xml b/testable-agent/pom.xml index d1db614..c2c478e 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 + 0.3.3-SNAPSHOT jar testable-agent Unit test enhancement toolkit @@ -35,7 +35,7 @@ UTF-8 8.0.1 5.6.2 - 0.3.2 + 0.3.3-SNAPSHOT 3.8.1 3.0.0-M5 3.2.0 diff --git a/testable-core/pom.xml b/testable-core/pom.xml index 987aa51..ce15bec 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 + 0.3.3-SNAPSHOT jar testable-core Unit test enhancement toolkit diff --git a/testable-maven-plugin/pom.xml b/testable-maven-plugin/pom.xml index b39f0e5..f431a83 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 + 0.3.3-SNAPSHOT maven-plugin testable-maven-plugin Unit test enhancement toolkit @@ -30,7 +30,7 @@ - 0.3.2 + 0.3.3-SNAPSHOT 1.6 1.6 UTF-8 diff --git a/testable-processor/pom.xml b/testable-processor/pom.xml index 5957105..c18a63d 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 + 0.3.3-SNAPSHOT jar testable-processor Unit test enhancement toolkit @@ -34,7 +34,7 @@ 1.6 UTF-8 5.6.2 - 0.3.2 + 0.3.3-SNAPSHOT 3.8.1 3.0.0-M5 3.2.0