Skip to content

Commit

Permalink
Merge pull request #485 from Nuvindu/update11
Browse files Browse the repository at this point in the history
Update dependency versions for update 11
  • Loading branch information
Nuvindu authored Nov 22, 2024
2 parents 2826714 + f84fe0e commit 88c9238
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[package]
org = "ballerina"
name = "xslt"
version = "2.7.1"
version = "2.8.0"
authors = ["Ballerina"]
keywords = ["xslt", "xml", "html", "xsl", "transformation"]
repository = "https://github.com/ballerina-platform/module-ballerina-xslt"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.10.0"
distribution = "2201.11.0"

[platform.java21]
graalvmCompatible = true

[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "xslt-native"
version = "2.7.1"
path = "../native/build/libs/xslt-native-2.7.1-SNAPSHOT.jar"
version = "2.8.0"
path = "../native/build/libs/xslt-native-2.8.0-SNAPSHOT.jar"

[[platform.java21.dependency]]
path = "./lib/jakarta.activation-1.2.2.jar"
Expand Down
6 changes: 3 additions & 3 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0-20241112-214900-6b80ab87"
distribution-version = "2201.11.0-20241121-075100-c4c87cbc"

[[package]]
org = "ballerina"
name = "io"
version = "1.6.2"
version = "1.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -89,7 +89,7 @@ modules = [
[[package]]
org = "ballerina"
name = "xslt"
version = "2.7.1"
version = "2.8.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["xslt", "xml", "html", "xsl", "transformation"]
repository = "https://github.com/ballerina-platform/module-ballerina-xslt"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.10.0"
distribution = "2201.11.0"

[platform.java21]
graalvmCompatible = true
Expand Down
6 changes: 3 additions & 3 deletions 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=2.7.1-SNAPSHOT
version=2.8.0-SNAPSHOT
jakartaActivationVersion=1.2.2
axiomVersion=1.4.0
slf4jVersion=1.7.30
Expand All @@ -14,5 +14,5 @@ ballerinaGradlePluginVersion=2.0.1
saxonHeVersion=11.4
xmlResolverVersion=4.5.2

ballerinaLangVersion=2201.11.0-20241112-214900-6b80ab87
stdlibIoVersion=1.6.2-20241112-233100-995cf5f
ballerinaLangVersion=2201.11.0-20241121-075100-c4c87cbc
stdlibIoVersion=1.7.0-20241121-173300-0fbd5d4
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 88c9238

Please sign in to comment.