Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
curusarn committed May 26, 2023
1 parent 1391601 commit 4126113
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
implementation 'com.logtail:logback-logtail:0.1.2'
implementation 'com.logtail:logback-logtail:0.2.0'
implementation 'ch.qos.logback:logback-classic:1.2.11'
implementation 'ch.qos.logback:logback-core:1.2.11'
implementation 'com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.13.3'
Expand Down
2 changes: 1 addition & 1 deletion examples/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.logtail</groupId>
<artifactId>logback-logtail</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<groupId>com.logtail</groupId>
<artifactId>logback-logtail</artifactId>
<packaging>jar</packaging>
<version>0.1.2</version>
<version>0.2.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Logback Java appender for sending logs to Logtail.com</description>
<description>Logback Java appender for sending logs to BetterStack.com</description>
<url>https://github.com/logtail/logback-logtail/</url>

<licenses>
Expand All @@ -28,8 +28,8 @@
<developer>
<name>Tomas Hromada</name>
<email>[email protected]</email>
<organization>Logtail</organization>
<organizationUrl>https://logtail.com</organizationUrl>
<organization>Better Stack</organization>
<organizationUrl>https://betterstack.com</organizationUrl>
</developer>
</developers>

Expand Down

0 comments on commit 4126113

Please sign in to comment.