This is an automated email from the ASF dual-hosted git repository.
coolfrog pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-horaedb-client-java.git
The following commit(s) were added to refs/heads/main by this push:
new c6a1738 change version (#75)
c6a1738 is described below
commit c6a173882063d08cef640291826e0fd82c94c3b9
Author: CooooolFrog <[email protected]>
AuthorDate: Mon Apr 1 15:50:39 2024 +0800
change version (#75)
---
horaedb-common/src/main/.DS_Store | Bin 6148 -> 0 bytes
pom.xml | 8 ++++----
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/horaedb-common/src/main/.DS_Store
b/horaedb-common/src/main/.DS_Store
deleted file mode 100644
index a5c61c7..0000000
Binary files a/horaedb-common/src/main/.DS_Store and /dev/null differ
diff --git a/pom.xml b/pom.xml
index 079b913..932d4a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,14 +44,14 @@
</modules>
<scm>
- <connection>https://github.com/CeresDB/horaedb-client-java</connection>
-
<developerConnection>https://github.com/CeresDB/horaedb-client-java</developerConnection>
- <url>https://github.com/CeresDB/horaedb-client-java</url>
+
<connection>https://github.com/apache/incubator-horaedb-client-java</connection>
+
<developerConnection>https://github.com/apache/incubator-horaedb-client-java</developerConnection>
+ <url>https://github.com/apache/incubator-horaedb-client-java</url>
</scm>
<properties>
<!-- according to https://maven.apache.org/maven-ci-friendly.html -->
- <revision>1.0.5</revision>
+ <revision>2.0.0</revision>
<arrow.version>9.0.0</arrow.version>
<zstd.version>1.5.2-5</zstd.version>
<gson.version>2.8.9</gson.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]