Skip to content

Commit 43486cb

Browse files
committed
Preparing release 0.18.0
1 parent d6d7527 commit 43486cb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'com.vanniktech.maven.publish' version '0.35.0' apply false
55
}
66

7-
project.version="0.18.0-SNAPSHOT"
7+
project.version="0.18.0"
88

99
repositories {
1010
mavenLocal()

jafar-gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "io.btrace"
8-
version = "0.18.0-SNAPSHOT"
8+
version = "0.18.0"
99

1010
def libraryName = "jafar-gradle-plugin"
1111
def component_version = version

jfr-shell-plugins.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"jdk": {
44
"groupId": "io.btrace",
55
"artifactId": "jfr-shell-jdk",
6-
"latestVersion": "0.16.0",
6+
"latestVersion": "0.18.0",
77
"repository": "maven-central",
88
"depends": [],
99
"recommends": [],
@@ -12,7 +12,7 @@
1212
"jafar": {
1313
"groupId": "io.btrace",
1414
"artifactId": "jfr-shell-jafar",
15-
"latestVersion": "0.16.0",
15+
"latestVersion": "0.18.0",
1616
"repository": "maven-central",
1717
"depends": [],
1818
"recommends": [],

0 commit comments

Comments
 (0)