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.git


The following commit(s) were added to refs/heads/main by this push:
     new a4fae02306 GH-39037: [Java] Remove (Contrib/Experimental) mention in 
Flight SQL (#39040)
a4fae02306 is described below

commit a4fae0230693f382d99910273c0c983ea3bc933a
Author: Laurent Goujon <[email protected]>
AuthorDate: Thu Dec 14 06:38:02 2023 -0800

    GH-39037: [Java] Remove (Contrib/Experimental) mention in Flight SQL 
(#39040)
    
    ### Rationale for this change
    
    Considering that Flight SQL has been present for a while and should be 
fairly stable, remove the `(Contrib/Experimental)` mention from the pom file 
which also shows up on Maven Central UI pages
    
    ### Are these changes tested?
    
    Local test but there's no code change, only cosmetic
    
    ### Are there any user-facing changes?
    
    None
    
    * Closes: #39037
    
    Authored-by: Laurent Goujon <[email protected]>
    Signed-off-by: David Li <[email protected]>
---
 java/flight/flight-sql-jdbc-core/pom.xml   | 2 +-
 java/flight/flight-sql-jdbc-driver/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/flight/flight-sql-jdbc-core/pom.xml 
b/java/flight/flight-sql-jdbc-core/pom.xml
index cbeaa88f1e..74a2f8d320 100644
--- a/java/flight/flight-sql-jdbc-core/pom.xml
+++ b/java/flight/flight-sql-jdbc-core/pom.xml
@@ -23,7 +23,7 @@
 
     <artifactId>flight-sql-jdbc-core</artifactId>
     <name>Arrow Flight SQL JDBC Driver Core</name>
-    <description>(Contrib/Experimental) Core implementation of JDBC driver 
based on Arrow Flight SQL.</description>
+    <description>Core implementation of JDBC driver based on Arrow Flight 
SQL.</description>
     <packaging>jar</packaging>
     <url>https://arrow.apache.org</url>
 
diff --git a/java/flight/flight-sql-jdbc-driver/pom.xml 
b/java/flight/flight-sql-jdbc-driver/pom.xml
index 84462f5495..d4ef1b4ea3 100644
--- a/java/flight/flight-sql-jdbc-driver/pom.xml
+++ b/java/flight/flight-sql-jdbc-driver/pom.xml
@@ -23,7 +23,7 @@
 
     <artifactId>flight-sql-jdbc-driver</artifactId>
     <name>Arrow Flight SQL JDBC Driver</name>
-    <description>(Contrib/Experimental) A JDBC driver based on Arrow Flight 
SQL.</description>
+    <description>A JDBC driver based on Arrow Flight SQL.</description>
     <packaging>jar</packaging>
     <url>https://arrow.apache.org</url>
 

Reply via email to