File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- if ([ " $TRAVIS_BRANCH " == " master" ] || [ ! -z " $TRAVIS_TAG " ]) && [ " $TRAVIS_PULL_REQUEST " == " false" ]; then
3+ if ([ " $TRAVIS_BRANCH " == " master" ] && [ ! -z " $TRAVIS_TAG " ]) && [ " $TRAVIS_PULL_REQUEST " == " false" ]; then
44 echo " Deploy $TRAVIS_TAG "
55 echo " Preparing key"
66 openssl aes-256-cbc -K $encrypted_3d7f448369a7_key -iv $encrypted_3d7f448369a7_iv -in deploy/signingkey.asc.enc -out deploy/signingkey.asc -d
Original file line number Diff line number Diff line change 66 <groupId >org.erc</groupId >
77 <artifactId >log4j2-jsonevent-layout</artifactId >
88 <version >0.0.3</version >
9-
9+ <name >log4j2-jsonevent-layout</name >
10+ <description >Log4j2 JSON Event layout without third party dependencies</description >
11+ <url >https://github.com/dubasdey/log4j2-jsonevent-layout</url >
1012
1113 <licenses >
1214 <license >
You can’t perform that action at this time.
0 commit comments