set to snapshot

This commit is contained in:
金戟 2020-12-05 09:37:31 +08:00
parent ad63de628d
commit b74b21cae6
8 changed files with 15 additions and 15 deletions

View File

@ -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 {

View File

@ -11,7 +11,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<testable.version>0.3.2</testable.version>
<testable.version>0.3.3-SNAPSHOT</testable.version>
</properties>
<dependencies>

View File

@ -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<KotlinCompile> {

View File

@ -13,7 +13,7 @@
<kotlin.version>1.3.72</kotlin.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<testable.version>0.3.2</testable.version>
<testable.version>0.3.3-SNAPSHOT</testable.version>
</properties>
<dependencies>

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba.testable</groupId>
<artifactId>testable-agent</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>testable-agent</name>
<description>Unit test enhancement toolkit</description>
@ -35,7 +35,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<asm.lib.version>8.0.1</asm.lib.version>
<junit.version>5.6.2</junit.version>
<testable.version>0.3.2</testable.version>
<testable.version>0.3.3-SNAPSHOT</testable.version>
<plugin.compiler.version>3.8.1</plugin.compiler.version>
<plugin.surefire.version>3.0.0-M5</plugin.surefire.version>
<plugin.jar.version>3.2.0</plugin.jar.version>

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba.testable</groupId>
<artifactId>testable-core</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>testable-core</name>
<description>Unit test enhancement toolkit</description>

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba.testable</groupId>
<artifactId>testable-maven-plugin</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>testable-maven-plugin</name>
<description>Unit test enhancement toolkit</description>
@ -30,7 +30,7 @@
</scm>
<properties>
<testable.version>0.3.2</testable.version>
<testable.version>0.3.3-SNAPSHOT</testable.version>
<java.version>1.6</java.version>
<project.compiler.level>1.6</project.compiler.level>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba.testable</groupId>
<artifactId>testable-processor</artifactId>
<version>0.3.2</version>
<version>0.3.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>testable-processor</name>
<description>Unit test enhancement toolkit</description>
@ -34,7 +34,7 @@
<project.compiler.level>1.6</project.compiler.level>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>5.6.2</junit.version>
<testable.version>0.3.2</testable.version>
<testable.version>0.3.3-SNAPSHOT</testable.version>
<plugin.compiler.version>3.8.1</plugin.compiler.version>
<plugin.surefire.version>3.0.0-M5</plugin.surefire.version>
<plugin.source.version>3.2.0</plugin.source.version>