From cb65dff59a7efac8d7ff78181431d4aa36340cf1 Mon Sep 17 00:00:00 2001 From: OneSizeFitQuorum Date: Thu, 21 Nov 2024 17:24:47 +0800 Subject: [PATCH] release 1.2.0-dd29bcc-SNAPSHOT Signed-off-by: OneSizeFitQuorum --- cpp/pom.xml | 2 +- java/common/pom.xml | 2 +- java/examples/pom.xml | 4 ++-- java/pom.xml | 4 ++-- java/tools/pom.xml | 6 +++--- java/tsfile/pom.xml | 4 ++-- pom.xml | 2 +- python/pom.xml | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/cpp/pom.xml b/cpp/pom.xml index 5ceb16a38..4fff5e585 100644 --- a/cpp/pom.xml +++ b/cpp/pom.xml @@ -22,7 +22,7 @@ org.apache.tsfile tsfile-parent - 1.2.0-892fb580-SNAPSHOT + 1.2.0-dd29bcc-SNAPSHOT tsfile-cpp pom diff --git a/java/common/pom.xml b/java/common/pom.xml index 5f577e371..f018f55c3 100644 --- a/java/common/pom.xml +++ b/java/common/pom.xml @@ -24,7 +24,7 @@ org.apache.tsfile tsfile-java - 1.2.0-892fb580-SNAPSHOT + 1.2.0-dd29bcc-SNAPSHOT common TsFile: Java: Common diff --git a/java/examples/pom.xml b/java/examples/pom.xml index be9afc049..e1bc5e184 100644 --- a/java/examples/pom.xml +++ b/java/examples/pom.xml @@ -24,7 +24,7 @@ org.apache.tsfile tsfile-java - 1.2.0-892fb580-SNAPSHOT + 1.2.0-dd29bcc-SNAPSHOT examples pom @@ -37,7 +37,7 @@ org.apache.tsfile tsfile - 1.2.0-892fb580-SNAPSHOT + 1.2.0-dd29bcc-SNAPSHOT diff --git a/java/pom.xml b/java/pom.xml index 502b46388..9beeae21e 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -24,10 +24,10 @@ org.apache.tsfile tsfile-parent - 1.2.0-892fb580-SNAPSHOT + 1.2.0-dd29bcc-SNAPSHOT tsfile-java - 1.2.0-892fb580-SNAPSHOT + 1.2.0-dd29bcc-SNAPSHOT pom TsFile: Java diff --git a/java/tools/pom.xml b/java/tools/pom.xml index 8c60ce142..0ccb1b128 100644 --- a/java/tools/pom.xml +++ b/java/tools/pom.xml @@ -24,7 +24,7 @@ org.apache.tsfile tsfile-java - 1.2.0-892fb580-SNAPSHOT + 1.2.0-dd29bcc-SNAPSHOT tools TsFile: Java: Tools @@ -32,7 +32,7 @@ org.apache.tsfile common - 1.2.0-892fb580-SNAPSHOT + 1.2.0-dd29bcc-SNAPSHOT commons-cli @@ -50,7 +50,7 @@ org.apache.tsfile tsfile - 1.2.0-892fb580-SNAPSHOT + 1.2.0-dd29bcc-SNAPSHOT ch.qos.logback diff --git a/java/tsfile/pom.xml b/java/tsfile/pom.xml index e95acc04b..5f6ffec66 100644 --- a/java/tsfile/pom.xml +++ b/java/tsfile/pom.xml @@ -24,7 +24,7 @@ org.apache.tsfile tsfile-java - 1.2.0-892fb580-SNAPSHOT + 1.2.0-dd29bcc-SNAPSHOT tsfile TsFile: Java: TsFile @@ -38,7 +38,7 @@ org.apache.tsfile common - 1.2.0-892fb580-SNAPSHOT + 1.2.0-dd29bcc-SNAPSHOT com.github.luben diff --git a/pom.xml b/pom.xml index b20de7d83..ded9f78a6 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.apache.tsfile tsfile-parent - 1.2.0-892fb580-SNAPSHOT + 1.2.0-dd29bcc-SNAPSHOT pom Apache TsFile Project Parent POM diff --git a/python/pom.xml b/python/pom.xml index 71c4fcc1f..b04b7e3b3 100644 --- a/python/pom.xml +++ b/python/pom.xml @@ -22,7 +22,7 @@ org.apache.tsfile tsfile-parent - 1.2.0-892fb580-SNAPSHOT + 1.2.0-dd29bcc-SNAPSHOT tsfile-python pom