- 
                Notifications
    
You must be signed in to change notification settings  - Fork 153
 
Prepare endgame 2025 11 #2552
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
base: develop
Are you sure you want to change the base?
Prepare endgame 2025 11 #2552
Conversation
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.
Pull Request Overview
This PR bumps the version numbers across the Azure Maven plugins repository from 1.43.0 to 1.44.0 for Maven plugins, from 0.54.0 to 0.55.0 for toolkit libraries, and updates Lombok from 1.18.24 to 1.18.36.
- Version bump from 1.43.0 to 1.44.0 for Maven plugins
 - Version bump from 0.54.0 to 0.55.0 for Azure toolkit libraries
 - Lombok dependency updated from 1.18.24 to 1.18.36
 
Reviewed Changes
Copilot reviewed 37 out of 37 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description | 
|---|---|
| pom.xml | Updates parent project version to 1.44.0 and dependency versions for azure-toolkit-libs (0.55.0) and maven-plugins-build-tools (1.44.0) | 
| build-tools/pom.xml | Updates parent and artifact versions to 1.44.0 | 
| azure-webapp-maven-plugin/pom.xml | Updates parent version to 1.44.0 | 
| azure-toolkit-libs/pom.xml | Updates artifact version to 0.55.0 and Lombok version to 1.18.36 | 
| azure-toolkit-libs/*/pom.xml | Updates parent and artifact versions to 0.55.0 across all toolkit library modules | 
| azure-spring-apps-maven-plugin/pom.xml | Updates parent version to 1.44.0 | 
| azure-sfmesh-maven-plugin/pom.xml | Updates parent version to 1.44.0 | 
| azure-sdk-build-tool-maven-plugin/pom.xml | Updates parent version to 1.44.0 | 
| azure-maven-plugin-lib/pom.xml | Updates parent and artifact versions to 1.44.0 | 
| azure-functions-maven-plugin/pom.xml | Updates parent version to 1.44.0 | 
| azure-functions-maven-plugin/CHANGELOG.md | Adds changelog entries for versions 1.40.0 and 1.39.0 with TOC updates | 
| azure-container-apps-maven-plugin/pom.xml | Updates parent version to 1.44.0 | 
| azure-appservice-maven-plugin-lib/pom.xml | Updates parent and artifact versions to 1.44.0 | 
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - [1.40.0](#1400) | ||
| - [1.39.0](#1390) | ||
| - [1.38.0](#1380) | ||
| - [1.37.0](#1370) | ||
| - [1.36.0](#1360) | 
    
      
    
      Copilot
AI
    
    
    
      Nov 3, 2025 
    
  
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.
The table of contents entries for versions 1.40.0 and 1.39.0 are added at the top, but this breaks the chronological ordering. The changelog entries are ordered newest-first (which is correct), but these TOC entries should be inserted after line 3 and before line 6 (which references 1.38.0) to maintain consistency with the existing TOC structure where newer versions appear first.
| - [1.40.0](#1400) | |
| - [1.39.0](#1390) | |
| - [1.38.0](#1380) | |
| - [1.37.0](#1370) | |
| - [1.36.0](#1360) | |
| - [1.38.0](#1380) | |
| - [1.37.0](#1370) | |
| - [1.36.0](#1360) | |
| - [1.37.0](#1370) | |
| - [1.36.0](#1360) | 
What does this implement/fix? Explain your changes.
Does this close any currently open issues?
Any relevant logs, screenshots, error output, etc.?
Any other comments?
…
Has this been tested?