Skip to content

Commit

Permalink
[Automated] Sync 2201.8.x after 1.11.1 release (#1911)
Browse files Browse the repository at this point in the history
* [Automated] Update the native jar versions

* [Automated] Update the native jar versions

* [Automated] Update the native jar versions

* [Gradle Release Plugin] - pre tag commit:  'v1.11.1'.

* [Gradle Release Plugin] - new version commit:  'v1.11.2-SNAPSHOT'.

---------

Co-authored-by: ballerina-bot <[email protected]>
  • Loading branch information
ballerina-bot and ballerina-bot committed Jun 17, 2024
1 parent a8ae3c2 commit a69a43f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 17 deletions.
12 changes: 4 additions & 8 deletions ballerina-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.8.0"
version = "3.7.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -33,18 +33,15 @@ dependencies = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.5.0"
version = "1.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
modules = [
{org = "ballerina", packageName = "constraint", moduleName = "constraint"}
]

[[package]]
org = "ballerina"
name = "crypto"
version = "2.6.2"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand Down Expand Up @@ -100,7 +97,6 @@ org = "ballerina"
name = "graphql_tests"
version = "1.11.1"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "file"},
{org = "ballerina", name = "graphql"},
{org = "ballerina", name = "http"},
Expand Down Expand Up @@ -313,7 +309,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.3"
version = "1.2.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "graphql-native"
version = "1.11.1"
path = "../native/build/libs/graphql-native-1.11.1-SNAPSHOT.jar"
path = "../native/build/libs/graphql-native-1.11.1.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "graphql-commons"
version = "1.11.1"
path = "../commons/build/libs/graphql-commons-1.11.1-SNAPSHOT.jar"
path = "../commons/build/libs/graphql-commons-1.11.1.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.11.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/graphql-compiler-plugin-1.11.1.jar"

[[dependency]]
path = "../commons/build/libs/graphql-commons-1.11.1-SNAPSHOT.jar"
path = "../commons/build/libs/graphql-commons-1.11.1.jar"
8 changes: 4 additions & 4 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ modules = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.8.0"
version = "3.7.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -39,15 +39,15 @@ modules = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.5.0"
version = "1.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "crypto"
version = "2.6.2"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand Down Expand Up @@ -309,7 +309,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.3"
version = "1.2.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
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.stdlib
version=1.11.1-SNAPSHOT
version=1.11.2-SNAPSHOT
ballerinaLangVersion=2201.8.5

checkstylePluginVersion=10.12.0
Expand Down

0 comments on commit a69a43f

Please sign in to comment.