Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
DEPRECATED
Browse files Browse the repository at this point in the history
kmrmt committed Oct 21, 2024

Verified

This commit was signed with the committer’s verified signature.
kmrmt Kosuke Morimoto
1 parent efe72a1 commit 0b5e4a7
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# vald-client-clj / valdcli

**DEPRECATED: This project is no longer maintained. Please use [vald-client-java](https://github.com/vdaas/vald-client-java) instead.**

[![LICENSE](https://img.shields.io/github/license/vdaas/vald-client-clj?style=flat-square)](https://github.com/vdaas/vald-client-clj/blob/main/LICENSE)
[![release](https://img.shields.io/github/v/release/vdaas/vald-client-clj?style=flat-square)](https://github.com/vdaas/vald-client-clj/releases)
[![Clojars Project](https://img.shields.io/clojars/v/vald-client-clj.svg?style=flat-square)](https://clojars.org/vald-client-clj)
2 changes: 1 addition & 1 deletion VALD_CLIENT_CLJ_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.7.13
v1.7.13-DEPRECATED
7 changes: 2 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject vald-client-clj #=(clojure.string/trim #=(slurp "VALD_CLIENT_CLJ_VERSION"))
:description "A client library for Vald."
:description "DEPRECATED: This project is no longer maintained. Please use vald-client-java instead."
:url "https://github.com/vdaas/vald-client-clj"
:license {:name "Apache License 2.0"
:url "https://www.apache.org/licenses/LICENSE-2.0"}
@@ -14,10 +14,7 @@
[io.grpc/grpc-protobuf "1.66.0"]
[io.grpc/grpc-stub "1.66.0"]
[build.buf/protovalidate "0.2.1"]
[org.vdaas.vald/vald-client-java
#=(subs
#=(clojure.string/trim
#=(slurp "VALD_CLIENT_CLJ_VERSION")) 1)]]
[org.vdaas.vald/vald-client-java "1.7.13"]]
:repl-options {:init-ns vald-client-clj.core}
:profiles {:dev
{:dependencies [[io.grpc/grpc-okhttp "1.66.0"

0 comments on commit 0b5e4a7

Please sign in to comment.