Skip to content

Commit

Permalink
Merge pull request #8 from SasinduDilshara/main
Browse files Browse the repository at this point in the history
Update version into 1.0.0
  • Loading branch information
SasinduDilshara authored Oct 2, 2024
2 parents 7939c7c + 95aa550 commit cdb8d18
Show file tree
Hide file tree
Showing 32 changed files with 238 additions and 212 deletions.
8 changes: 4 additions & 4 deletions ballerina-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
org = "ballerinax"
name = "apim_catalog_tests"
version = "0.1.0"
version = "1.0.0"

[[dependency]]
org = "ballerinax"
name = "wso2.apim.catalog"
version = "0.1.0"
version = "1.0.0"
repository="local"

[build-options]
Expand All @@ -18,5 +18,5 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina"
artifactId = "wso2.apim.catalog-native"
version = "0.1.0"
path = "../native/build/libs/wso2.apim.catalog-native-0.1.0-SNAPSHOT.jar"
version = "1.0.0"
path = "../native/build/libs/wso2.apim.catalog-native-1.0.0-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion ballerina-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ dependencies = [
[[package]]
org = "ballerinax"
name = "apim_catalog_tests"
version = "0.1.0"
version = "1.0.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "file"},
Expand Down
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 = "ballerinax"
name = "wso2.apim.catalog"
version = "0.1.0"
version = "1.0.0"
distribution = "2201.10.0"

[platform.java17]
Expand All @@ -10,8 +10,8 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina"
artifactId = "wso2.apim.catalog-native"
version = "0.1.0"
path = "../native/build/libs/wso2.apim.catalog-native-0.1.0-SNAPSHOT.jar"
version = "1.0.0"
path = "../native/build/libs/wso2.apim.catalog-native-1.0.0-SNAPSHOT.jar"

[[platform.java17.dependency]]
groupId = "com.fasterxml.jackson.core"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id = "wso2.apim.catalog-compiler-plugin"
class = "io.ballerina.wso2.apim.catalog.ServiceCatalogCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/wso2.apim.catalog-compiler-plugin-0.1.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/wso2.apim.catalog-compiler-plugin-1.0.0-SNAPSHOT.jar"

[[dependency]]
path = "lib/ballerina-to-openapi-2.0.3.jar"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "wso2.apim.catalog"
version = "0.1.0"
version = "1.0.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "http"},
Expand Down
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerinax"
name = "wso2.apim.catalog"
version = "0.1.0"
version = "@toml.version@"
distribution = "2201.10.0"

[platform.java17]
Expand Down
2 changes: 1 addition & 1 deletion build-config/resources/BallerinaTest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "@toml.version@"
[[dependency]]
org = "ballerinax"
name = "wso2.apim.catalog"
version = "0.1.0"
version = "@toml.version@"
repository="local"

[build-options]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.wso2.apim.catalog
version=0.1.0-SNAPSHOT
version=1.0.0-SNAPSHOT

puppycrawlCheckstyleVersion=10.12.0
checkstyleToolVersion=10.12.0
Expand Down
2 changes: 1 addition & 1 deletion test-resources/sample_project_0/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ distribution = "2201.10.0"
[[dependency]]
org = "ballerinax"
name = "wso2.apim.catalog"
version = "0.1.0"
version = "1.0.0"
repository="local"

[build-options]
Expand Down
32 changes: 17 additions & 15 deletions test-resources/sample_project_0/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.9.0-SNAPSHOT"
distribution-version = "2201.10.0"

[[package]]
org = "admin"
Expand All @@ -22,7 +22,7 @@ modules = [
[[package]]
org = "ballerina"
name = "auth"
version = "2.10.0"
version = "2.12.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -34,7 +34,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.7.1"
version = "3.8.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -53,7 +53,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.6.2"
version = "2.7.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -62,7 +62,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "file"
version = "1.9.0"
version = "1.10.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -73,7 +73,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.10.12"
version = "2.12.1"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -105,7 +105,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.6.0"
version = "1.6.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand All @@ -119,10 +119,11 @@ version = "0.0.0"
[[package]]
org = "ballerina"
name = "jwt"
version = "2.10.0"
version = "2.13.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.int"},
{org = "ballerina", name = "lang.string"},
Expand Down Expand Up @@ -207,7 +208,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.9.0"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -218,17 +219,18 @@ dependencies = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.9.0"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.int"}
{org = "ballerina", name = "lang.int"},
{org = "ballerina", name = "log"}
]

[[package]]
org = "ballerina"
name = "oauth2"
version = "2.10.0"
version = "2.12.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand All @@ -241,7 +243,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.3"
version = "1.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -267,7 +269,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "time"
version = "2.4.0"
version = "2.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -283,7 +285,7 @@ dependencies = [
[[package]]
org = "ballerinax"
name = "wso2.apim.catalog"
version = "0.1.0"
version = "1.0.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "http"},
Expand Down
2 changes: 1 addition & 1 deletion test-resources/sample_project_1/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ distribution = "2201.10.0"
[[dependency]]
org = "ballerinax"
name = "wso2.apim.catalog"
version = "0.1.0"
version = "1.0.0"
repository="local"

[build-options]
Expand Down
Loading

0 comments on commit cdb8d18

Please sign in to comment.