Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Atmosphere 2.4.2 #160

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions wicket-experimental/wicket-atmosphere/pom.xml
Expand Up @@ -24,7 +24,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-atmosphere</artifactId>
<version>0.24-SNAPSHOT</version>
<version>0.26-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Wicket-Atmosphere</name>
<description>Wicket-Atmosphere provides integration of the Atmosphere Framework in Wicket.</description>
Expand All @@ -41,7 +41,7 @@
</repository>
</repositories>
<properties>
<atmosphere.version>2.2.8</atmosphere.version>
<atmosphere.version>2.4.2</atmosphere.version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.4.3 has been released in the meantime.

<jquery.atmosphere.version>2.2.7</jquery.atmosphere.version>
</properties>
<dependencyManagement>
Expand Down Expand Up @@ -87,6 +87,7 @@
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-core</artifactId>
<version>7.2.0</version>
</dependency>
<dependency>
<groupId>org.atmosphere</groupId>
Expand Down