File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.11.2-SNAPSHOT </version >
56+ <version >1.3.11.3 </version >
5757 </dependency >
5858 <dependency >
5959 <groupId >com.sun.tools.btrace</groupId >
6060 <artifactId >btrace-agent</artifactId >
61- <version >1.3.11.1 </version >
61+ <version >1.3.11.3 </version >
6262 </dependency >
6363 <dependency >
6464 <groupId >com.sun.tools.btrace</groupId >
6565 <artifactId >btrace-boot</artifactId >
66- <version >1.3.11</version >
66+ <version >1.3.11.3 </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.11.3-SNAPSHOT '
31+ version = ' 1.3.11.3'
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.11.2
31+ release.version =1.3.11.3
3232asm.version =5.2
3333maven.repo.local =../build/maven
You can’t perform that action at this time.
0 commit comments