Skip to content

Commit 4126113

Browse files
committed
v0.2.0
1 parent 1391601 commit 4126113

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
implementation 'com.logtail:logback-logtail:0.1.2'
10+
implementation 'com.logtail:logback-logtail:0.2.0'
1111
implementation 'ch.qos.logback:logback-classic:1.2.11'
1212
implementation 'ch.qos.logback:logback-core:1.2.11'
1313
implementation 'com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.13.3'

examples/maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.logtail</groupId>
2828
<artifactId>logback-logtail</artifactId>
29-
<version>0.1.2</version>
29+
<version>0.2.0</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>ch.qos.logback</groupId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<groupId>com.logtail</groupId>
1212
<artifactId>logback-logtail</artifactId>
1313
<packaging>jar</packaging>
14-
<version>0.1.2</version>
14+
<version>0.2.0</version>
1515

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

2020
<licenses>
@@ -28,8 +28,8 @@
2828
<developer>
2929
<name>Tomas Hromada</name>
3030
<email>tomas@logtail.com</email>
31-
<organization>Logtail</organization>
32-
<organizationUrl>https://logtail.com</organizationUrl>
31+
<organization>Better Stack</organization>
32+
<organizationUrl>https://betterstack.com</organizationUrl>
3333
</developer>
3434
</developers>
3535

0 commit comments

Comments
 (0)