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

Renamed javaTarget to javaVersion #21721

Closed
wants to merge 9 commits into from
Closed

Renamed javaTarget to javaVersion #21721

wants to merge 9 commits into from

Conversation

abmushfiq
Copy link

@abmushfiq abmushfiq commented Nov 26, 2021

in create project.java file renamed instanse variable javaTarget to javaVersion

Resolves #21629

in create project.java file  renamed instanse variable javaTarget to javaVersion
@quarkus-bot quarkus-bot bot added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/platform Issues related to definition and interaction with Quarkus Platform labels Nov 26, 2021
instance variable name chaged
chaging name javaTarget to javaVersion
@geoand geoand requested a review from ebullient November 26, 2021 07:51
@geoand
Copy link
Contributor

geoand commented Nov 26, 2021

Thanks for your contribution.

Can you please squash the commits?

@quarkus-bot quarkus-bot bot added area/documentation area/google-cloud-functions area/gradle Gradle area/hibernate-orm Hibernate ORM area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure area/jackson Issues related to Jackson (JSON library) area/jbang Issues related to when using jbang.dev with Quarkus area/mailer area/mongodb area/panache area/persistence OBSOLETE, DO NOT USE labels Nov 28, 2021
dependabot bot and others added 3 commits November 28, 2021 19:53
Bumps `aws-alexa-sdk.version` from 2.41.0 to 2.42.0.

Updates `ask-sdk` from 2.41.0 to 2.42.0
- [Release notes](https://github.com/amzn/alexa-skills-kit-java/releases)
- [Commits](https://github.com/amzn/alexa-skills-kit-java/commits)

Updates `ask-sdk-apache-client` from 2.41.0 to 2.42.0
- [Release notes](https://github.com/amzn/alexa-skills-kit-java/releases)
- [Commits](https://github.com/amzn/alexa-skills-kit-java/commits)

---
updated-dependencies:
- dependency-name: com.amazon.alexa:ask-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.amazon.alexa:ask-sdk-apache-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Renamed javaTarget to javaVersion

in create project.java file  renamed instanse variable javaTarget to javaVersion

Sqaushing all rename commits java_target to java_version

Renamed java_target to java_version

Rename to JAVA_TARGET to JAVA_VERSION

instance variable name chaged

Rename javaTarget to javaVersion

chaging name javaTarget to javaVersion
@abmushfiq abmushfiq closed this Nov 28, 2021
@quarkus-bot quarkus-bot bot added the triage/invalid This doesn't seem right label Nov 28, 2021
abmushfiq added a commit to abmushfiq/quarkus that referenced this pull request Nov 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/documentation area/google-cloud-functions area/gradle Gradle area/hibernate-orm Hibernate ORM area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure area/jackson Issues related to Jackson (JSON library) area/jbang Issues related to when using jbang.dev with Quarkus area/mailer area/mongodb area/panache area/persistence OBSOLETE, DO NOT USE area/platform Issues related to definition and interaction with Quarkus Platform triage/invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a parameter to select the java version for generated Quarkus projects (CLI and Maven)
3 participants