Skip to content

Commit

Permalink
Merge pull request #39 from kaneeldias/j17
Browse files Browse the repository at this point in the history
  • Loading branch information
kaneeldias committed Aug 16, 2023
2 parents e9f04e6 + 3309478 commit 5a022b0
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 55 deletions.
12 changes: 6 additions & 6 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[package]
org = "ballerinax"
name = "persist.sql"
version = "1.1.1"
version = "1.2.0"
authors = ["Ballerina"]
keywords = ["persist", "sql", "mysql", "mssql", "sql-server"]
repository = "https://github.com/ballerina-platform/module-ballerinas-persist.sql"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.7.0"
distribution = "2201.8.0"

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "persist.sql-native"
version = "1.1.1"
path = "../native/build/libs/persist.sql-native-1.1.1-SNAPSHOT.jar"
version = "1.2.0"
path = "../native/build/libs/persist.sql-native-1.2.0-SNAPSHOT.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "persist-native"
version = "1.1.1"
path = "./lib/persist-native-1.1.1-20230731-184100-04fe5d9.jar"
version = "1.2.0"
path = "./lib/persist-native-1.2.0-20230810-161400-f232e8d.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 = "persist.sql-compiler-plugin"
class = "io.ballerina.stdlib.persist.sql.compiler.PersistSqlCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/persist.sql-compiler-plugin-1.1.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/persist.sql-compiler-plugin-1.2.0-SNAPSHOT.jar"

[[dependency]]
path = "./lib/persist-native-1.1.1-20230731-184100-04fe5d9.jar"
path = "./lib/persist-native-1.2.0-20230810-161400-f232e8d.jar"
44 changes: 22 additions & 22 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-20230726-145300-b2bdf796"
[[package]]
org = "ballerina"
name = "auth"
version = "2.9.0"
version = "2.10.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand All @@ -23,7 +23,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.6.0"
version = "3.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "constraint"},
Expand All @@ -35,7 +35,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.3.0"
version = "1.4.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -44,7 +44,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.4.0"
version = "2.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -54,7 +54,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "file"
version = "1.8.0"
version = "1.9.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -66,7 +66,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.9.1"
version = "2.10.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -95,7 +95,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "io"
version = "1.5.0"
version = "1.6.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand All @@ -112,7 +112,7 @@ modules = [
[[package]]
org = "ballerina"
name = "jwt"
version = "2.9.0"
version = "2.10.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -226,7 +226,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.8.1"
version = "2.9.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -240,7 +240,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.8.0"
version = "2.9.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -251,7 +251,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.9.0"
version = "2.10.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand All @@ -265,15 +265,15 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.1.0"
version = "1.2.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "os"
version = "1.7.0"
version = "1.8.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -283,7 +283,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "persist"
version = "1.1.1"
version = "1.2.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -294,7 +294,7 @@ modules = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.10.1"
version = "1.11.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -308,7 +308,7 @@ modules = [
[[package]]
org = "ballerina"
name = "task"
version = "2.4.0"
version = "2.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -331,7 +331,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.3.0"
version = "2.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -342,7 +342,7 @@ modules = [
[[package]]
org = "ballerina"
name = "url"
version = "2.3.0"
version = "2.4.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -351,7 +351,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "uuid"
version = "1.6.0"
version = "1.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand Down Expand Up @@ -385,7 +385,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "mssql"
version = "1.10.1"
version = "1.11.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand All @@ -409,7 +409,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "mysql"
version = "1.10.1"
version = "1.11.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand All @@ -434,7 +434,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "persist.sql"
version = "1.1.1"
version = "1.2.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "log"},
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 = ["persist", "sql", "mysql", "mssql", "sql-server"]
repository = "https://github.com/ballerina-platform/module-ballerinas-persist.sql"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.7.0"
distribution = "2201.8.0"

[platform.java17]
graalvmCompatible = true
Expand Down
48 changes: 24 additions & 24 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.stdlib
version=1.1.1-SNAPSHOT
version=1.2.0-SNAPSHOT

puppycrawlCheckstyleVersion=10.12.1
checkstyleToolVersion=10.12.1
Expand All @@ -16,58 +16,58 @@ ballerinaLangVersion=2201.8.0-20230726-145300-b2bdf796

# Direct Dependencies
# Level 01
stdlibIoVersion=1.5.0
stdlibTimeVersion=2.3.0
stdlibUrlVersion=2.3.0
stdlibIoVersion=1.6.0-20230810-115500-2e569f5
stdlibTimeVersion=2.4.0-20230810-115600-b28bb07
stdlibUrlVersion=2.4.0-20230810-111000-683c6e4

# Level 02
stdlibLogVersion=2.8.1-20230718-085900-36c385c
stdlibOsVersion=1.7.0
stdlibLogVersion=2.9.0-20230810-161500-6d3d1df
stdlibOsVersion=1.8.0-20230810-161400-624a2aa

# Level 03
stdlibFileVersion=1.8.0
stdlibFileVersion=1.9.0-20230811-093200-875a787

# Level 05
stdlibHttpVersion=2.9.1-20230712-161400-d16a019
stdlibHttpVersion=2.10.0-20230811-144100-cac5d57

# Level 08
stdlibSqlVersion=1.10.1-20230731-200200-47f1bc5
stdlibSqlVersion=1.11.0-20230815-094200-9d12228

# Level 09
stdlibPersistVersion=1.1.1-20230731-184100-04fe5d9
stdlibPersistVersion=1.2.0-20230810-161400-f232e8d

# Ballerina external dependency
stdlibMysqlDriverVersion=1.5.0
stdlibMssqlDriverVersion=1.5.0

# Ballerinax Observer
observeVersion=1.1.0
observeInternalVersion=1.1.0
observeVersion=1.2.0-20230810-105500-5841859
observeInternalVersion=1.2.0-20230810-141300-a348751

# Transitive Dependencies
# Level 01
stdlibConstraintVersion=1.3.0
stdlibConstraintVersion=1.4.0-20230810-133100-e09cfc1

#Level 02
stdlibCryptoVersion=2.4.0
stdlibTaskVersion=2.4.0
stdlibCryptoVersion=2.5.0-20230810-124300-ddf6788
stdlibTaskVersion=2.5.0-20230810-145800-b191831

# Level 03
stdlibCacheVersion=3.6.0
stdlibMimeVersion=2.8.0
stdlibUuidVersion=1.6.0
stdlibCacheVersion=3.7.0-20230811-093200-b83e72c
stdlibMimeVersion=2.9.0-20230810-183500-af95101
stdlibUuidVersion=1.7.0-20230811-093200-dc65fdd

# Level 04
stdlibAuthVersion=2.9.0
stdlibJwtVersion=2.9.0
stdlibOAuth2Version=2.9.0
stdlibAuthVersion=2.10.0-20230811-110600-2428623
stdlibJwtVersion=2.10.0-20230811-114700-d48ab2f
stdlibOAuth2Version=2.10.0-20230811-111300-5550652

# Level 06
stdlibTransactionVersion=1.7.0-20230718-132200-1b8ada6
stdlibTransactionVersion=1.8.0-20230814-091700-0011487

# Test Dependencies
stdlibMysqlVersion=1.10.1-20230803-131300-83cbf60
stdlibMssqlVersion=1.10.1-20230803-131300-c23160b
stdlibMysqlVersion=1.11.0-20230815-144000-30b9ce3
stdlibMssqlVersion=1.11.0-20230815-144000-fcc23b0


# Enabled publishing insecure checksums, due to fail to publish to maven central
Expand Down

0 comments on commit 5a022b0

Please sign in to comment.