Skip to content

Commit

Permalink
[Automated] Update the native jar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ballerina-bot committed Mar 10, 2023
1 parent 4e0c978 commit c6a9baf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ distribution = "2201.3.0"
groupId = "io.ballerina.stdlib"
artifactId = "graphql-native"
version = "1.5.2"
path = "../native/build/libs/graphql-native-1.5.2-SNAPSHOT.jar"
path = "../native/build/libs/graphql-native-1.5.2.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "graphql-compiler-plugin"
version = "1.5.2"
path = "../commons/build/libs/graphql-commons-1.5.2-SNAPSHOT.jar"
path = "../commons/build/libs/graphql-commons-1.5.2.jar"
4 changes: 2 additions & 2 deletions ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id = "graphql-compiler-plugin"
class = "io.ballerina.stdlib.graphql.compiler.GraphqlCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/graphql-compiler-plugin-1.5.2-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/graphql-compiler-plugin-1.5.2.jar"

[[dependency]]
path = "../commons/build/libs/graphql-commons-1.5.2-SNAPSHOT.jar"
path = "../commons/build/libs/graphql-commons-1.5.2.jar"

0 comments on commit c6a9baf

Please sign in to comment.