You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2014/04/22 10:57:20 UTC

[5/5] git commit: Fix wicket-atmosphere module groupId (fixes the build)

Fix wicket-atmosphere module groupId (fixes the build)


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/dff86ea5
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/dff86ea5
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/dff86ea5

Branch: refs/heads/wicket-6.x
Commit: dff86ea5c56d545e3d3441ea83781aa77656a308
Parents: 2fbfa72
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Apr 22 11:56:37 2014 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Apr 22 11:56:37 2014 +0300

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/dff86ea5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 153583c..4641d5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -316,7 +316,7 @@
 				<type>jar</type>
 			</dependency>
 			<dependency>
-				<groupId>org.apache.wicket.experimental.wicket-6.x</groupId>
+				<groupId>org.apache.wicket.experimental.wicket6</groupId>
 				<artifactId>wicket-atmosphere</artifactId>
 				<version>0.18-SNAPSHOT</version>
 				<type>jar</type>