axion-release-plugin icon indicating copy to clipboard operation
axion-release-plugin copied to clipboard

Gradle release & version management plugin.

Results 177 axion-release-plugin issues
Sort by recently updated
recently updated
newest added

https://github.com/user-attachments/assets/9c09c828-edee-4b8e-abe4-9f116a9503d2

This PR checks how much work needs to be done to update project to gradle 7.6

after release is sucessful, project version should be updated, so built jar/distzip will have proper versions

Bumps [com.github.mwiede:jsch](https://github.com/mwiede/jsch) from 0.2.24 to 2.27.2. Release notes Sourced from com.github.mwiede:jsch's releases. jsch-2.27.0 What's Changed switch to semver scheme by @​mwiede in mwiede/jsch#828 Up until 0.2.26 the versioning followed the...

dependencies
java

Bumps [org.ajoberstar.grgit:grgit-core](https://github.com/ajoberstar/grgit) from 5.3.0 to 5.3.2. Release notes Sourced from org.ajoberstar.grgit:grgit-core's releases. 5.3.2 Patch release to fix a vulnerable transitive dependency. [!NOTE] This release is the same as 5.3.1. Breaking...

dependencies
java

Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.80 to 1.81. Changelog Sourced from org.bouncycastle:bcprov-jdk18on's changelog. 2.1.1 Version Release: 1.81 Date:      2025, 4th June. ... (truncated) Commits See full diff in compare view [![Dependabot compatibility...

dependencies
java

Bumps `jgitVersion` from 6.10.0.202406032230-r to 7.3.0.202506031305-r. Updates `org.eclipse.jgit:org.eclipse.jgit.ssh.apache` from 6.10.0.202406032230-r to 7.3.0.202506031305-r Commits 22e8820 JGit v7.3.0.202506031305-r afc3655 Merge branch 'master' into stable-7.3 795f4d9 Merge branch 'stable-7.2' 886849c Merge branch 'stable-7.1'...

dependencies
java

Bumps `jgitVersion` from 6.10.0.202406032230-r to 7.2.0.202503040940-r. Updates `org.eclipse.jgit:org.eclipse.jgit.ssh.apache` from 6.10.0.202406032230-r to 7.2.0.202503040940-r Commits fddef06 JGit v7.2.0.202503040940-r c43126f JGit v7.2.0.202503040805-r 28136bc CacheRegion: fix non translatable text warnings 1468a80 Merge branch 'master'...

dependencies
java

> Patch and minor versions MUST be reset to 0 when major version is incremented. > https://semver.org/spec/v2.0.0.html # Expected `markNextVersion -Prelease.versionIncrementer=incrementMinor` bumps from `2.4.5` to `2.5.0` # Observed `markNextVersion -Prelease.versionIncrementer=incrementMinor`...

Hi, I am using this plugin, and when snapshot name contains "_" character I am getting an error: `Unexpected character 'ILLEGAL(_)' at position '17', expecting '[PLUS, EOI]'` seems like version...