Skip to content

Commit

Permalink
Merge pull request #7 from MaryamZi/remove-timestamped-version
Browse files Browse the repository at this point in the history
Remove timestamped version
  • Loading branch information
MaryamZi authored Feb 26, 2025
2 parents ca1bd57 + f3e6503 commit e95ad67
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 1 deletion.
16 changes: 16 additions & 0 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[package]
org = "ballerinax"
name = "np"
version = "0.3.0"
authors = ["Ballerina"]
keywords = ["natural programming", "ai"]
repository = "https://github.com/ballerina-platform/module-ballerinax-np"
license = ["Apache-2.0"]
distribution = "2201.11.0"

[platform.java21]
graalvmCompatible = true

[build-options]
observabilityIncluded = true

45 changes: 45 additions & 0 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# AUTO-GENERATED FILE. DO NOT MODIFY.

# This file is auto-generated by Ballerina for managing dependency versions.
# It should not be modified by hand.

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0"

[[package]]
org = "ballerina"
name = "jballerina.java"
version = "0.0.0"

[[package]]
org = "ballerina"
name = "observe"
version = "1.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerinai"
name = "observe"
version = "0.0.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "observe"}
]
modules = [
{org = "ballerinai", packageName = "observe", moduleName = "observe"}
]

[[package]]
org = "ballerinax"
name = "np"
version = "0.3.0"
dependencies = [
{org = "ballerinai", name = "observe"}
]
modules = [
{org = "ballerinax", packageName = "np", moduleName = "np"}
]

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
group=io.ballerina.lib
version=0.3.0-SNAPSHOT
ballerinaLangVersion=2201.11.0-20250106-105000-53f6d83e
ballerinaLangVersion=2201.11.0

checkstyleToolVersion=10.12.0
puppycrawlCheckstyleVersion=10.12.0
Expand Down

0 comments on commit e95ad67

Please sign in to comment.