-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Bump Spring Cloud version to 2020.0.2 and Spring Boot version to 2.4.5 #178
Conversation
@@ -184,27 +166,4 @@ | |||
</build> | |||
</profile> | |||
</profiles> | |||
|
|||
<repositories> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you removed this repositories? We used by the past it to test Milestone or Relase Candidate versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed them to make sure that everything is using the release version since you only want those by default (I suppose).
For testing, it totally makes sense, I can put it back or we can hide it under a specific profile. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok thanks. We can keep your changes and put it back if necessary.
I've merged but we forgot to align all parent pom to the
|
* Complete Apache 2.0 license * Upgrade to Spring Cloud 2020.0.1 (aka Ilford) and Spring Boot 2.4.2 (spring-petclinic#173) * Added chaos monkey setup (spring-petclinic#177) * Added chaos monkey setup * Update scripts/chaos/call_chaos.sh Co-authored-by: Jonatan Ivanov <[email protected]> * Added docs Co-authored-by: Jonatan Ivanov <[email protected]> * Do not fail packaging if repo info is absent spring-petclinic#91 Try to fix the Maven issue references in spring-petclinic#91 * Bump Spring Cloud version to 2020.0.2 and Spring Boot version to 2.4.5 spring-petclinic#178 * Bump up version to 2.4.5 (spring-petclinic#179) also fixing spring-boot-starter-parent version * Upgrade to Spring Cloud 2020.0.2 and Spring Boot 2.5.1 (spring-petclinic#181) * Migrate from Travis CI to GitHub actions (spring-petclinic#187) * Use Github Actions for CI * Change Travis Badge to Github Actions one * Delete .travis.yml * Added Log Analytics * Added Log Analytics * Added Log Analytics * Added Log Analytics Co-authored-by: Antoine Rey <[email protected]> Co-authored-by: Marcin Grzejszczak <[email protected]> Co-authored-by: Jonatan Ivanov <[email protected]>
* Complete Apache 2.0 license * Upgrade to Spring Cloud 2020.0.1 (aka Ilford) and Spring Boot 2.4.2 (spring-petclinic#173) * Added chaos monkey setup (spring-petclinic#177) * Added chaos monkey setup * Update scripts/chaos/call_chaos.sh Co-authored-by: Jonatan Ivanov <[email protected]> * Added docs Co-authored-by: Jonatan Ivanov <[email protected]> * Do not fail packaging if repo info is absent spring-petclinic#91 Try to fix the Maven issue references in spring-petclinic#91 * Bump Spring Cloud version to 2020.0.2 and Spring Boot version to 2.4.5 spring-petclinic#178 * Bump up version to 2.4.5 (spring-petclinic#179) also fixing spring-boot-starter-parent version * Upgrade to Spring Cloud 2020.0.2 and Spring Boot 2.5.1 (spring-petclinic#181) * Migrate from Travis CI to GitHub actions (spring-petclinic#187) * Use Github Actions for CI * Change Travis Badge to Github Actions one * Delete .travis.yml * Added Log Analytics * Added Log Analytics * Added Log Analytics * Added Log Analytics * updated cli step to create Azure Spring Cloud Co-authored-by: Antoine Rey <[email protected]> Co-authored-by: Marcin Grzejszczak <[email protected]> Co-authored-by: Jonatan Ivanov <[email protected]>
* Complete Apache 2.0 license * Upgrade to Spring Cloud 2020.0.1 (aka Ilford) and Spring Boot 2.4.2 (spring-petclinic#173) * Added chaos monkey setup (spring-petclinic#177) * Added chaos monkey setup * Update scripts/chaos/call_chaos.sh Co-authored-by: Jonatan Ivanov <[email protected]> * Added docs Co-authored-by: Jonatan Ivanov <[email protected]> * Do not fail packaging if repo info is absent spring-petclinic#91 Try to fix the Maven issue references in spring-petclinic#91 * Bump Spring Cloud version to 2020.0.2 and Spring Boot version to 2.4.5 spring-petclinic#178 * Bump up version to 2.4.5 (spring-petclinic#179) also fixing spring-boot-starter-parent version * Upgrade to Spring Cloud 2020.0.2 and Spring Boot 2.5.1 (spring-petclinic#181) * Migrate from Travis CI to GitHub actions (spring-petclinic#187) * Use Github Actions for CI * Change Travis Badge to Github Actions one * Delete .travis.yml * Added Log Analytics * Added Log Analytics * Added Log Analytics * Added Log Analytics * updated cli step to create Azure Spring Cloud * added jq as pre-requisite * updated pre-requisites Co-authored-by: Antoine Rey <[email protected]> Co-authored-by: Marcin Grzejszczak <[email protected]> Co-authored-by: Jonatan Ivanov <[email protected]>
No description provided.