Skip to content

Commit

Permalink
Merge pull request #107 from NipunaMadhushan/update-2201.9.x
Browse files Browse the repository at this point in the history
Update dependency versions
  • Loading branch information
NipunaMadhushan authored Aug 2, 2024
2 parents 72c7f1c + a8a083e commit e86d5b5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
org = "ballerinai"
name = "observe"
version = "1.2.2"
distribution = "2201.8.0"
version = "1.3.0"
distribution = "2201.10.0"

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
path = "../native/build/libs/observe-internal-native-1.2.2.jar"
path = "../native/build/libs/observe-internal-native-1.3.0-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org = "ballerinai"
name = "observe"
version = "@toml.version@"
distribution = "2201.8.0"
distribution = "2201.10.0"

[platform.java17]
graalvmCompatible = true
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@

org.gradle.caching=true
group=io.ballerina
version=1.2.3-SNAPSHOT
version=1.3.0-SNAPSHOT

ballerinaLangVersion=2201.8.0
ballerinaLangVersion=2201.10.0-20240802-124900-0b8d2ff7
ballerinaTomlParserVersion=1.2.2
ballerinaGradlePluginVersion=2.0.1
puppycrawlCheckstyleVersion=10.12.0
openTelemetryVersion=1.7.0
nettyCodecVersion=4.1.100.Final
gsonVersion=2.10.1

observeVersion=1.2.3
observeVersion=1.3.0-20240802-173700-3e9a47e

# Test Dependency Versions
testngVersion=7.6.1
Expand Down
2 changes: 1 addition & 1 deletion testobserve/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ name = "testobserve"
version = "0.0.0"

[[platform.java17.dependency]]
path = "../native/build/libs/testobserve-native-1.2.2-SNAPSHOT-all.jar"
path = "../native/build/libs/testobserve-native-1.3.0-SNAPSHOT-all.jar"
2 changes: 1 addition & 1 deletion testobserve/ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.8.0"
distribution-version = "2201.10.0-20240802-124900-0b8d2ff7"

[[package]]
org = "ballerina"
Expand Down

0 comments on commit e86d5b5

Please sign in to comment.