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/07/14 16:53:17 UTC

wicket git commit: WICKET-5951 Upgrade Atmosphere to 2.2.8

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x 42fa46e11 -> 1243f803f


WICKET-5951 Upgrade Atmosphere to 2.2.8


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

Branch: refs/heads/wicket-6.x
Commit: 1243f803fa41b4695cdce957e213da4322f4ee10
Parents: 42fa46e
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Jul 14 17:53:02 2015 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Jul 14 17:53:02 2015 +0300

----------------------------------------------------------------------
 wicket-experimental/wicket-atmosphere/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/1243f803/wicket-experimental/wicket-atmosphere/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-atmosphere/pom.xml b/wicket-experimental/wicket-atmosphere/pom.xml
index f8fdd80..b885705 100644
--- a/wicket-experimental/wicket-atmosphere/pom.xml
+++ b/wicket-experimental/wicket-atmosphere/pom.xml
@@ -27,7 +27,7 @@
 	<version>0.24-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<properties>
-		<atmosphere.version>2.2.3</atmosphere.version>
+		<atmosphere.version>2.2.8</atmosphere.version>
 		<jquery.atmosphere.version>2.2.7</jquery.atmosphere.version>
 	</properties>
 	<name>Wicket-Atmosphere</name>
@@ -67,7 +67,7 @@
 		<dependency>
 			<groupId>de.agilecoders.wicket.webjars</groupId>
 			<artifactId>wicket-webjars</artifactId>
-			<version>0.4.6</version>
+			<version>0.4.7</version>
 		</dependency>
 		<dependency>
 			<groupId>com.google.code.findbugs</groupId>