Skip to content

Commit

Permalink
Merge pull request #738 from ballerina-platform/release-3.3.0
Browse files Browse the repository at this point in the history
[Automated] Sync master after 3.3.0 release
  • Loading branch information
anuruddhal authored Feb 20, 2025
2 parents 1ecda61 + 4d1f51f commit 085530c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "awslambda"
class = "org.ballerinax.aws.lambda.generator.AWSLambdaCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/aws.lambda-compiler-plugin-3.3.0-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/aws.lambda-compiler-plugin-3.3.0.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.13.3"
version = "2.13.0"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down
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
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
group=org.ballerinax.awslambda
version=3.3.0-SNAPSHOT
version=3.3.1-SNAPSHOT
systemProp.org.gradle.internal.publish.checksums.insecure=true
spotbugsPluginVersion=6.0.18
shadowJarPluginVersion=8.1.1
Expand Down

0 comments on commit 085530c

Please sign in to comment.