You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by to...@apache.org on 2016/08/20 04:28:14 UTC

[1/3] buildr git commit: Move to use java 1.7 compatibility for source and target

Repository: buildr
Updated Branches:
  refs/heads/master 0ba77e344 -> ed72c9483


Move to use java 1.7 compatibility for source and target


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/21b71e6f
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/21b71e6f
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/21b71e6f

Branch: refs/heads/master
Commit: 21b71e6f5b9bb524653dd4f4df9bb933a0f19450
Parents: 0ba77e3
Author: Antoine Toulme <an...@lunar-ocean.com>
Authored: Fri Aug 19 21:26:26 2016 -0700
Committer: Antoine Toulme <an...@lunar-ocean.com>
Committed: Fri Aug 19 21:26:26 2016 -0700

----------------------------------------------------------------------
 .../org/apache/buildr/BuildrNail$Main.class      | Bin 561 -> 561 bytes
 addon/buildr/org/apache/buildr/BuildrNail.class  | Bin 256 -> 256 bytes
 .../org/apache/buildr/JettyWrapper$1.class       | Bin 223 -> 220 bytes
 .../buildr/JettyWrapper$BuildrHandler.class      | Bin 3786 -> 3903 bytes
 .../buildr/org/apache/buildr/JettyWrapper.class  | Bin 1435 -> 1432 bytes
 buildr.buildfile                                 |   2 +-
 6 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/21b71e6f/addon/buildr/org/apache/buildr/BuildrNail$Main.class
----------------------------------------------------------------------
diff --git a/addon/buildr/org/apache/buildr/BuildrNail$Main.class b/addon/buildr/org/apache/buildr/BuildrNail$Main.class
index d23651f..8bb9ecd 100644
Binary files a/addon/buildr/org/apache/buildr/BuildrNail$Main.class and b/addon/buildr/org/apache/buildr/BuildrNail$Main.class differ

http://git-wip-us.apache.org/repos/asf/buildr/blob/21b71e6f/addon/buildr/org/apache/buildr/BuildrNail.class
----------------------------------------------------------------------
diff --git a/addon/buildr/org/apache/buildr/BuildrNail.class b/addon/buildr/org/apache/buildr/BuildrNail.class
index d78e1f2..fbb8563 100644
Binary files a/addon/buildr/org/apache/buildr/BuildrNail.class and b/addon/buildr/org/apache/buildr/BuildrNail.class differ

http://git-wip-us.apache.org/repos/asf/buildr/blob/21b71e6f/addon/buildr/org/apache/buildr/JettyWrapper$1.class
----------------------------------------------------------------------
diff --git a/addon/buildr/org/apache/buildr/JettyWrapper$1.class b/addon/buildr/org/apache/buildr/JettyWrapper$1.class
index 8a35b98..c1ac1ea 100644
Binary files a/addon/buildr/org/apache/buildr/JettyWrapper$1.class and b/addon/buildr/org/apache/buildr/JettyWrapper$1.class differ

http://git-wip-us.apache.org/repos/asf/buildr/blob/21b71e6f/addon/buildr/org/apache/buildr/JettyWrapper$BuildrHandler.class
----------------------------------------------------------------------
diff --git a/addon/buildr/org/apache/buildr/JettyWrapper$BuildrHandler.class b/addon/buildr/org/apache/buildr/JettyWrapper$BuildrHandler.class
index 3429bbe..943fcbd 100644
Binary files a/addon/buildr/org/apache/buildr/JettyWrapper$BuildrHandler.class and b/addon/buildr/org/apache/buildr/JettyWrapper$BuildrHandler.class differ

http://git-wip-us.apache.org/repos/asf/buildr/blob/21b71e6f/addon/buildr/org/apache/buildr/JettyWrapper.class
----------------------------------------------------------------------
diff --git a/addon/buildr/org/apache/buildr/JettyWrapper.class b/addon/buildr/org/apache/buildr/JettyWrapper.class
index 2f2b397..2e22f95 100644
Binary files a/addon/buildr/org/apache/buildr/JettyWrapper.class and b/addon/buildr/org/apache/buildr/JettyWrapper.class differ

http://git-wip-us.apache.org/repos/asf/buildr/blob/21b71e6f/buildr.buildfile
----------------------------------------------------------------------
diff --git a/buildr.buildfile b/buildr.buildfile
index a0f64cb..f1c9a6a 100644
--- a/buildr.buildfile
+++ b/buildr.buildfile
@@ -22,7 +22,7 @@ repositories.remote << 'http://repo1.maven.org/maven2'
 repositories.remote << 'https://oss.sonatype.org/content/groups/scala-tools'
 
 define 'buildr' do
-  compile.using :source=>'1.5', :target=>'1.5', :debug=>false
+  compile.using :source=>'1.7', :target=>'1.7', :debug=>false
 
   define 'java' do
     compile.using(:javac).from(FileList['lib/buildr/java/**/*.java']).into('lib/buildr/java')


[3/3] buildr git commit: Use 1.5.0 version

Posted by to...@apache.org.
Use 1.5.0 version


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/ed72c948
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/ed72c948
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/ed72c948

Branch: refs/heads/master
Commit: ed72c948322d79699f1d386c98e5b05ddae401a0
Parents: 3d75a62
Author: Antoine Toulme <an...@lunar-ocean.com>
Authored: Fri Aug 19 21:28:06 2016 -0700
Committer: Antoine Toulme <an...@lunar-ocean.com>
Committed: Fri Aug 19 21:28:06 2016 -0700

----------------------------------------------------------------------
 CHANGELOG             | 2 +-
 lib/buildr/version.rb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/ed72c948/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 5a9de6a..980daf1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-1.5 (Pending)
+1.5.0 (Pending)
 * Change: Update RJB to 1.5.4
 * Change: Update rubyzip to 1.2.0
 * Change: Update hoe to 3.15.0

http://git-wip-us.apache.org/repos/asf/buildr/blob/ed72c948/lib/buildr/version.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/version.rb b/lib/buildr/version.rb
index d929e21..7da5242 100644
--- a/lib/buildr/version.rb
+++ b/lib/buildr/version.rb
@@ -14,5 +14,5 @@
 # the License.
 
 module Buildr #:nodoc:
-  VERSION = '1.4.26.dev'.freeze
+  VERSION = '1.5.0.dev'.freeze
 end


[2/3] buildr git commit: Change version to 1.5

Posted by to...@apache.org.
Change version to 1.5


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/3d75a62b
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/3d75a62b
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/3d75a62b

Branch: refs/heads/master
Commit: 3d75a62b3b2c40dffac7ad5d3f6331e6da538aec
Parents: 21b71e6
Author: Antoine Toulme <an...@lunar-ocean.com>
Authored: Fri Aug 19 21:26:46 2016 -0700
Committer: Antoine Toulme <an...@lunar-ocean.com>
Committed: Fri Aug 19 21:26:46 2016 -0700

----------------------------------------------------------------------
 CHANGELOG | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/3d75a62b/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 51786d0..5a9de6a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-1.4.26 (Pending)
+1.5 (Pending)
 * Change: Update RJB to 1.5.4
 * Change: Update rubyzip to 1.2.0
 * Change: Update hoe to 3.15.0