Discussion:
[ANN] 1.1 Release and move to GitHub for the gradle-release plugin.
Eric Berry
2013-01-10 20:23:19 UTC
Permalink
Hello,
I'm proud to announce the 1.1 release and GitHub move for the
gradle-release plugin.

First, I would like to thank Evgeny Shepelyuk very much for contributing
all fixes and new features to this release, and his help with moving from
Launchpad to GitHub.

Release Changes:

- New: Updating version property when it's not in gradle.properties
[Evgeny Shepelyuk]
- New: Allow configuration of where the version property is found
[Evgeny Shepelyuk]
- Fix: Check all configurations for snapshots, not just the runtime
config [Evgeny Shepelyuk]


The new GitHub location is:
https://github.com/townsfolk/gradle-release

Note that the artifacts and installation scripts are in a new location now.
To use the new version you will need to update your build scripts.

Change:
apply from: "
https://launchpad.net/gradle-release/trunk/latest/+download/apply.groovy"

To:
apply from: '
http://tellurianring.com/projects/gradle-plugins/gradle-release/apply.groovy
'

Thank you,
Eric Berry
--
Learn from the past. Live in the present. Plan for the future.
Blog: http://eric-berry.blogspot.com
jEdit <http://www.jedit.org> - Programmer's Text Editor

Artisan Park <https://artisanpark.com>
Loading...