Releases: camunda-community-hub/community-hub-release-parent
2.1.0
What's Changed
- Improvements following the Migration to Sonatype Central Portal by @clementnero in #71
Full Changelog: 2.0.3...2.1.0
2.0.3
What's Changed
- chore: require explicit deprecation acknowledgment for oss-maven-central profile when deploying to io/org.camunda namespaces by @clementnero in #68
Full Changelog: 2.0.2...2.0.3
2.0.2
What's Changed
- chore: use @v2 tag of camunda-community-hub/community-action-maven-release by @clementnero in #69
- chore: update parent POM in sync with migration to Sonatype Central Portal by @clementnero in #70
Full Changelog: 2.0.1...2.0.2
2.0.1
What's Changed
- chore: require explicit deprecation acknowledgment for oss-maven-central profile when deploying to io.zeebe namespace by @clementnero in #67
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
📦 New central-sonatype-publish Maven Profile
This release introduces a new central-sonatype-publish Maven profile for publishing artifacts via the Sonatype Central Portal, as part of the transition from OSSRH to the new publishing workflow.
📖 For more details, see the Migration to Sonatype Central Portal – How To.
⚠️ Deprecation Notice
The existing oss-maven-central profile is now deprecated. A deprecation warning is display if this profile is used.
Changes
- chore: update GHA versions by @cmur2 in #63
- feat: add central-sonatype-publish profile for Sonatype Central Portal by @clementnero in #66
New Contributors
- @cmur2 made their first contribution in #63
- @clementnero made their first contribution in #66
Full Changelog: 1.4.4...2.0.0
1.4.4
What's Changed
- build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.1 by @dependabot in #40
- build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #41
- build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.1.2 to 3.2.1 by @dependabot in #42
- build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 by @dependabot in #43
- build(deps): bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 by @dependabot in #44
Full Changelog: 1.4.3...1.4.4
1.4.3
What's Changed
- build(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #23
- build(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #26
- build(deps): bump maven-failsafe-plugin from 2.22.2 to 3.0.0 by @dependabot in #27
- build(deps): bump maven-surefire-plugin from 2.22.2 to 3.0.0 by @dependabot in #28
- build(deps): bump maven-deploy-plugin from 3.0.0 to 3.1.1 by @dependabot in #29
- build(deps): bump maven-resources-plugin from 3.3.0 to 3.3.1 by @dependabot in #30
- build(deps): bump maven-install-plugin from 3.0.1 to 3.1.1 by @dependabot in #31
- build(deps): bump maven-enforcer-plugin from 3.0.0 to 3.3.0 by @dependabot in #32
- Update maven-jar-plugin to 3.3.0 by @jonathanlukas in #33
- build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #34
- build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.0.0 to 3.1.2 by @dependabot in #35
- build(deps): bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #36
- build(deps): bump org.apache.maven.plugins:maven-clean-plugin from 3.2.0 to 3.3.1 by @dependabot in #37
- build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.0.0 to 3.1.2 by @dependabot in #38
New Contributors
- @jonathanlukas made their first contribution in #33
Full Changelog: 1.4.2...1.4.3
1.4.2
1.4.1
1.4.0
Changes
- Removed Camunda parent pom dependency (#9)
- Cleaned-up general parent and profiles to be used for Community Hub (also tackling duplicate deployments #17 and auto releasing artifacts camunda-community-hub/community-action-maven-release#48)
Ideally, you also make sure to use the latest version of the Github Action for Maven releases, which you do if you use v1 or latest.
Thanks
Big thanks to @zambrovski for helping out on this great refactoring