Skip to content

Commit bc8b4e3

Browse files
Merge pull request #25 from ballerina-platform/release-1.2.0
[Automated] Sync main after 1.2.0 release
2 parents d7a2689 + 04d5738 commit bc8b4e3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ballerina/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ graalvmCompatible = true
1616
groupId = "io.ballerina.lib"
1717
artifactId = "ai.azure-native"
1818
version = "1.2.0"
19-
path = "../native/build/libs/ai.azure-native-1.2.0-SNAPSHOT.jar"
19+
path = "../native/build/libs/ai.azure-native-1.2.0.jar"

ballerina/CompilerPlugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id = "ai-azure-compiler-plugin"
33
class = "io.ballerina.lib.ai.azure.AiAzureCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/ai.azure-compiler-plugin-1.2.0-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/ai.azure-compiler-plugin-1.2.0.jar"
77

88
[[dependency]]
99
path = "../compiler-plugin/build/libs/ballerina-to-openapi-2.3.0.jar"

ballerina/Dependencies.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[ballerina]
77
dependencies-toml-version = "2"
8-
distribution-version = "2201.12.9"
8+
distribution-version = "2201.12.0"
99

1010
[[package]]
1111
org = "ballerina"
@@ -144,7 +144,7 @@ modules = [
144144
[[package]]
145145
org = "ballerina"
146146
name = "io"
147-
version = "1.8.1"
147+
version = "1.8.0"
148148
dependencies = [
149149
{org = "ballerina", name = "jballerina.java"},
150150
{org = "ballerina", name = "lang.value"}
@@ -315,7 +315,7 @@ dependencies = [
315315
[[package]]
316316
org = "ballerina"
317317
name = "observe"
318-
version = "1.5.0"
318+
version = "1.5.1"
319319
dependencies = [
320320
{org = "ballerina", name = "jballerina.java"}
321321
]

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.caching=true
22
group=io.ballerina.lib
3-
version=1.2.0-SNAPSHOT
3+
version=1.2.1-SNAPSHOT
44
ballerinaLangVersion=2201.12.0
55

66
shadowJarPluginVersion=8.1.1

0 commit comments

Comments
 (0)