From f9212ffd047a32a243fe7682e5486daa4b1f6432 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Sat, 29 Jan 2022 12:31:02 +0000 Subject: [PATCH] [Gradle Release Plugin] - pre tag commit: 'v1.2.0'. --- ballerina/CompilerPlugin.toml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index efbf2972..33b03d4e 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "websubhub-compiler-plugin" class = "io.ballerina.stdlib.websubhub.WebSubHubCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.2.0-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.2.0.jar" diff --git a/gradle.properties b/gradle.properties index 4d906070..08b21131 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.2.0-SNAPSHOT +version=1.2.0 ballerinaLangVersion=2201.0.0 puppycrawlCheckstyleVersion=8.18