You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2023/06/22 21:56:42 UTC

[arrow-adbc] 02/02: chore: update versions for 0.1.0

This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to annotated tag apache-arrow-adbc-0.1.0-rc0
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git

commit f35091ec7932b81c524992909afffc9fe18cb65a
Author: David Li <li...@gmail.com>
AuthorDate: Fri Dec 23 22:08:48 2022 -0500

    chore: update versions for 0.1.0
---
 c/cmake_modules/AdbcVersion.cmake              | 2 +-
 docs/source/conf.py                            | 2 +-
 glib/meson.build                               | 2 +-
 java/core/pom.xml                              | 2 +-
 java/driver-manager/pom.xml                    | 2 +-
 java/driver/flight-sql-validation/pom.xml      | 2 +-
 java/driver/flight-sql/pom.xml                 | 2 +-
 java/driver/jdbc-validation-derby/pom.xml      | 2 +-
 java/driver/jdbc-validation-postgresql/pom.xml | 2 +-
 java/driver/jdbc/pom.xml                       | 2 +-
 java/driver/validation/pom.xml                 | 2 +-
 java/pom.xml                                   | 4 ++--
 java/sql/pom.xml                               | 2 +-
 ruby/lib/adbc/version.rb                       | 2 +-
 14 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/c/cmake_modules/AdbcVersion.cmake b/c/cmake_modules/AdbcVersion.cmake
index c27100dd..afada9f7 100644
--- a/c/cmake_modules/AdbcVersion.cmake
+++ b/c/cmake_modules/AdbcVersion.cmake
@@ -21,7 +21,7 @@
 # ------------------------------------------------------------
 # Version definitions
 
-set(ADBC_VERSION "1.0.0-SNAPSHOT")
+set(ADBC_VERSION "0.1.0")
 string(REGEX MATCH "^[0-9]+\\.[0-9]+\\.[0-9]+" ADBC_BASE_VERSION "${ADBC_VERSION}")
 string(REPLACE "." ";" _adbc_version_list "${ADBC_BASE_VERSION}")
 list(GET _adbc_version_list 0 ADBC_VERSION_MAJOR)
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 6b20adaa..63c709d9 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -21,7 +21,7 @@
 project = "ADBC"
 copyright = "2022, Apache Arrow Developers"
 author = "the Apache Arrow Developers"
-release = "0.1.0 (dev)"
+release = "0.1.0"
 # Needed to generate version switcher
 version = release
 
diff --git a/glib/meson.build b/glib/meson.build
index 3f7e88b8..d4ee32a3 100644
--- a/glib/meson.build
+++ b/glib/meson.build
@@ -23,7 +23,7 @@ project('adbc-glib',
           'c_std=c99',
         ],
         license: 'Apache-2.0',
-        version: '1.0.0')
+        release = '0.1.0')
 
 version_numbers = meson.project_version().split('.')
 version_major = version_numbers[0].to_int()
diff --git a/java/core/pom.xml b/java/core/pom.xml
index 883ec8c3..78f72f95 100644
--- a/java/core/pom.xml
+++ b/java/core/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>arrow-adbc-java-root</artifactId>
     <groupId>org.apache.arrow.adbc</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
 
   <artifactId>adbc-core</artifactId>
diff --git a/java/driver-manager/pom.xml b/java/driver-manager/pom.xml
index df880363..88f1cc3f 100644
--- a/java/driver-manager/pom.xml
+++ b/java/driver-manager/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>arrow-adbc-java-root</artifactId>
     <groupId>org.apache.arrow.adbc</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
 
   <artifactId>adbc-driver-manager</artifactId>
diff --git a/java/driver/flight-sql-validation/pom.xml b/java/driver/flight-sql-validation/pom.xml
index 419e89fc..39f58846 100644
--- a/java/driver/flight-sql-validation/pom.xml
+++ b/java/driver/flight-sql-validation/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>arrow-adbc-java-root</artifactId>
     <groupId>org.apache.arrow.adbc</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/java/driver/flight-sql/pom.xml b/java/driver/flight-sql/pom.xml
index dffbe58a..80a20347 100644
--- a/java/driver/flight-sql/pom.xml
+++ b/java/driver/flight-sql/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>arrow-adbc-java-root</artifactId>
     <groupId>org.apache.arrow.adbc</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/java/driver/jdbc-validation-derby/pom.xml b/java/driver/jdbc-validation-derby/pom.xml
index 3c7ef8ba..49123b2b 100644
--- a/java/driver/jdbc-validation-derby/pom.xml
+++ b/java/driver/jdbc-validation-derby/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>arrow-adbc-java-root</artifactId>
     <groupId>org.apache.arrow.adbc</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/java/driver/jdbc-validation-postgresql/pom.xml b/java/driver/jdbc-validation-postgresql/pom.xml
index 087f6377..a5f0c81e 100644
--- a/java/driver/jdbc-validation-postgresql/pom.xml
+++ b/java/driver/jdbc-validation-postgresql/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>arrow-adbc-java-root</artifactId>
     <groupId>org.apache.arrow.adbc</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/java/driver/jdbc/pom.xml b/java/driver/jdbc/pom.xml
index 8a3d1c17..6e69e2dc 100644
--- a/java/driver/jdbc/pom.xml
+++ b/java/driver/jdbc/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>arrow-adbc-java-root</artifactId>
     <groupId>org.apache.arrow.adbc</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/java/driver/validation/pom.xml b/java/driver/validation/pom.xml
index f1154651..dda48e8f 100644
--- a/java/driver/validation/pom.xml
+++ b/java/driver/validation/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>arrow-adbc-java-root</artifactId>
     <groupId>org.apache.arrow.adbc</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/java/pom.xml b/java/pom.xml
index a205735d..38bfbd43 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -20,7 +20,7 @@
 
   <groupId>org.apache.arrow.adbc</groupId>
   <artifactId>arrow-adbc-java-root</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>0.1.0</version>
   <packaging>pom</packaging>
 
   <name>Apache Arrow ADBC Java Root POM</name>
@@ -29,7 +29,7 @@
 
   <properties>
     <dep.arrow.version>10.0.0</dep.arrow.version>
-    <adbc.version>1.0.0-SNAPSHOT</adbc.version>
+    <adbc.version>0.1.0</adbc.version>
   </properties>
 
   <scm>
diff --git a/java/sql/pom.xml b/java/sql/pom.xml
index f3606582..a887a842 100644
--- a/java/sql/pom.xml
+++ b/java/sql/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>arrow-adbc-java-root</artifactId>
     <groupId>org.apache.arrow.adbc</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
 
   <artifactId>adbc-sql</artifactId>
diff --git a/ruby/lib/adbc/version.rb b/ruby/lib/adbc/version.rb
index d9dbcc3d..97421e50 100644
--- a/ruby/lib/adbc/version.rb
+++ b/ruby/lib/adbc/version.rb
@@ -16,7 +16,7 @@
 # under the License.
 
 module ADBC
-  VERSION = "1.0.0"
+  VERSION = "0.1.0"
 
   module Version
     MAJOR, MINOR, MICRO = VERSION.split(".").collect(&:to_i)