Repository: wicket Updated Branches: refs/heads/master 06027af8e -> dab4dac17
Renumbered wicket-atmosphere to mirror wicket 6.x version Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/dab4dac1 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/dab4dac1 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/dab4dac1 Branch: refs/heads/master Commit: dab4dac177249c6db6a169890cc72e9b9b6ca6b9 Parents: 06027af Author: Martijn Dashorst <[email protected]> Authored: Sat Nov 8 16:59:15 2014 +0100 Committer: Martijn Dashorst <[email protected]> Committed: Sat Nov 8 16:59:15 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- wicket-experimental/wicket-atmosphere/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/dab4dac1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7771451..5c08e5f 100644 --- a/pom.xml +++ b/pom.xml @@ -373,7 +373,7 @@ <dependency> <groupId>org.apache.wicket.experimental.wicket7</groupId> <artifactId>wicket-atmosphere</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.22-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/wicket/blob/dab4dac1/wicket-experimental/wicket-atmosphere/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-experimental/wicket-atmosphere/pom.xml b/wicket-experimental/wicket-atmosphere/pom.xml index 101cb88..62c6e37 100644 --- a/wicket-experimental/wicket-atmosphere/pom.xml +++ b/wicket-experimental/wicket-atmosphere/pom.xml @@ -24,7 +24,7 @@ <relativePath>../pom.xml</relativePath> </parent> <artifactId>wicket-atmosphere</artifactId> - <version>0.10-SNAPSHOT</version> + <version>0.22-SNAPSHOT</version> <packaging>jar</packaging> <name>Wicket-Atmosphere</name> <description>Wicket-Atmosphere provides integration of the Atmosphere Framework in Wicket.</description>
