You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/10/06 00:05:53 UTC

[1/2] wicket git commit: Change the Node.js server port at one more place

Repository: wicket
Updated Branches:
  refs/heads/master a261e3064 -> 1febddd2e


Change the Node.js server port at one more place


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

Branch: refs/heads/master
Commit: 5ab631da0e51317c85f4cab68ff3eb5082a7ea6a
Parents: a261e30
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Oct 6 00:05:10 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Oct 6 00:05:10 2015 +0200

----------------------------------------------------------------------
 testing/wicket-js-tests/Gruntfile.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/5ab631da/testing/wicket-js-tests/Gruntfile.js
----------------------------------------------------------------------
diff --git a/testing/wicket-js-tests/Gruntfile.js b/testing/wicket-js-tests/Gruntfile.js
index 360f918..ed16b6d 100644
--- a/testing/wicket-js-tests/Gruntfile.js
+++ b/testing/wicket-js-tests/Gruntfile.js
@@ -136,7 +136,7 @@ module.exports = function(grunt) {
 		connect: {
 			server: {
 				options: {
-					port: 38888,
+					port: 38887,
 //					debug: true,
 					middleware: function(connect, options, middlewares) {
 						middlewares.unshift(function(req, res, next) {


[2/2] wicket git commit: Update Node.js and npn.js

Posted by mg...@apache.org.
Update Node.js and npn.js


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

Branch: refs/heads/master
Commit: 1febddd2e9b84e19b11eb353fdb81311e1404d40
Parents: 5ab631d
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Oct 6 00:05:34 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Oct 6 00:05:34 2015 +0200

----------------------------------------------------------------------
 testing/wicket-js-tests/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/1febddd2/testing/wicket-js-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index 51bf5d9..5c70c7e 100644
--- a/testing/wicket-js-tests/pom.xml
+++ b/testing/wicket-js-tests/pom.xml
@@ -67,8 +67,8 @@
 								</goals>
 								<phase>generate-resources</phase>
 								<configuration>
-									<npmVersion>3.3.3</npmVersion>
-									<nodeVersion>v4.1.1</nodeVersion>
+									<npmVersion>3.3.5</npmVersion>
+									<nodeVersion>v4.1.2</nodeVersion>
 								</configuration>
 							</execution>
 							<execution>