File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66
77| Version| Build| Coverage| Docs|
88| ---| ---| ---| ---|
9- | ![ ] ( https://img.shields.io/badge/Release-v2.0 .0_(has_some_issues)-yellow.svg?style=flat-square ) | [ ![ CI] ( https://github.com/yoshinorin/qualtet/actions/workflows/ci.yml/badge.svg )] ( https://github.com/yoshinorin/qualtet/actions/workflows/ci.yml ) | ![ ] ( https://img.shields.io/badge/coverage-upstream_issue-inactive.svg?style=flat-square ) | [ ![ ] ( https://img.shields.io/badge/Docs-Scaladoc_&_REST_API-blue?style=flat-square )] ( https://yoshinorin.github.io/qualtet/docs ) |
9+ | ![ ] ( https://img.shields.io/badge/Release-v2.1 .0_(has_some_issues)-yellow.svg?style=flat-square ) | [ ![ CI] ( https://github.com/yoshinorin/qualtet/actions/workflows/ci.yml/badge.svg )] ( https://github.com/yoshinorin/qualtet/actions/workflows/ci.yml ) | ![ ] ( https://img.shields.io/badge/coverage-upstream_issue-inactive.svg?style=flat-square ) | [ ![ ] ( https://img.shields.io/badge/Docs-Scaladoc_&_REST_API-blue?style=flat-square )] ( https://yoshinorin.github.io/qualtet/docs ) |
1010| ![ ] ( https://img.shields.io/badge/Release-v1.13.0_(stale)-inactive.svg?style=flat-square ) | [ ![ CI] ( https://github.com/yoshinorin/qualtet/actions/workflows/ci.yml/badge.svg?branch=v1.x )] ( https://github.com/yoshinorin/qualtet/actions/workflows/ci.yml ) | [ ![ Coverage Status] ( https://coveralls.io/repos/github/yoshinorin/qualtet/badge.svg?branch=v1.x )] ( https://coveralls.io/github/yoshinorin/qualtet?branch=v1.x ) | ![ ] ( https://img.shields.io/badge/Docs-N/A-inactive.svg?style=flat-square ) |
1111
1212
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import scala.sys.process.Process
44
55organization := " net.yoshinorin"
66name := " qualtet"
7- version := " v2.0 .0"
7+ version := " v2.1 .0"
88scalaVersion := " 3.2.1"
99
1010scalacOptions ++= Seq (
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ RUN apt update -y \
1010
1111WORKDIR /usr/opt
1212
13- RUN git clone --depth 1 --branch v2.0 .0 https://github.com/yoshinorin/qualtet.git
13+ RUN git clone --depth 1 --branch v2.1 .0 https://github.com/yoshinorin/qualtet.git
1414
1515WORKDIR /usr/opt/qualtet
1616
1717COPY entry-point.sh entry-point.sh
1818
1919RUN rm -rf scripts docs docker .github .gitignore .editorconfig .git .env .env.example \
2020 && sbt assembly exit \
21- && cp ./target/scala-3.2.1/qualtet-assembly-v2.0 .0.jar qualtet-assembly.jar \
21+ && cp ./target/scala-3.2.1/qualtet-assembly-v2.1 .0.jar qualtet-assembly.jar \
2222 && chmod +x entry-point.sh
2323
2424ENTRYPOINT [ "/usr/opt/qualtet/entry-point.sh" ]
Original file line number Diff line number Diff line change 44 description : |
55 # Description
66 This API documentation regarding OpenAPI specification. Generated by [ReDoc](https://github.com/Rebilly/ReDoc).
7- version : v2.0 .0
7+ version : v2.1 .0
88externalDocs :
99 description : Source code
1010 url : ' https://github.com/yoshinorin/qualtet'
You can’t perform that action at this time.
0 commit comments