Skip to content

Commit 41957bd

Browse files
committed
added missing data
1 parent c58e1f9 commit 41957bd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

deploy/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
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>

0 commit comments

Comments
 (0)