Skip to content

Commit

Permalink
Branding release 1.3.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbachorik committed Dec 17, 2018
1 parent ac71e21 commit 9933f19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@ questions.
<dependency>
<groupId>com.sun.tools.btrace</groupId>
<artifactId>btrace-client</artifactId>
<version>1.3.11.2-SNAPSHOT</version>
<version>1.3.11.3</version>
</dependency>
<dependency>
<groupId>com.sun.tools.btrace</groupId>
<artifactId>btrace-agent</artifactId>
<version>1.3.11.1</version>
<version>1.3.11.3</version>
</dependency>
<dependency>
<groupId>com.sun.tools.btrace</groupId>
<artifactId>btrace-boot</artifactId>
<version>1.3.11</version>
<version>1.3.11.3</version>
</dependency>
<dependency>
<groupId>sun.jdk</groupId>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (!currentJvm.toString().startsWith("1.7")) {
}

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

sourceCompatibility = 7
Expand Down
2 changes: 1 addition & 1 deletion make/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ docs.dir=${project.dir}/docs
samples.dir=${project.dir}/samples
dist.dir=${project.dir}/dist
junit.jar=${test.lib.dir}/junit-4.6.jar
release.version=1.3.11.2
release.version=1.3.11.3
asm.version=5.2
maven.repo.local=../build/maven

0 comments on commit 9933f19

Please sign in to comment.