Skip to content

Commit

Permalink
Merge pull request #98 from ballerina-platform/release-1.4.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.4.0 release
  • Loading branch information
TharmiganK authored Sep 19, 2023
2 parents 8202202 + 97f991c commit 7ca554e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "constraint-native"
version = "1.4.0"
path = "../native/build/libs/constraint-native-1.4.0-SNAPSHOT.jar"
path = "../native/build/libs/constraint-native-1.4.0.jar"
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "constraint-compiler-plugin"
class = "io.ballerina.stdlib.constraint.compiler.ConstraintCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/constraint-compiler-plugin-1.4.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/constraint-compiler-plugin-1.4.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.8.0-20230726-145300-b2bdf796"
distribution-version = "2201.8.0"

[[package]]
org = "ballerina"
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=1.4.0-SNAPSHOT
version=1.4.1-SNAPSHOT
puppycrawlCheckstyleVersion=10.12.0
slf4jVersion=1.7.30
testngVersion=7.6.1
ballerinaGradlePluginVersion=2.0.1
jacocoVersion=0.8.10

ballerinaLangVersion=2201.8.0-20230908-135700-74a59dff
ballerinaLangVersion=2201.8.0

# Test dependency
stdlibTimeVersion=2.4.0-20230911-140200-7f96f1e
stdlibTimeVersion=2.4.0

0 comments on commit 7ca554e

Please sign in to comment.