This page contains findings about how RAT is released .... as I tried to forge a 0.13 release at around 2018-05.
$ mvn release:prepare -DdryRun=true
$ mvn deploy
$ mvn release:clean
$ mvn release:prepare
$ mvn release:perform
- Checkout via SVN with ASF user
$ svn --username <yourasfid> co https://svn.apache.org/repos/asf/creadur/rat/trunk ratRelease
- Perform dryRun
- Perform release
$ mvn release:prepare -DdryRun=true
<snip>
[INFO] Checking dependencies and plugins for snapshots ...
What is the release version for "Apache Creadur Rat"?
(org.apache.rat:apache-rat-project) 0.13: :
What is SCM release tag or label for "Apache Creadur Rat"?
(org.apache.rat:apache-rat-project) apache-rat-project-0.13: :
What is the new development version for "Apache Creadur Rat"?
(org.apache.rat:apache-rat-project) 0.14-SNAPSHOT: :
<snip>
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare
(default-cli) on project apache-rat-project: The artifact
(org.apache.rat:apache-rat-plugin) requires a different version (0.13)
than what is found (0.12) for the expression (previousRatVersion) in the
project (org.apache.rat:apache-rat-project). -> [Help 1]
[ERROR]