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

Commit

Permalink
Merge pull request #231 from vdaas/feature/deprecated-package
Browse files Browse the repository at this point in the history
TO DEPRECATED project
  • Loading branch information
datelier authored Oct 22, 2024
2 parents baeb53b + 15d7ddc commit 7856762
Show file tree
Hide file tree
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)
Expand Down
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"}
Expand All @@ -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"
Expand Down

0 comments on commit 7856762

Please sign in to comment.