Repository: wicket Updated Branches: refs/heads/master 07f4872d8 -> 256f7ab58
WICKET-5926 Arquillian Support with Container ServletContext in BaseWicketTester/WicketTester. Use a shorter Maven module name Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/256f7ab5 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/256f7ab5 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/256f7ab5 Branch: refs/heads/master Commit: 256f7ab5804b9244280e6608bdcc8be3d04088f6 Parents: 07f4872 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Mon Jun 29 10:02:08 2015 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Mon Jun 29 10:02:08 2015 +0300 ---------------------------------------------------------------------- testing/wicket-arquillian/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/256f7ab5/testing/wicket-arquillian/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-arquillian/pom.xml b/testing/wicket-arquillian/pom.xml index 6630542..b4b510b 100644 --- a/testing/wicket-arquillian/pom.xml +++ b/testing/wicket-arquillian/pom.xml @@ -29,7 +29,7 @@ <artifactId>wicket-arquillian-testing</artifactId> <packaging>war</packaging> - <name>Wicket Arquillian Testing with Wildfly Java EE 6 Managed and Unpacked :: WAR</name> + <name>Wicket Arquillian Testing</name> <licenses> <license> <name>Apache License, Version 2.0</name>
