apache / servicecomb-pack

Apache ServiceComb Pack is an eventually data consistency solution for micro-service applications. ServiceComb Pack currently provides TCC and Saga distributed transaction co-ordination solutions by using Alpha as a transaction coordinator and Omega as an transaction agent .
https://servicecomb.apache.org/
Apache License 2.0
1.93k stars 436 forks source link

SCB-2477 Use CI friendly maven version #757

Closed coolbeevip closed 2 years ago

coolbeevip commented 2 years ago

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>