This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch rel/1.0 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 50d7863f170e217e9996f1a67400e82084ed9add Author: HTHou <[email protected]> AuthorDate: Thu Dec 1 22:25:58 2022 +0800 update testcontainer version --- testcontainer/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcontainer/pom.xml b/testcontainer/pom.xml index 2754941590..720fdc63c7 100644 --- a/testcontainer/pom.xml +++ b/testcontainer/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
