diff --git a/common/pom.xml b/common/pom.xml index 32cfd1b92..8e61f807a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -24,7 +24,7 @@ org.apache.tsfile tsfile-parent - 1.0.0 + 1.0.1-SNAPSHOT common TsFile: Common API diff --git a/examples/pom.xml b/examples/pom.xml index 227e74d35..aa9f958dc 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -24,7 +24,7 @@ org.apache.tsfile tsfile-parent - 1.0.0 + 1.0.1-SNAPSHOT examples pom @@ -33,7 +33,7 @@ org.apache.tsfile tsfile - 1.0.0 + 1.0.1-SNAPSHOT diff --git a/pom.xml b/pom.xml index 8fb930330..082e2ab45 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.apache.tsfile tsfile-parent - 1.0.0 + 1.0.1-SNAPSHOT pom Apache TsFile Project Parent POM @@ -39,7 +39,7 @@ 1.8 1.8 - + false @@ -201,7 +201,7 @@ org.apache.tsfile,,javax,java,\# - + UNIX @@ -300,7 +300,7 @@ validate - + @@ -612,7 +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 + HEAD GitHub Issues diff --git a/tsfile/pom.xml b/tsfile/pom.xml index 1cb76c7ba..a8fb83af9 100644 --- a/tsfile/pom.xml +++ b/tsfile/pom.xml @@ -24,7 +24,7 @@ org.apache.tsfile tsfile-parent - 1.0.0 + 1.0.1-SNAPSHOT tsfile TsFile: TsFile @@ -38,7 +38,7 @@ org.apache.tsfile common - 1.0.0 + 1.0.1-SNAPSHOT com.github.luben