Change the default version of the IDEA project files created to the current release version 13.
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/a728b5bf Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/a728b5bf Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/a728b5bf Branch: refs/heads/master Commit: a728b5bfef3540bc9c2776518d6eeb16a8bd87e4 Parents: aaaf510 Author: Peter Donald <[email protected]> Authored: Sun Oct 26 08:46:13 2014 +1100 Committer: Peter Donald <[email protected]> Committed: Sun Oct 26 08:49:20 2014 +1100 ---------------------------------------------------------------------- CHANGELOG | 3 +++ lib/buildr/ide/idea.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/a728b5bf/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 94543c0..493e075 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,7 @@ 1.4.21 (Pending) +* Change: Change the default version of the IDEA project files created to the + current release version 13. To revert to the older versions specify + ipr.version = '12' in your buildfile. * Added: Enhance the IdeaFile class to easily support mixing in of custom components from either the filesystem or from an artifact. * Change: Update rjb to version 1.5.1. http://git-wip-us.apache.org/repos/asf/buildr/blob/a728b5bf/lib/buildr/ide/idea.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/ide/idea.rb b/lib/buildr/ide/idea.rb index d5005ce..441cf36 100644 --- a/lib/buildr/ide/idea.rb +++ b/lib/buildr/ide/idea.rb @@ -648,7 +648,7 @@ module Buildr #:nodoc: end def version - @version || '12' + @version || '13' end def jdk_version
