Grails Version Update
Description
Grails Plugin for updating application version
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Grails Plugin for Application or Plugin Version Update
[](https://travis-ci.org/mathifonseca/grails-version-update)
When you have a bunch of applications or plugins to maintain and each of them needs to update its version with every change, and you combine that with your useless memory... you end up following always the same process:
- Make your changes
- Start writing the
grails set-versioncommand - Forget which the current version was
- Check the
application.properties(or*GrailsPlugin.groovyfor plugins) file to get the current version - Go back to your command and finish writing it
- Execute the command
So, when you get tired of that, you create a plugin for doing a little less steps and your process becomes:
- Make your changes
- Execute the
grails version-updatecommand - Drink your coffee
[Magic](http://i.imgur.com/iZcUNxH.gif), right?
Usage
`grails version-update $param $label`
The idea is that you write the least possible. So by convention, if you don't type any params, the plugin will increase the last level of your version by one.
In case you type a param, it can be the exact version you want or you can do some tricks using a simple notation. Lets imagine that your current version is 0.2.4.6 and you want to **keep** the 0, **increase** the 2, **decrease** the 4 and **change** the 6 to 1. The param you should type (for this extremely complicated version change) would be: `x.+.-.1`. Each char meaning, default values and configuration is explained below.
Lets think of some more common examples:
Old version: 0.2.4
Command: grails version-update
New version: 0.2.5
Old version: 0.2.4
Command: grails version-update x.+.x
New version: 0.3.4
Old version: 0.2.4
Command: grails version-update +.+.0
New version: 1.3.0
Old version: 0.2.4
Command: grails version-updat
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11