Skip to content

Commit

Permalink
Bump pom version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukancagatay committed Jul 23, 2024
1 parent cbf4baf commit a571dd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ This appender is published in sonatype maven repository. If you are using maven,
<dependency>
<groupId>com.dgkncgty</groupId>
<artifactId>logback-journal</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
```

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`.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.dgkncgty</groupId>
<artifactId>logback-journal</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>jar</packaging>

<name>logback-journal</name>
Expand Down

0 comments on commit a571dd1

Please sign in to comment.