Skip to content

Commit ba6333f

Browse files
committed
Bump up Java agent core to 8.13.0
1 parent a255fd6 commit ba6333f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ Including
77
1. Oracle JDBC Driver
88
1. Aliyun ONS 1.x
99

10-
To be clear, these plugins have no license issue, but need Apache 2.0 uncompatible license Jar file to compile, which is not allowed to do in Apache.
11-
12-
2.0+ releases require SkyWalking 8.2.0+
10+
To be clear, these plugins have no license issue, but need Apache 2.0 uncompatible license Jar file to compile, which is not allowed to do in Apache.
1311

1412
# License
1513
Apache 2.0

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<properties>
2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22-
<skywalking.version>8.8.0</skywalking.version>
22+
<skywalking.version>8.13.0</skywalking.version>
2323
<shade.package>org.apache.skywalking.apm.dependencies</shade.package>
2424
<shade.net.bytebuddy.source>net.bytebuddy</shade.net.bytebuddy.source>
2525
<shade.net.bytebuddy.target>${shade.package}.${shade.net.bytebuddy.source}</shade.net.bytebuddy.target>

0 commit comments

Comments
 (0)