Skip to content

Commit

Permalink
Merge pull request #5 from ballerina-platform/release-0.7.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 0.7.0 release
  • Loading branch information
NipunaMadhushan authored Dec 11, 2023
2 parents 4bb2727 + 3bb5199 commit 63b5b79
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
1 change: 0 additions & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,3 @@ path = "./lib/perfmark-api-@perfmark.version@.jar"
groupId = "io.perfmark"
artifactId = "perfmark-api"
version = "@perfmark.version@"

23 changes: 17 additions & 6 deletions 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.3"
distribution-version = "2201.8.4"

[[package]]
org = "ballerina"
Expand All @@ -15,9 +15,6 @@ dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
]
modules = [
{org = "ballerina", packageName = "io", moduleName = "io"}
]

[[package]]
org = "ballerina"
Expand All @@ -35,6 +32,20 @@ dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "log"
version = "2.9.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"},
{org = "ballerina", name = "observe"}
]
modules = [
{org = "ballerina", packageName = "log", moduleName = "log"}
]

[[package]]
org = "ballerina"
name = "observe"
Expand All @@ -50,10 +61,10 @@ modules = [
[[package]]
org = "ballerinax"
name = "newrelic"
version = "0.8.2"
version = "0.7.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "log"},
{org = "ballerina", name = "observe"}
]
modules = [
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# under the License.

group=org.ballerinalang
version=0.7.0-SNAPSHOT
version=0.7.1-SNAPSHOT
ballerinaLangVersion=2201.8.2
org.gradle.caching=true
org.gradle.parallel=true
Expand Down

0 comments on commit 63b5b79

Please sign in to comment.