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 2016/02/05 20:52:26 UTC

[3/3] wicket git commit: Fix the version for wicket-atmosphere

Fix the version for wicket-atmosphere


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

Branch: refs/heads/wicket-6.x
Commit: e417c2727b24c40983f09b60bbc025bb994daa82
Parents: 9cc57fb
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Feb 5 20:52:08 2016 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Feb 5 20:52:08 2016 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/e417c272/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 00232ce..73f7c03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -365,7 +365,7 @@
 			<dependency>
 				<groupId>org.apache.wicket.experimental.wicket6</groupId>
 				<artifactId>wicket-atmosphere</artifactId>
-				<version>0.24-SNAPSHOT</version>
+				<version>0.25-SNAPSHOT</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>