Skip to content

Commit 9da48f2

Browse files
authored
Merge pull request #46 from traceroot-ai/fix/fix_example_version
fix: fix example version
2 parents cbe8be9 + d6e692f commit 9da48f2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.3</version>
26+
<version>0.0.1-alpha.4</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.3</version>
26+
<version>0.0.1-alpha.4</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.3</version>
27+
<version>0.0.1-alpha.4</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.3</version>
38+
<version>0.0.1-alpha.4</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.3</version>
27+
<version>0.0.1-alpha.4</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.3</version>
26+
<version>0.0.1-alpha.4</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.3</version>
27+
<version>0.0.1-alpha.4</version>
2828
</dependency>
2929

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

0 commit comments

Comments
 (0)