Skip to content

prepare release 2.2.47#5120

Merged
ewaostrowska merged 1 commit intomasterfrom
prepare-release-2.2.47
Apr 9, 2026
Merged

prepare release 2.2.47#5120
ewaostrowska merged 1 commit intomasterfrom
prepare-release-2.2.47

Conversation

@sonatypeoss
Copy link
Copy Markdown
Contributor

@sonatypeoss sonatypeoss Bot commented Apr 9, 2026

Automated changes by create-pull-request GitHub action

@ewaostrowska ewaostrowska merged commit 50c1047 into master Apr 9, 2026
9 checks passed
@ewaostrowska ewaostrowska deleted the prepare-release-2.2.47 branch April 9, 2026 09:17
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Prepares the repository for the 2.2.47 release by switching artifacts from -SNAPSHOT to the release version and updating documentation/examples accordingly.

Changes:

  • Update Maven POM versions from 2.2.47-SNAPSHOT to 2.2.47 across the reactor (including Jakarta modules and BOM).
  • Update README/docs and build tool examples (Maven/Gradle) to reference 2.2.47 and mark it as current stable.
  • Update Gradle plugin module’s version and default/test dependency coordinates to 2.2.47.

Reviewed changes

Copilot reviewed 29 out of 29 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
README.md Marks 2.2.47 as current stable; updates “build from source” version text.
pom.xml Sets root Maven project version to 2.2.47.
modules/swagger-project-jakarta/pom.xml Sets Jakarta aggregator version to 2.2.47.
modules/swagger-project-jakarta/modules/swagger-models-jakarta/pom.xml Updates parent version to 2.2.47.
modules/swagger-project-jakarta/modules/swagger-maven-plugin-jakarta/pom.xml Updates parent version to 2.2.47.
modules/swagger-project-jakarta/modules/swagger-jaxrs2-servlet-initializer-v2-jakarta/pom.xml Updates parent version to 2.2.47.
modules/swagger-project-jakarta/modules/swagger-jaxrs2-servlet-initializer-jakarta/pom.xml Updates parent version to 2.2.47.
modules/swagger-project-jakarta/modules/swagger-jaxrs2-jakarta/pom.xml Updates parent version to 2.2.47.
modules/swagger-project-jakarta/modules/swagger-integration-jakarta/pom.xml Updates parent version to 2.2.47.
modules/swagger-project-jakarta/modules/swagger-core-jakarta/pom.xml Updates parent version to 2.2.47.
modules/swagger-project-jakarta/modules/swagger-annotations-jakarta/pom.xml Updates parent version to 2.2.47.
modules/swagger-models/pom.xml Updates parent version to 2.2.47.
modules/swagger-maven-plugin/README.md Updates documented dependency/plugin versions to 2.2.47.
modules/swagger-maven-plugin/pom.xml Updates parent version to 2.2.47.
modules/swagger-jaxrs2/pom.xml Updates parent version to 2.2.47.
modules/swagger-jaxrs2-servlet-initializer/pom.xml Updates parent version to 2.2.47.
modules/swagger-jaxrs2-servlet-initializer-v2/pom.xml Updates parent version to 2.2.47.
modules/swagger-java17-support/pom.xml Updates parent version to 2.2.47.
modules/swagger-integration/pom.xml Updates parent version to 2.2.47.
modules/swagger-gradle-plugin/src/test/java/io/swagger/v3/plugins/gradle/SwaggerResolveTest.java Updates test project dependency to use 2.2.47 (no snapshot).
modules/swagger-gradle-plugin/src/main/java/io/swagger/v3/plugins/gradle/SwaggerPlugin.java Updates plugin default dependency to 2.2.47.
modules/swagger-gradle-plugin/README.md Updates published Gradle plugin version in docs to 2.2.47.
modules/swagger-gradle-plugin/gradle.properties Sets Gradle plugin module version to 2.2.47.
modules/swagger-eclipse-transformer-maven-plugin/pom.xml Updates parent version to 2.2.47.
modules/swagger-core/pom.xml Updates parent version to 2.2.47.
modules/swagger-bom/pom.xml Sets BOM version to 2.2.47.
modules/swagger-bom-integration-test/pom.xml Updates parent version to 2.2.47.
modules/swagger-bom-integration-test/pom.xml.versionsBackup Adds a generated backup file to the repo.
modules/swagger-annotations/pom.xml Updates parent version to 2.2.47.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md


### To build from source (currently 2.2.47-SNAPSHOT)
### To build from source (currently 2.2.48-SNAPSHOT)
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

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

The README states "To build from source (currently 2.2.48-SNAPSHOT)", but this PR sets the project version to 2.2.47 (release) in the POMs. Please update this line to match the actual build version for this branch/commit (or adjust the wording/versioning strategy so README and the POMs stay consistent).

Suggested change
### To build from source (currently 2.2.48-SNAPSHOT)
### To build from source (currently 2.2.47)

Copilot uses AI. Check for mistakes.
Comment on lines +1 to +5
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

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

pom.xml.versionsBackup appears to be a generated backup file (e.g., from the versions-maven-plugin). It shouldn't be committed as part of the release prep; please remove it from the PR and consider adding *.versionsBackup to .gitignore to avoid reintroducing it.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants