Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion java/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION = 0.0.6
VERSION = 0.0.7

.PHONY: clean-apache-client
clean-apache-client:
Expand Down
2 changes: 1 addition & 1 deletion java/lance-namespace-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.lancedb</groupId>
<artifactId>lance-namespace-root</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions java/lance-namespace-apache-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.lancedb</groupId>
<artifactId>lance-namespace-apache-client</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -61,7 +61,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
compile "com.lancedb:lance-namespace-apache-client:0.0.6"
compile "com.lancedb:lance-namespace-apache-client:0.0.7"
```

### Others
Expand All @@ -74,7 +74,7 @@ mvn clean package

Then manually install the following JARs:

- `target/lance-namespace-apache-client-0.0.6.jar`
- `target/lance-namespace-apache-client-0.0.7.jar`
- `target/lib/*.jar`

## Getting Started
Expand Down
4 changes: 2 additions & 2 deletions java/lance-namespace-apache-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>lance-namespace-apache-client</artifactId>
<packaging>jar</packaging>
<name>lance-namespace-apache-client</name>
<version>0.0.6</version>
<version>0.0.7</version>
<url>https://github.com/openapitools/openapi-generator</url>
<description>OpenAPI Java</description>
<scm>
Expand All @@ -16,7 +16,7 @@
<parent>
<groupId>com.lancedb</groupId>
<artifactId>lance-namespace-root</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
</parent>

<licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public ApiClient(CloseableHttpClient httpClient) {
dateFormat = ApiClient.buildDefaultDateFormat();

// Set default User-Agent.
setUserAgent("OpenAPI-Generator/0.0.6/java");
setUserAgent("OpenAPI-Generator/0.0.7/java");

// Setup authentications (key: authentication name, value: authentication).
authentications = new HashMap<String, Authentication>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
value = "org.openapitools.codegen.languages.JavaClientCodegen",
comments = "Generator version: 7.12.0")
public class Configuration {
public static final String VERSION = "0.0.6";
public static final String VERSION = "0.0.7";

private static volatile ApiClient defaultApiClient = new ApiClient();

Expand Down
2 changes: 1 addition & 1 deletion java/lance-namespace-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.lancedb</groupId>
<artifactId>lance-namespace-root</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/lance-namespace-glue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.lancedb</groupId>
<artifactId>lance-namespace-root</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/lance-namespace-hive2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.lancedb</groupId>
<artifactId>lance-namespace-root</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/lance-namespace-hive3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.lancedb</groupId>
<artifactId>lance-namespace-root</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/lance-namespace-lancedb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.lancedb</groupId>
<artifactId>lance-namespace-root</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions java/lance-namespace-springboot-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>lance-namespace-springboot-server</artifactId>
<packaging>jar</packaging>
<name>lance-namespace-springboot-server</name>
<version>0.0.6</version>
<version>0.0.7</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand All @@ -16,7 +16,7 @@
<parent>
<groupId>com.lancedb</groupId>
<artifactId>lance-namespace-root</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
</parent>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
Expand Down
6 changes: 3 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.lancedb</groupId>
<artifactId>lance-namespace-root</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down Expand Up @@ -55,7 +55,7 @@
</distributionManagement>

<properties>
<lance-namespace.version>0.0.6</lance-namespace.version>
<lance-namespace.version>0.0.7</lance-namespace.version>
<arrow.version>15.0.0</arrow.version>
<springboot.version>2.7.18</springboot.version>
<junit-version>5.8.2</junit-version>
Expand Down Expand Up @@ -308,7 +308,7 @@
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.6.0</version>
<version>0.8.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>ossrh</publishingServerId>
Expand Down
4 changes: 2 additions & 2 deletions java/springboot-server-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>lance-namespace-springboot-server</artifactId>
<packaging>jar</packaging>
<name>lance-namespace-springboot-server</name>
<version>0.0.6</version>
<version>0.0.7</version>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand All @@ -16,7 +16,7 @@
<parent>
<groupId>com.lancedb</groupId>
<artifactId>lance-namespace-root</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
</parent>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
Expand Down