You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2017/10/13 14:32:13 UTC

[1/2] tapestry-5 git commit: increment versionn number

Repository: tapestry-5
Updated Branches:
  refs/heads/master 68303b1d6 -> 0b20ab337


increment versionn 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/6acc372c
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/6acc372c
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/6acc372c

Branch: refs/heads/master
Commit: 6acc372caa514339c1e4a7025f1a7586eb0272c3
Parents: 68303b1
Author: Jochen Kemnade <jk...@apache.org>
Authored: Fri Oct 13 16:21:17 2017 +0200
Committer: Jochen Kemnade <jk...@apache.org>
Committed: Fri Oct 13 16:21:17 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/6acc372c/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index d53b791..f27e36e 100755
--- a/build.gradle
+++ b/build.gradle
@@ -33,7 +33,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.5.0"
-    def minor = "-alpha-5"
+    def minor = "-alpha-6"
 
     // 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] tapestry-5 git commit: increment version number

Posted by jk...@apache.org.
increment 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/0b20ab33
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/0b20ab33
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/0b20ab33

Branch: refs/heads/master
Commit: 0b20ab337597900421f848baa282298005a23598
Parents: 6acc372
Author: Jochen Kemnade <jk...@apache.org>
Authored: Fri Oct 13 16:31:42 2017 +0200
Committer: Jochen Kemnade <jk...@apache.org>
Committed: Fri Oct 13 16:31:42 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/0b20ab33/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index f27e36e..b6db510 100755
--- a/build.gradle
+++ b/build.gradle
@@ -33,7 +33,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.5.0"
-    def minor = "-alpha-6"
+    def minor = "-alpha-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.