Skip to content

Commit e1f3250

Browse files
committed
updating to v1.3.4
1 parent 4bb853d commit e1f3250

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ junit*
2727
.gradle
2828
.idea
2929
!/lib/btrace-jctools-core-1.1.jar
30+
CHANGELOG.md

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ btrace [![Build Status](https://travis-ci.org/jbachorik/btrace.svg?branch=releas
44
A safe, dynamic tracing tool for the Java platform
55

66
## Version
7-
1.3.3
7+
1.3.4
88

99
## Quick Summary
1010
BTrace is a safe, dynamic tracing tool for the Java platform.

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.3</version>
56+
<version>1.3.4</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.sun.tools.btrace</groupId>
6060
<artifactId>btrace-agent</artifactId>
61-
<version>1.3.3</version>
61+
<version>1.3.4</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.sun.tools.btrace</groupId>
6565
<artifactId>btrace-boot</artifactId>
66-
<version>1.3.3</version>
66+
<version>1.3.4</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>sun.jdk</groupId>

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group 'com.sun.tools.btrace'
11-
version = '1.3.3'
11+
version = '1.3.4'
1212
description = 'BTrace - a safe, dynamic tracing tool for the Java platform'
1313

1414
sourceCompatibility = 7
@@ -51,7 +51,7 @@ bintray {
5151
labels = []
5252
publicDownloadNumbers = true
5353
version {
54-
name = '1.3.3' //Bintray logical version name
54+
name = '1.3.4' //Bintray logical version name
5555
released = new java.util.Date()
5656
vcsTag = project.hasProperty('release.tag') ? project.property('release.tag') : 'dev'
5757
//Optional configuration for GPG signing

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.3
31+
release.version=1.3.4
3232
asm.version=5.0.4
3333
maven.repo.local=../build/maven

0 commit comments

Comments
 (0)