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

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git

commit 29294e15e21763f66b727a16e99f81de3a254022
Author: David Li <[email protected]>
AuthorDate: Wed Feb 15 13:45:45 2023 -0500

    chore: update versions for 0.3.0-SNAPSHOT
---
 c/cmake_modules/AdbcVersion.cmake                          |  2 +-
 ci/conda/meta.yaml                                         |  2 +-
 ci/linux-packages/debian/control                           | 14 +++++++-------
 ...anager002.install => libadbc-driver-manager003.install} |  0
 ...sql002.install => libadbc-driver-postgresql003.install} |  0
 ...-sqlite002.install => libadbc-driver-sqlite003.install} |  0
 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 +-
 19 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/c/cmake_modules/AdbcVersion.cmake 
b/c/cmake_modules/AdbcVersion.cmake
index de5f9f3..2179e3e 100644
--- a/c/cmake_modules/AdbcVersion.cmake
+++ b/c/cmake_modules/AdbcVersion.cmake
@@ -21,7 +21,7 @@
 # ------------------------------------------------------------
 # Version definitions
 
-set(ADBC_VERSION "0.2.0-SNAPSHOT")
+set(ADBC_VERSION "0.3.0-SNAPSHOT")
 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/ci/conda/meta.yaml b/ci/conda/meta.yaml
index 24c0721..7a053aa 100644
--- a/ci/conda/meta.yaml
+++ b/ci/conda/meta.yaml
@@ -18,7 +18,7 @@
 package:
   name: arrow-adbc-split
   # TODO: this needs to get bumped by the release process
-  version: 0.2.0
+  version: 0.3.0
 
 source:
   path: ../../
diff --git a/ci/linux-packages/debian/control b/ci/linux-packages/debian/control
index a84c91c..a044d09 100644
--- a/ci/linux-packages/debian/control
+++ b/ci/linux-packages/debian/control
@@ -31,7 +31,7 @@ Build-Depends:
 Standards-Version: 4.5.0
 Homepage: https://arrow.apache.org/adbc/
 
-Package: libadbc-driver-manager002
+Package: libadbc-driver-manager003
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -49,12 +49,12 @@ Architecture: any
 Multi-Arch: same
 Depends:
   ${misc:Depends},
-  libadbc-driver-manager002 (= ${binary:Version})
+  libadbc-driver-manager003 (= ${binary:Version})
 Description: Apache Arrow Database Connectivity (ADBC) driver manager
  .
  This package provides C++ header files.
 
-Package: libadbc-driver-postgresql002
+Package: libadbc-driver-postgresql003
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -72,12 +72,12 @@ Architecture: any
 Multi-Arch: same
 Depends:
   ${misc:Depends},
-  libadbc-driver-postgresql002 (= ${binary:Version})
+  libadbc-driver-postgresql003 (= ${binary:Version})
 Description: Apache Arrow Database Connectivity (ADBC) PostgreSQL driver
  .
  This package provides CMake package, pkg-config package and so on.
 
-Package: libadbc-driver-sqlite002
+Package: libadbc-driver-sqlite003
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -95,7 +95,7 @@ Architecture: any
 Multi-Arch: same
 Depends:
   ${misc:Depends},
-  libadbc-driver-sqlite002 (= ${binary:Version})
+  libadbc-driver-sqlite003 (= ${binary:Version})
 Description: Apache Arrow Database Connectivity (ADBC) SQLite driver
  .
  This package provides CMake package, pkg-config package and so on.
@@ -108,7 +108,7 @@ Pre-Depends: ${misc:Pre-Depends}
 Depends:
   ${misc:Depends},
   ${shlibs:Depends},
-  libadbc-driver-manager002 (= ${binary:Version})
+  libadbc-driver-manager003 (= ${binary:Version})
 Description: Apache Arrow Database Connectivity (ADBC) driver manager
  .
  This package provides GLib based library files.
diff --git a/ci/linux-packages/debian/libadbc-driver-manager002.install 
b/ci/linux-packages/debian/libadbc-driver-manager003.install
similarity index 100%
rename from ci/linux-packages/debian/libadbc-driver-manager002.install
rename to ci/linux-packages/debian/libadbc-driver-manager003.install
diff --git a/ci/linux-packages/debian/libadbc-driver-postgresql002.install 
b/ci/linux-packages/debian/libadbc-driver-postgresql003.install
similarity index 100%
rename from ci/linux-packages/debian/libadbc-driver-postgresql002.install
rename to ci/linux-packages/debian/libadbc-driver-postgresql003.install
diff --git a/ci/linux-packages/debian/libadbc-driver-sqlite002.install 
b/ci/linux-packages/debian/libadbc-driver-sqlite003.install
similarity index 100%
rename from ci/linux-packages/debian/libadbc-driver-sqlite002.install
rename to ci/linux-packages/debian/libadbc-driver-sqlite003.install
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 1bea470..acd79b2 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.2.0 (dev)"
+release = "0.3.0 (dev)"
 # Needed to generate version switcher
 version = release
 
diff --git a/glib/meson.build b/glib/meson.build
index 5eda394..106536a 100644
--- a/glib/meson.build
+++ b/glib/meson.build
@@ -23,7 +23,7 @@ project('adbc-glib',
           'c_std=c99',
         ],
         license: 'Apache-2.0',
-        version: '0.2.0-SNAPSHOT')
+        version: '0.3.0-SNAPSHOT')
 
 version_numbers = meson.project_version().split('-')[0].split('.')
 version_major = version_numbers[0].to_int()
diff --git a/java/core/pom.xml b/java/core/pom.xml
index a25c47e..7c391b6 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>0.2.0-SNAPSHOT</version>
+    <version>0.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>adbc-core</artifactId>
diff --git a/java/driver-manager/pom.xml b/java/driver-manager/pom.xml
index 04cc665..0e0ff9e 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>0.2.0-SNAPSHOT</version>
+    <version>0.3.0-SNAPSHOT</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 05d844c..67b9fd4 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>0.2.0-SNAPSHOT</version>
+    <version>0.3.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/java/driver/flight-sql/pom.xml b/java/driver/flight-sql/pom.xml
index d5ca2b4..dbd097f 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>0.2.0-SNAPSHOT</version>
+    <version>0.3.0-SNAPSHOT</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 7cb41ec..154f212 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>0.2.0-SNAPSHOT</version>
+    <version>0.3.0-SNAPSHOT</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 585a474..bdde463 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>0.2.0-SNAPSHOT</version>
+    <version>0.3.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/java/driver/jdbc/pom.xml b/java/driver/jdbc/pom.xml
index a87247e..191be2e 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>0.2.0-SNAPSHOT</version>
+    <version>0.3.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/java/driver/validation/pom.xml b/java/driver/validation/pom.xml
index 810b5ca..0dc1903 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>0.2.0-SNAPSHOT</version>
+    <version>0.3.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/java/pom.xml b/java/pom.xml
index 9080454..ac37063 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>0.2.0-SNAPSHOT</version>
+  <version>0.3.0-SNAPSHOT</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>0.2.0-SNAPSHOT</adbc.version>
+    <adbc.version>0.3.0-SNAPSHOT</adbc.version>
   </properties>
 
   <scm>
diff --git a/java/sql/pom.xml b/java/sql/pom.xml
index 79c4094..2c9248e 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>0.2.0-SNAPSHOT</version>
+    <version>0.3.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>adbc-sql</artifactId>
diff --git a/ruby/lib/adbc/version.rb b/ruby/lib/adbc/version.rb
index 5629131..9f24e48 100644
--- a/ruby/lib/adbc/version.rb
+++ b/ruby/lib/adbc/version.rb
@@ -16,7 +16,7 @@
 # under the License.
 
 module ADBC
-  VERSION = "0.2.0-SNAPSHOT"
+  VERSION = "0.3.0-SNAPSHOT"
 
   module Version
     MAJOR, MINOR, MICRO, TAG = VERSION.split(".").collect(&:to_i)

Reply via email to