Skip to content

Commit

Permalink
Prepare for next development phase (#776)
Browse files Browse the repository at this point in the history
## Task

Resolves: None

## Description

This PR was triggered automatically after a release. It replaces the
released versions with SNAPSHOT versions.

Co-authored-by: pulumi-kotlin[bot] <138587440+pulumi-kotlin[bot]@users.noreply.github.com>
  • Loading branch information
pulumi-kotlin[bot] authored Dec 10, 2024
1 parent d726ce2 commit e533845
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/version-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
{
"providerName": "aws-native",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-aws-native/v1.14.0/provider/cmd/pulumi-resource-aws-native/schema.json",
"kotlinVersion": "1.14.0.0",
"kotlinVersion": "1.14.0.1-SNAPSHOT",
"javaVersion": "1.14.0",
"javaGitTag": "v1.14.0",
"customDependencies": []
Expand All @@ -122,7 +122,7 @@
{
"providerName": "azure",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-azure/v6.13.0/provider/cmd/pulumi-resource-azure/schema.json",
"kotlinVersion": "6.13.0.0",
"kotlinVersion": "6.13.0.1-SNAPSHOT",
"javaVersion": "6.13.0",
"javaGitTag": "v6.13.0",
"customDependencies": []
Expand Down Expand Up @@ -242,15 +242,15 @@
{
"providerName": "alicloud",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-alicloud/v3.69.0/provider/cmd/pulumi-resource-alicloud/schema.json",
"kotlinVersion": "3.69.0.0",
"kotlinVersion": "3.69.0.1-SNAPSHOT",
"javaVersion": "3.69.0",
"javaGitTag": "v3.69.0",
"customDependencies": []
},
{
"providerName": "keycloak",
"url": "https://raw.githubusercontent.com/pulumi/pulumi-keycloak/v5.4.0/provider/cmd/pulumi-resource-keycloak/schema.json",
"kotlinVersion": "5.4.0.0",
"kotlinVersion": "5.4.0.1-SNAPSHOT",
"javaVersion": "5.4.0",
"javaGitTag": "v5.4.0",
"customDependencies": []
Expand Down

0 comments on commit e533845

Please sign in to comment.