From a571dd1dba7b6af1077a950cbdbf73c2b79f4c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fukan=20=C3=87a=C4=9Fatay?= Date: Tue, 23 Jul 2024 23:04:55 +0200 Subject: [PATCH] Bump pom version to 0.4.0 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e113be6..87d80c8 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ This appender is published in sonatype maven repository. If you are using maven, com.dgkncgty logback-journal - 0.4.0-SNAPSHOT + 0.4.0 ``` if you are using sbt, add this to your `build.sbt` ```scala -libraryDependencies += "com.dgkncgty" % "logback-journal" % "0.4.0-SNAPSHOT" +libraryDependencies += "com.dgkncgty" % "logback-journal" % "0.4.0" ``` You also need the systemd journal library installed on your system to log to it. For newest version of systemd, journal is integrated in the systemd base library. Older version had a separate library named `systemd-journal`. diff --git a/pom.xml b/pom.xml index 56af110..a0304a3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.dgkncgty logback-journal - 0.4.0-SNAPSHOT + 0.4.0 jar logback-journal