Skip to content

Commit

Permalink
Merge pull request #11 from pulumi/mikhailshilkov/publisher
Browse files Browse the repository at this point in the history
Remove publisher and adjust homepage to fix Java publishing
  • Loading branch information
mikhailshilkov authored May 31, 2024
2 parents ce6b781 + 669ed8b commit e05df06
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 18 deletions.
3 changes: 1 addition & 2 deletions provider/cmd/pulumi-resource-scm/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
"paloaltonetworks",
"category/network"
],
"homepage": "https://github.com/pulumi/pulumi-scm",
"homepage": "https://pulumi.com",
"license": "Apache-2.0",
"attribution": "This Pulumi package is based on the [`scm` Terraform Provider](https://github.com/PaloAltoNetworks/terraform-provider-scm).",
"repository": "https://github.com/pulumi/pulumi-scm",
"logoUrl": "https://raw.githubusercontent.com/pulumi/pulumi-scm/main/docs/logo.png",
"publisher": "pulumi",
"meta": {
"moduleFormat": "(.*)(?:/[^/]*)"
},
Expand Down
7 changes: 1 addition & 6 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ func Provider() tfbridge.ProviderInfo {
// DisplayName is a way to be able to change the casing of the provider
// name when being displayed on the Pulumi registry
DisplayName: "Strata Cloud Manager",
// The default publisher for all packages is Pulumi.
// Change this to your personal name (or a company name) that you
// would like to be shown in the Pulumi Registry if this package is published
// there.
Publisher: "pulumi",
// LogoURL is optional but useful to help identify your package in the Pulumi Registry
// if this package is published there.
//
Expand All @@ -73,7 +68,7 @@ func Provider() tfbridge.ProviderInfo {
"category/network",
},
License: "Apache-2.0",
Homepage: "https://github.com/pulumi/pulumi-scm",
Homepage: "https://pulumi.com",
Repository: "https://github.com/pulumi/pulumi-scm",
// The GitHub Org for the provider - defaults to `terraform-providers`. Note that this
// should match the TF provider module's require directive, not any replace directives.
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/Pulumi.Scm.csproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions sdk/java/build.gradle

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/nodejs/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/python/pyproject.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e05df06

Please sign in to comment.