Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Rename gapic-parent-pom to groupId to google.cloud.api #1238

Merged
merged 2 commits into from Jan 11, 2023

Conversation

lqiu96
Copy link
Contributor

@lqiu96 lqiu96 commented Jan 11, 2023

The gapic-generator powers non-Cloud code generation. It may make sense for the groupId to be under com.google.api instead of com.google.cloud and for the gapic monorepo related modules to have a consistent groupId.

@lqiu96 lqiu96 requested a review from suztomo January 11, 2023 16:47
@lqiu96 lqiu96 requested a review from a team as a code owner January 11, 2023 16:47
@lqiu96
Copy link
Contributor Author

lqiu96 commented Jan 11, 2023

Ah, I broke a bunch of things...

@sonarcloud
Copy link

sonarcloud bot commented Jan 11, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" child.project.url.inherit.append.path="false">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<groupId>com.google.api</groupId>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Memo. This is the main change.

@lqiu96 lqiu96 merged commit 7e6e750 into main Jan 11, 2023
@lqiu96 lqiu96 deleted the main-update_groupid branch January 11, 2023 18:10
lqiu96 added a commit that referenced this pull request Jan 11, 2023
* fix: Rename gapic-parent-pom to groupId to google.cloud.api

* fix: Update all references to pom-parent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants