Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Aug 31, 2022
1 parent 4f39c02 commit 7d2f95b
Show file tree
Hide file tree
Showing 122 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ target/
!/c/

# Generated properties file
flight/flight-jdbc-driver/src/main/resources/properties/flight.properties
flight/flight-sql-jdbc-driver/src/main/resources/properties/flight.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>flight-jdbc-driver</artifactId>
<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>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion java/flight/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<module>flight-core</module>
<module>flight-grpc</module>
<module>flight-sql</module>
<module>flight-jdbc-driver</module>
<module>flight-sql-jdbc-driver</module>
<module>flight-integration-tests</module>
</modules>

Expand Down

0 comments on commit 7d2f95b

Please sign in to comment.