-
Notifications
You must be signed in to change notification settings - Fork 53
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(spring): fix write pom placeholders. #1099
Conversation
@zhumin8 Ah, I was also running into the issue that parent version needs to specified in the generated pom. Since we are aligning versions with Together with spring-cloud-gcp side edits, this would look like GoogleCloudPlatform/spring-cloud-gcp@79e0864 as a POC. |
@emmileaf Yeah, |
02bc441
to
bd9afaf
Compare
reverting the |
Kudos, SonarCloud Quality Gate passed! |
- Remove version replacement for generated modules, these versions should be inferred from parent pom. - set parent version to project version. - [x] Also need to adjust relevant placeholder from gapic-generator-java side. googleapis/sdk-platform-java#1099 Using placeholder for parent version for unblocking generation workflow setup. For future improvements: - Use `revision` to get versions from spring-cloud-gcp parent pom. This will involve changes for all modules with `spring-cloud-gcp` as parent.
) This is the last item missed in #1099.
{{starter-version}}
are not needed anymore as we inherit version from parent pom.spring-cloud-gcp-core
andspring-boot-starter
, specified ingenereated-parent
pom