Skip to content

Commit 0e3a176

Browse files
authored
Merge pull request #48 from traceroot-ai/update_version
update version
2 parents 97f7248 + f9c391d commit 0e3a176

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

examples/log4j2-custom-format-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>ai.traceroot</groupId>
2525
<artifactId>traceroot-sdk-java</artifactId>
26-
<version>0.0.1-alpha.4</version>
26+
<version>0.0.1-alpha.5</version>
2727
<exclusions>
2828
<!-- Exclude Logback to use Log4j2 instead -->
2929
<exclusion>

examples/log4j2-local-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>ai.traceroot</groupId>
2525
<artifactId>traceroot-sdk-java</artifactId>
26-
<version>0.0.1-alpha.4</version>
26+
<version>0.0.1-alpha.5</version>
2727
<exclusions>
2828
<!-- Exclude Logback to use Log4j2 instead -->
2929
<exclusion>

examples/logback-local-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>ai.traceroot</groupId>
2626
<artifactId>traceroot-sdk-java</artifactId>
27-
<version>0.0.1-alpha.4</version>
27+
<version>0.0.1-alpha.5</version>
2828
</dependency>
2929

3030
<!-- Logback (explicitly included since it's optional in the SDK) -->

examples/spring-boot-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>ai.traceroot</groupId>
3737
<artifactId>traceroot-sdk-java</artifactId>
38-
<version>0.0.1-alpha.4</version>
38+
<version>0.0.1-alpha.5</version>
3939
</dependency>
4040

4141
<!-- Spring Boot -->

examples/standalone-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>ai.traceroot</groupId>
2626
<artifactId>traceroot-sdk-java</artifactId>
27-
<version>0.0.1-alpha.4</version>
27+
<version>0.0.1-alpha.5</version>
2828
</dependency>
2929

3030
<!-- Logback (explicitly included since it's optional in the SDK) -->

examples/tencent-log4j2-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>ai.traceroot</groupId>
2525
<artifactId>traceroot-sdk-java</artifactId>
26-
<version>0.0.1-alpha.4</version>
26+
<version>0.0.1-alpha.5</version>
2727
<exclusions>
2828
<!-- Exclude Logback to use Log4j2 instead -->
2929
<exclusion>

examples/tencent-logback-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>ai.traceroot</groupId>
2626
<artifactId>traceroot-sdk-java</artifactId>
27-
<version>0.0.1-alpha.4</version>
27+
<version>0.0.1-alpha.5</version>
2828
</dependency>
2929

3030
<!-- Logback (explicitly included since it's optional in the SDK) -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>ai.traceroot</groupId>
77
<artifactId>traceroot-sdk-java</artifactId>
8-
<version>0.0.1-alpha.4</version>
8+
<version>0.0.1-alpha.5</version>
99
<packaging>jar</packaging>
1010

1111
<name>TraceRoot SDK for Java</name>

0 commit comments

Comments
 (0)