You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2014/05/15 10:03:24 UTC

[1/2] git commit: Advance version number

Repository: tapestry-5
Updated Branches:
  refs/heads/master 85a71aeda -> 6249bd2c3


Advance version number


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

Branch: refs/heads/master
Commit: b39ad9247b51913fd4d15462ced1051fdd6b5537
Parents: 85a71ae
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Wed May 14 09:36:58 2014 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Wed May 14 09:36:58 2014 +0200

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/b39ad924/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 1d42f7b..9abc507 100755
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-beta-6"
+    def minor = "-beta-7"
 
     // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.
     // When building normally, or for a release, no suffix is desired.


[2/2] git commit: fix a deprecation warning in the zippedBinaries task

Posted by jk...@apache.org.
fix a deprecation warning in the zippedBinaries task


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/6249bd2c
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/6249bd2c
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/6249bd2c

Branch: refs/heads/master
Commit: 6249bd2c3a26866e254b7f197c46e5eba5c79023
Parents: b39ad92
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Wed May 14 09:37:07 2014 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Wed May 14 09:37:07 2014 +0200

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/6249bd2c/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 9abc507..2b7fd18 100755
--- a/build.gradle
+++ b/build.gradle
@@ -456,7 +456,7 @@ task zippedBinaries(type: Zip) {
     group "Release artifact"
     // This may create a few unwanted dependencies, but does
     // seem to ensure that the subprojects are created
-    inputs.files subprojects*.configurations*.archives.artifacts
+    inputs.files subprojects*.configurations*.archives.artifacts.files
 
     destinationDir buildDir
     baseName "apache-tapestry"


[2/2] git commit: fix a deprecation warning in the zippedBinaries task

Posted by jk...@apache.org.
fix a deprecation warning in the zippedBinaries task


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/6249bd2c
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/6249bd2c
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/6249bd2c

Branch: refs/heads/master
Commit: 6249bd2c3a26866e254b7f197c46e5eba5c79023
Parents: b39ad92
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Wed May 14 09:37:07 2014 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Wed May 14 09:37:07 2014 +0200

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/6249bd2c/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 9abc507..2b7fd18 100755
--- a/build.gradle
+++ b/build.gradle
@@ -456,7 +456,7 @@ task zippedBinaries(type: Zip) {
     group "Release artifact"
     // This may create a few unwanted dependencies, but does
     // seem to ensure that the subprojects are created
-    inputs.files subprojects*.configurations*.archives.artifacts
+    inputs.files subprojects*.configurations*.archives.artifacts.files
 
     destinationDir buildDir
     baseName "apache-tapestry"