Skip to content

Commit 96fa89e

Browse files
committed
preparing release 1.3.7
1 parent cf8f764 commit 96fa89e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

benchmark/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.6</version>
56+
<version>1.3.7</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.sun.tools.btrace</groupId>
6060
<artifactId>btrace-agent</artifactId>
61-
<version>1.3.6</version>
61+
<version>1.3.7</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.sun.tools.btrace</groupId>
6565
<artifactId>btrace-boot</artifactId>
66-
<version>1.3.6</version>
66+
<version>1.3.7</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>sun.jdk</groupId>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group 'com.sun.tools.btrace'
13-
version = '1.3.6'
13+
version = '1.3.7'
1414
description = 'BTrace - a safe, dynamic tracing tool for the Java platform'
1515

1616
sourceCompatibility = 7

make/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ docs.dir=${project.dir}/docs
2828
samples.dir=${project.dir}/samples
2929
dist.dir=${project.dir}/dist
3030
junit.jar=${test.lib.dir}/junit-4.6.jar
31-
release.version=1.3.6
31+
release.version=1.3.7
3232
asm.version=5.0.4
3333
maven.repo.local=../build/maven

0 commit comments

Comments
 (0)