Skip to content

Commit

Permalink
Merge pull request #25 from ballerina-platform/release-0.1.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 0.1.0 release
  • Loading branch information
MohamedSabthar authored Nov 9, 2023
2 parents 89e94d9 + 0bdb86b commit 45b1f42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.lib"
artifactId = "copybook-native"
version = "0.1.0-SNAPSHOT"
path="../native/build/libs/copybook-native-0.1.0-SNAPSHOT.jar"
version = "0.1.0"
path="../native/build/libs/copybook-native-0.1.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.lib"
artifactId = "copybook-commons"
version = "0.1.0"
path = "../commons/build/libs/copybook-commons-0.1.0-SNAPSHOT.jar"
path = "../commons/build/libs/copybook-commons-0.1.0.jar"

[[platform.java17.dependency]]
groupId = "org.antlr"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.lib
version=0.1.0-SNAPSHOT
version=0.1.1-SNAPSHOT
ballerinaLangVersion=2201.8.0

checkstylePluginVersion=10.12.0
Expand Down

0 comments on commit 45b1f42

Please sign in to comment.