Skip to content

Commit

Permalink
Merge pull request #246 from ballerina-platform/release-1.1.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.1.0 release
  • Loading branch information
kalaiyarasiganeshalingam committed Jul 4, 2023
2 parents de3de08 + d5b68c2 commit 1a5d94d
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.persist"
artifactId = "persist-native"
version = "1.1.0"
path = "../native/build/libs/persist-native-1.1.0-SNAPSHOT.jar"
path = "../native/build/libs/persist-native-1.1.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 = "persist-compiler-plugin"
class = "io.ballerina.stdlib.persist.compiler.PersistCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/persist-compiler-plugin-1.1.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/persist-compiler-plugin-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
@@ -1,5 +1,5 @@
group=io.ballerina.stdlib
version=1.1.0-SNAPSHOT
version=1.1.1-SNAPSHOT

puppycrawlCheckstyleVersion=8.18
checkstyleToolVersion=7.8.2
Expand All @@ -11,12 +11,12 @@ testngVersion=7.4.0
gsonVersion=2.10
ballerinaGradlePluginVersion=1.1.0

ballerinaLangVersion= 2201.7.0-20230622-064700-4a2dc6dd
ballerinaLangVersion= 2201.7.0

# Direct Dependencies

# Level 01
stdlibTimeVersion=2.3.0-20230622-110600-b78c05f
stdlibTimeVersion=2.3.0

# Enabled publishing insecure checksums, due to fail to publish to maven central
# Refer https://github.com/gradle/gradle/issues/11308
Expand Down

0 comments on commit 1a5d94d

Please sign in to comment.