Updated Branches: refs/heads/master 1371e0642 -> b227e3cbf
Change the wicket-atmosphere default dependency to 0.6-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/b227e3cb Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/b227e3cb Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/b227e3cb Branch: refs/heads/master Commit: b227e3cbf3655593a266df5bad7576bd4123985a Parents: 1371e06 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Fri Dec 14 12:53:08 2012 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Fri Dec 14 12:54:06 2012 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/b227e3cb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a859bc2..9be4aea 100644 --- a/pom.xml +++ b/pom.xml @@ -315,7 +315,7 @@ <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-atmosphere</artifactId> - <version>0.5-SNAPSHOT</version> + <version>0.6-SNAPSHOT</version> <type>jar</type> </dependency> <dependency>
