Repository: wicket Updated Branches: refs/heads/master 07797740c -> 24568fcf1
Fixed *wicket7 versions for experimental projects Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/24568fcf Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/24568fcf Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/24568fcf Branch: refs/heads/master Commit: 24568fcf12646e2ba7d227c5e6cac1e2645cc9e1 Parents: 0779774 Author: Tobias Soloschenko <[email protected]> Authored: Wed Mar 16 18:03:26 2016 +0100 Committer: Tobias Soloschenko <[email protected]> Committed: Wed Mar 16 18:03:26 2016 +0100 ---------------------------------------------------------------------- build-versions.py | 2 +- testing/wicket-common-tests/pom.xml | 2 +- wicket-examples/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/24568fcf/build-versions.py ---------------------------------------------------------------------- diff --git a/build-versions.py b/build-versions.py index cc36e94..3f6ae08 100755 --- a/build-versions.py +++ b/build-versions.py @@ -43,7 +43,7 @@ def getModulesFromParent(parentPomFile): addVersions(groupId, module) addVersions(groupId, "wicket-parent") -addVersions("org.apache.wicket.experimental.wicket7", "wicket-experimental") +addVersions("org.apache.wicket.experimental.wicket8", "wicket-experimental") getModulesFromParent("pom.xml") getModulesFromParent("wicket-native-websocket/pom.xml") http://git-wip-us.apache.org/repos/asf/wicket/blob/24568fcf/testing/wicket-common-tests/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml index 7d9e8f0..15ad4e1 100644 --- a/testing/wicket-common-tests/pom.xml +++ b/testing/wicket-common-tests/pom.xml @@ -119,7 +119,7 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.wicket.experimental.wicket7</groupId> + <groupId>org.apache.wicket.experimental.wicket8</groupId> <artifactId>wicket-atmosphere</artifactId> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/wicket/blob/24568fcf/wicket-examples/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml index 0f310fe..f7c70c7 100644 --- a/wicket-examples/pom.xml +++ b/wicket-examples/pom.xml @@ -159,7 +159,7 @@ <artifactId>wicket-velocity</artifactId> </dependency> <dependency> - <groupId>org.apache.wicket.experimental.wicket7</groupId> + <groupId>org.apache.wicket.experimental.wicket8</groupId> <artifactId>wicket-atmosphere</artifactId> </dependency> <dependency>
