diff --git a/common/pom.xml b/common/pom.xml index 6a384f67e..32cfd1b92 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -24,7 +24,7 @@ org.apache.tsfile tsfile-parent - 1.0.0-SNAPSHOT + 1.0.0 common TsFile: Common API diff --git a/examples/pom.xml b/examples/pom.xml index d66a82176..227e74d35 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -24,7 +24,7 @@ org.apache.tsfile tsfile-parent - 1.0.0-SNAPSHOT + 1.0.0 examples pom @@ -33,7 +33,7 @@ org.apache.tsfile tsfile - 1.0.0-SNAPSHOT + 1.0.0 diff --git a/pom.xml b/pom.xml index 6ee08e6c3..8fb930330 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.apache.tsfile tsfile-parent - 1.0.0-SNAPSHOT + 1.0.0 pom Apache TsFile Project Parent POM @@ -612,6 +612,7 @@ scm:git:ssh://git@github.com/apache/tsfile.git scm:git:ssh://git@github.com/apache/tsfile.git ssh://git@github.com:apache/tsfile.git + v1.0.0 GitHub Issues diff --git a/tsfile/pom.xml b/tsfile/pom.xml index 8596c250f..1cb76c7ba 100644 --- a/tsfile/pom.xml +++ b/tsfile/pom.xml @@ -24,7 +24,7 @@ org.apache.tsfile tsfile-parent - 1.0.0-SNAPSHOT + 1.0.0 tsfile TsFile: TsFile @@ -38,7 +38,7 @@ org.apache.tsfile common - 1.0.0-SNAPSHOT + 1.0.0 com.github.luben