Skip to content

Commit

Permalink
apacheGH-39037: [Java] Remove (Contrib/Experimental) mention in Fligh…
Browse files Browse the repository at this point in the history
…t SQL (apache#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: apache#39037

Authored-by: Laurent Goujon <[email protected]>
Signed-off-by: David Li <[email protected]>
  • Loading branch information
laurentgo authored and dgreiss committed Feb 17, 2024
1 parent d77e821 commit b357948
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 b357948

Please sign in to comment.