Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

SCB-2477 Use CI friendly maven version#757

Merged
WillemJiang merged 2 commits intoapache:masterfrom
coolbeevip:SCB-2477
May 6, 2022
Merged

SCB-2477 Use CI friendly maven version#757
WillemJiang merged 2 commits intoapache:masterfrom
coolbeevip:SCB-2477

Conversation

@coolbeevip
Copy link
Copy Markdown
Member

@coolbeevip coolbeevip commented May 5, 2022

You can change the version via the command line when deploying like this:

./mvnw deploy -DskipTests -Ppassphrase -Prelease -Drevision=0.7.0

The rolling version only needs to modify the revision of the main pom file.

<properties>
    <revision>0.7.0-SNAPSHOT</revision>
</properties>

@coolbeevip coolbeevip changed the title SCB-2477 Use CI friendly maven version WIP: SCB-2477 Use CI friendly maven version May 5, 2022
@coolbeevip coolbeevip changed the title WIP: SCB-2477 Use CI friendly maven version SCB-2477 Use CI friendly maven version May 5, 2022
@coolbeevip coolbeevip requested a review from WillemJiang May 5, 2022 17:04
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Could you add some comment on why we introduce the faltten-maven-plugin?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Could you add some comment on why we introduce the faltten-maven-plugin?

I have added a comment

Install or deploy artifacts with Maven CI Friendly Versions https://maven.apache.org/maven-ci-friendly.html#install-deploy

@coolbeevip coolbeevip requested a review from WillemJiang May 6, 2022 12:57
@WillemJiang WillemJiang merged commit f6f7f93 into apache:master May 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants