Skip to content

Commit b169f11

Browse files
committed
finalizing net release - support of britli encoded responses
1 parent a6e8ece commit b169f11

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ along with Wilma. If not, see <http://www.gnu.org/licenses/>.
1818
===========================================================================*/
1919

2020
// Common local repository info
21-
ext.wilmaVersion=2.1
21+
ext.wilmaVersion=2.2
2222

2323
group = 'com.epam.wilma'
2424
apply plugin: 'idea'

config/docker/Dockerfile-Wilma

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ RUN \
1414
apt-get install -y openjdk-11-jre && \
1515
apt-get upgrade -y && \
1616
rm -rf /var/lib/apt/lists/* && \
17-
wget https://github.com/epam/Wilma/releases/download/V2.1.460/wilma-application-2.1.460.zip && \
18-
unzip wilma-application-2.1.460.zip && \
19-
mv wilma-2.1.460.jar wilma.jar && \
20-
rm -f wilma-application-2.1.460.zip
17+
wget https://github.com/epam/Wilma/releases/download/V2.2.461/wilma-application-2.2.461.zip && \
18+
unzip wilma-application-2.2.461.zip && \
19+
mv wilma-2.2.461.jar wilma.jar && \
20+
rm -f wilma-application-2.2.461.zip
2121

2222
COPY start_wilma.sh /data/
2323
RUN \

config/docker/Dockerfile-Wilma_and_Wilma_Message_Search

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ RUN \
1111
apt-get upgrade -y && \
1212
apt-get install -y openjdk-11-jdk && \
1313
rm -rf /var/libs/apt/lists/* && \
14-
wget https://github.com/epam/Wilma/releases/download/V2.1.460/wilma-message-search-2.1.460.zip && \
15-
unzip -o wilma-message-search-2.1.460.zip && \
16-
mv wilma-message-search-2.1.460.jar wilma-message-search.jar && \
17-
rm -f wilma-message-search-2.1.460.zip
14+
wget https://github.com/epam/Wilma/releases/download/V2.2.461/wilma-message-search-2.2.461.zip && \
15+
unzip -o wilma-message-search-2.2.461.zip && \
16+
mv wilma-message-search-2.2.461.jar wilma-message-search.jar && \
17+
rm -f wilma-message-search-2.2.461.zip
1818

1919
COPY start_wilma_and_message_search.sh /data/
2020
RUN \

config/docker/start_wilma.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
WILMA_BUILD=wilma.jar
44
#WILMA_CONFIGURATION is an external environment variable, usually: wilma.conf.properties
55
#WILMA_MX_SIZE is an external environment variable, for example: -Xmx8G
6-
#WILMA_KEPYSTORE is an external environment variable, for example: -Djavax.net.ssl.keyStore=certificate/your.jks
6+
#WILMA_KEYSTORE is an external environment variable, for example: -Djavax.net.ssl.keyStore=certificate/your.jks
77
#WILMA_KEYSTORE_PASSWORD is an external environment variable, example: -Djavax.net.ssl.keyStorePassword=password_for_your_jks
88
#WILMA_JMX_PORT - Wilma JMX port, if empty, no JMX used, otherwise the JMX port is fully opened
99

config/docker/start_wilma_and_message_search.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
WILMA_BUILD=wilma.jar
44
#WILMA_CONFIGURATION is an external environment variable, usually: wilma.conf.properties
55
#WILMA_MX_SIZE is an external environment variable, for example -Xmx8G
6-
#WILMA_KESYTORE is an external environment variable, for example: -Djavax.net.ssl.keyStore=certificate/your.jks
6+
#WILMA_KEYSTORE is an external environment variable, for example: -Djavax.net.ssl.keyStore=certificate/your.jks
77
#WILMA_KEYSTORE_PASSWORD is an external environment variable, for example: -Djavax.net.ssl.keyStorePassword=password_for_your_jks
88
#WILMA_JMX_PORT - Wilma JMX port, if empty, no JMX used, otherwise the JMX port is fully opened
99

0 commit comments

Comments
 (0)