Skip to content

Releases: camunda-community-hub/community-hub-release-parent

2.1.0

30 Jun 12:37

Choose a tag to compare

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

23 Jun 08:55

Choose a tag to compare

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

23 Jun 08:05

Choose a tag to compare

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

11 Jun 16:38

Choose a tag to compare

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

04 Jun 16:29

Choose a tag to compare

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

Full Changelog: 1.4.4...2.0.0

1.4.4

06 Nov 23:10

Choose a tag to compare

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

24 Aug 07:54

Choose a tag to compare

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

Full Changelog: 1.4.2...1.4.3

1.4.2

03 Mar 06:50

Choose a tag to compare

What's Changed

  • fix: Include the manifest in the JAR by @saig0 in #25

New Contributors

  • @saig0 made their first contribution in #25

Full Changelog: 1.4.1...1.4.2

1.4.1

03 Feb 09:40

Choose a tag to compare

Changes:

  • Fixed Java version property (86ad696)

1.4.0

01 Feb 11:06

Choose a tag to compare

Changes

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