Skip to content

Commit

Permalink
Merge branch 'main' into java_17_migration
Browse files Browse the repository at this point in the history
  • Loading branch information
gabilang authored Jul 26, 2023
2 parents b24d9bb + dd1c112 commit f3023d3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ distribution = "2201.7.0"
graalvmCompatible = true

[[platform.java17.dependency]]
path = "../native/build/libs/observe-internal-native-1.1.0-SNAPSHOT.jar"
path = "../native/build/libs/observe-internal-native-1.1.0.jar"
2 changes: 1 addition & 1 deletion 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.7.0-20230619-175900-bb4e4544"
distribution-version = "2201.7.0"

[[package]]
org = "ballerina"
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.1.0-SNAPSHOT
version=1.1.0

ballerinaLangVersion= 2201.7.0-20230622-064700-4a2dc6dd
ballerinaLangVersion= 2201.7.0
ballerinaTomlParserVersion=1.2.2
ballerinaGradlePluginVersion=2.0.0
puppycrawlCheckstyleVersion=10.12.0
openTelemetryVersion=1.7.0
nettyCodecVersion=4.1.77.Final
gsonVersion=2.10.1

observeVersion=1.1.0-20230622-105700-f92eb77
observeVersion=1.1.0

# 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.1.0-SNAPSHOT-all.jar"
path = "../native/build/libs/testobserve-native-1.1.0-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.7.0-20230619-175900-bb4e4544"
distribution-version = "2201.7.0"

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

0 comments on commit f3023d3

Please sign in to comment.