Skip to content

Commit

Permalink
GH-39037: [Java] Remove (Contrib/Experimental) mention in Flight SQL (#…
Browse files Browse the repository at this point in the history
…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 <laurent@apache.org>
Signed-off-by: David Li <li.davidm96@gmail.com>
  • Loading branch information
laurentgo committed Dec 14, 2023
1 parent cf1b265 commit a4fae02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/flight/flight-sql-jdbc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion java/flight/flight-sql-jdbc-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit a4fae02

Please sign in to comment.