Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Feb 15, 2023
1 parent 6096580 commit 20a6dc4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|Version|Build|Coverage|Docs|
|---|---|---|---|
|![](https://img.shields.io/badge/Release-v2.2.0_(stable)-blue.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)|
|![](https://img.shields.io/badge/Release-v2.3.0_(stable)-blue.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)|
|![](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)|


Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import scala.sys.process.Process

organization := "net.yoshinorin"
name := "qualtet"
version := "v2.2.0"
version := "v2.3.0"
scalaVersion := "3.2.1"

scalacOptions ++= Seq(
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ RUN apt update -y \

WORKDIR /usr/opt

RUN git clone --depth 1 --branch v2.2.0 https://github.com/yoshinorin/qualtet.git
RUN git clone --depth 1 --branch v2.3.0 https://github.com/yoshinorin/qualtet.git

WORKDIR /usr/opt/qualtet

COPY entry-point.sh entry-point.sh

RUN rm -rf scripts docs docker .github .gitignore .editorconfig .git .env .env.example Makefile .githooks target .scalafix .scalafmt.conf tools \
&& sbt assembly exit \
&& cp ./target/scala-3.2.1/qualtet-assembly-v2.2.0.jar qualtet-assembly.jar \
&& cp ./target/scala-3.2.1/qualtet-assembly-v2.3.0.jar qualtet-assembly.jar \
&& chmod +x entry-point.sh

ENTRYPOINT [ "/usr/opt/qualtet/entry-point.sh" ]
2 changes: 1 addition & 1 deletion docs/rest-api/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
description: |
# Description
This API documentation regarding OpenAPI specification. Generated by [ReDoc](https://github.com/Rebilly/ReDoc).
version: v2.2.0
version: v2.3.0
externalDocs:
description: Source code
url: 'https://github.com/yoshinorin/qualtet'
Expand Down

0 comments on commit 20a6dc4

Please sign in to comment.