Releases: camunda-community-hub/community-hub-release-parent
Releases · camunda-community-hub/community-hub-release-parent
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
1.3.1
Changes
- Updated maven-deploy-nexus dependecy
1.3.0
1.2.2
Changes
- Pinned maven-jar-plugin to 2.5 to allow JDK 17 runs
- Created a profile
oss-maven-central
that is exchanging the distribution management to the servers of Maven Central OSS. The profile is using variablesserverId
andnexusUrl
which can be passed from outside, but the defaults point to the values provided by Sonatype.
1.2.1
Changes:
- Uses the latest camunda-release-parent (3.9.1)
1.2.0
Changes
- Added maven release configs to simplify the maven release action as described in camunda-community-hub/community-action-maven-release#21