File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
99repositories {
1010 mavenLocal()
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = " io.btrace"
8- version = " 0.18.0-SNAPSHOT "
8+ version = " 0.18.0"
99
1010def libraryName = " jafar-gradle-plugin"
1111def component_version = version
Original file line number Diff line number Diff line change 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" : [],
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" : [],
You can’t perform that action at this time.
0 commit comments