Repository: buildr Updated Branches: refs/heads/master a5cfbeffb -> dba353fec
1.5.1 release info Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/dba353fe Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/dba353fe Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/dba353fe Branch: refs/heads/master Commit: dba353fec9316bcc1eba8b634fa0a02ef8c649d9 Parents: a5cfbef Author: Antoine Toulme <[email protected]> Authored: Sun Mar 26 18:25:02 2017 -0700 Committer: Antoine Toulme <[email protected]> Committed: Sun Mar 26 18:25:02 2017 -0700 ---------------------------------------------------------------------- CHANGELOG | 2 ++ doap.rdf | 32 ++++++++++++++++++++++++++++++++ lib/buildr/version.rb | 2 +- 3 files changed, 35 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/dba353fe/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 8d1c202..afe08cb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +1.5.2 (Pending) + 1.5.1 (2017-03-11) * Change: In the 'buildr/git_auto_version' addon strip out any versions that start with a 'v' character as most projects on git repositories prefix version tags with a "v" to avoid collisions with any branchs http://git-wip-us.apache.org/repos/asf/buildr/blob/dba353fe/doap.rdf ---------------------------------------------------------------------- diff --git a/doap.rdf b/doap.rdf index 46a8abc..e0c1438 100644 --- a/doap.rdf +++ b/doap.rdf @@ -37,6 +37,38 @@ <category rdf:resource="http://projects.apache.org/category/build-management" /> <release> <Version> + <name>1.5.1</name> + <created>2017-03-11</created> + <revision>1.5.1</revision> + <dc:description> +* Change: In the 'buildr/git_auto_version' addon strip out any versions that start with a 'v' character as + most projects on git repositories prefix version tags with a "v" to avoid collisions with any branchs + named after the version which are typically without the "v" character. +* Fixed: GWT Addon: The GWT project publishes invalid jars that can not be included on source path when + the javadoc tool is executing. Work around this issue in GWT by removing them from the documentation + class path. +* Change: IDEA: Change the ordering of dependencies in the IDE module descriptor such that test dependencies are + first to allow test dependencies to override/shadow compile dependencies. +* Fixed: IDEA: Correctly configure the IDE module if the language level differs from the root project language level. +* Change: Add css2gss task to gwt addon to support conveting from deprecated css syntax to modern gss syntax. +* Change: Add support for gwt 2.8.0 to gwt addon. +* Change: Remove orderedhash gem. +* Change: Update jruby-openssl to 0.9.17 +* Change: Move hoe to the development dependencies +* Fixed: BUILDR-728 Snapshots metadata incorrectly created +* Fixed: BUILDR-718 Deprecate SVN repository - remove links to SVN +* Change: BUILDR-724 Use scalamain to call scala projects +* Change: BUILDR-719 Change User-Agent when uploading artifacts +* Change: Set the OPEN_IN_BROWSER to false when building idea launch targets via add_glassfish_remote_configuration. +* Change: BUILDR-709 Integrate `buildr/custom_pom` into core and just make it the default pom generated. +* Fixed: BUILDR-563 protobuf addon including source directories to protoc breaks build + + </dc:description> + </Version> + </release> + + <release> + <Version> <name>1.5.0</name> <created>2016-09-23</created> <revision>1.5.0</revision> http://git-wip-us.apache.org/repos/asf/buildr/blob/dba353fe/lib/buildr/version.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb index d9e2361..56cb386 100644 --- a/lib/buildr/version.rb +++ b/lib/buildr/version.rb @@ -14,5 +14,5 @@ # the License. module Buildr #:nodoc: - VERSION = '1.5.1'.freeze + VERSION = '1.5.2.dev'.freeze end
