Skip to content

Commit c8f81cc

Browse files
committed
Prepare release 2.2.2
1 parent b2d8b0f commit c8f81cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
A safe, dynamic tracing tool for the Java platform
66

77
## Version
8-
2.2.0
8+
2.2.2
99

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

common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'java'
66
apply plugin: 'idea'
77

88
project.group = 'org.openjdk.btrace'
9-
project.version = '2.3.0-SNAPSHOT'
9+
project.version = '2.2.2'
1010

1111
sourceCompatibility = '8'
1212
targetCompatibility = '8'

docs/BTraceTutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BTrace Tutorial (BTrace 2.2.0)
1+
# BTrace Tutorial (BTrace 2.2.2)
22

33
## 1. Hello World
44

0 commit comments

Comments
 (0)