Skip to content

Commit e05df06

Browse files
Merge pull request #11 from pulumi/mikhailshilkov/publisher
Remove publisher and adjust homepage to fix Java publishing
2 parents ce6b781 + 669ed8b commit e05df06

File tree

6 files changed

+12
-18
lines changed

6 files changed

+12
-18
lines changed

provider/cmd/pulumi-resource-scm/schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@
88
"paloaltonetworks",
99
"category/network"
1010
],
11-
"homepage": "https://github.com/pulumi/pulumi-scm",
11+
"homepage": "https://pulumi.com",
1212
"license": "Apache-2.0",
1313
"attribution": "This Pulumi package is based on the [`scm` Terraform Provider](https://github.com/PaloAltoNetworks/terraform-provider-scm).",
1414
"repository": "https://github.com/pulumi/pulumi-scm",
1515
"logoUrl": "https://raw.githubusercontent.com/pulumi/pulumi-scm/main/docs/logo.png",
16-
"publisher": "pulumi",
1716
"meta": {
1817
"moduleFormat": "(.*)(?:/[^/]*)"
1918
},

provider/resources.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ func Provider() tfbridge.ProviderInfo {
5151
// DisplayName is a way to be able to change the casing of the provider
5252
// name when being displayed on the Pulumi registry
5353
DisplayName: "Strata Cloud Manager",
54-
// The default publisher for all packages is Pulumi.
55-
// Change this to your personal name (or a company name) that you
56-
// would like to be shown in the Pulumi Registry if this package is published
57-
// there.
58-
Publisher: "pulumi",
5954
// LogoURL is optional but useful to help identify your package in the Pulumi Registry
6055
// if this package is published there.
6156
//
@@ -73,7 +68,7 @@ func Provider() tfbridge.ProviderInfo {
7368
"category/network",
7469
},
7570
License: "Apache-2.0",
76-
Homepage: "https://github.com/pulumi/pulumi-scm",
71+
Homepage: "https://pulumi.com",
7772
Repository: "https://github.com/pulumi/pulumi-scm",
7873
// The GitHub Org for the provider - defaults to `terraform-providers`. Note that this
7974
// should match the TF provider module's require directive, not any replace directives.

sdk/dotnet/Pulumi.Scm.csproj

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/java/build.gradle

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)