Skip to content

Commit

Permalink
debug logs off
Browse files Browse the repository at this point in the history
version
  • Loading branch information
Oleg Smelov committed Apr 15, 2024
1 parent 3f5c32d commit c110096
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gradle:7.6-jdk11 AS build
ARG release_version
COPY ./ .
RUN gradle --debug --no-daemon clean build dockerPrepare -Prelease_version=${release_version}
RUN gradle --no-daemon clean build dockerPrepare -Prelease_version=${release_version}

FROM adoptopenjdk/openjdk11:alpine
WORKDIR /home
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# th2-conn-dirty-fix (1.6.0)
# th2-conn-dirty-fix (1.6.1)

This microservice allows sending and receiving messages via FIX protocol

Expand Down Expand Up @@ -335,7 +335,7 @@ spec:

# Changelog

## 1.6.0
## 1.6.1

* Channel subscriptions recovery on failure
* Updated bom: `4.6.1-dev`
Expand Down Expand Up @@ -458,4 +458,4 @@ spec:

## 0.0.2

* Supported the password encryption via `RSA` algorithm.
* Supported the password encryption via `RSA` algorithm.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release_version=1.6.0
release_version=1.6.1
description='Dirty-TCP client'
vcs_url=https://github.com/th2-net/th2-conn-dirty-fix

0 comments on commit c110096

Please sign in to comment.