File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55A safe, dynamic tracing tool for the Java platform
66
77## Version
8- 1.3.8.3 ([ Release Page] ( https://github.com/jbachorik/btrace/releases/latest ) )
8+ 1.3.9 ([ Release Page] ( https://github.com/jbachorik/btrace/releases/latest ) )
99
1010## Quick Summary
1111BTrace is a safe, dynamic tracing tool for the Java platform.
Original file line number Diff line number Diff line change @@ -53,17 +53,17 @@ questions.
5353 <dependency >
5454 <groupId >com.sun.tools.btrace</groupId >
5555 <artifactId >btrace-client</artifactId >
56- <version >1.3.8.3 </version >
56+ <version >1.3.9 </version >
5757 </dependency >
5858 <dependency >
5959 <groupId >com.sun.tools.btrace</groupId >
6060 <artifactId >btrace-agent</artifactId >
61- <version >1.3.8.3 </version >
61+ <version >1.3.9 </version >
6262 </dependency >
6363 <dependency >
6464 <groupId >com.sun.tools.btrace</groupId >
6565 <artifactId >btrace-boot</artifactId >
66- <version >1.3.8.3 </version >
66+ <version >1.3.9 </version >
6767 </dependency >
6868 <dependency >
6969 <groupId >sun.jdk</groupId >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if (!currentJvm.toString().startsWith("1.7")) {
2828}
2929
3030group ' com.sun.tools.btrace'
31- version = ' 1.3.8.3 '
31+ version = ' 1.3.9 '
3232description = ' BTrace - a safe, dynamic tracing tool for the Java platform'
3333
3434sourceCompatibility = 7
Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ docs.dir=${project.dir}/docs
2828samples.dir =${project.dir}/samples
2929dist.dir =${project.dir}/dist
3030junit.jar =${test.lib.dir}/junit-4.6.jar
31- release.version =1.3.8.3
32- asm.version =5.0.4
31+ release.version =1.3.9
32+ asm.version =5.2
3333maven.repo.local =../build/maven
You can’t perform that action at this time.
0 commit comments