Skip to content

Commit 9933f19

Browse files
committed
Branding release 1.3.11.3
1 parent ac71e21 commit 9933f19

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.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>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if (!currentJvm.toString().startsWith("1.7")) {
2828
}
2929

3030
group 'com.sun.tools.btrace'
31-
version = '1.3.11.3-SNAPSHOT'
31+
version = '1.3.11.3'
3232
description = 'BTrace - a safe, dynamic tracing tool for the Java platform'
3333

3434
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.11.2
31+
release.version=1.3.11.3
3232
asm.version=5.2
3333
maven.repo.local=../build/maven

0 commit comments

Comments
 (0)