Skip to content

Commit

Permalink
Merge pull request #472 from daneshk/master
Browse files Browse the repository at this point in the history
Upgrade to the next minor version
  • Loading branch information
daneshk authored Aug 13, 2024
2 parents fe7bb90 + 650551a commit d896167
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "xslt"
version = "2.6.1"
version = "2.7.0"
authors = ["Ballerina"]
keywords = ["xslt", "xml", "html", "xsl", "transformation"]
repository = "https://github.com/ballerina-platform/module-ballerina-xslt"
Expand All @@ -15,8 +15,8 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "xslt-native"
version = "2.6.1"
path = "../native/build/libs/xslt-native-2.6.1-SNAPSHOT.jar"
version = "2.7.0"
path = "../native/build/libs/xslt-native-2.7.0-SNAPSHOT.jar"

[[platform.java17.dependency]]
path = "./lib/jakarta.activation-1.2.2.jar"
Expand Down
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.8.0"
[[package]]
org = "ballerina"
name = "io"
version = "1.6.0"
version = "1.6.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -62,7 +62,7 @@ modules = [
[[package]]
org = "ballerina"
name = "xslt"
version = "2.6.1"
version = "2.7.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down
4 changes: 2 additions & 2 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.6.1-SNAPSHOT
version=2.7.0-SNAPSHOT
jakartaActivationVersion=1.2.2
axiomVersion=1.4.0
slf4jVersion=1.7.30
Expand All @@ -15,4 +15,4 @@ saxonHeVersion=11.4
xmlResolverVersion=4.5.2

ballerinaLangVersion=2201.8.0
stdlibIoVersion=1.6.0
stdlibIoVersion=1.6.1

0 comments on commit d896167

Please sign in to comment.