Github user martin-g commented on a diff in the pull request:
https://github.com/apache/wicket/pull/164#discussion_r56366533
--- Diff: wicket-experimental/wicket-atmosphere/pom.xml ---
@@ -18,13 +18,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.apache.wicket.experimental.wicket7</groupId>
+ <groupId>org.apache.wicket.experimental.wicket8</groupId>
<artifactId>wicket-experimental</artifactId>
<version>8.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-atmosphere</artifactId>
- <version>0.24-SNAPSHOT</version>
--- End diff --
The removal means that the version of the module will be 8.0.0-SNAPSHOT
from now on.
It is intentionally 0.x to allow change in APIs because it is experimental.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---