You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2014/04/19 00:34:33 UTC

[1/2] git commit: Rename groupId because a '.' is a special character in Maven

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x fc1122361 -> b4c4bfc6d


Rename groupId because a '.' is a special character in Maven


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

Branch: refs/heads/wicket-6.x
Commit: 09c8910dac5b63d4650d5fc6e69e1d21c76c6f51
Parents: 1d32311
Author: Martijn Dashorst <da...@apache.org>
Authored: Sat Apr 19 00:33:30 2014 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Sat Apr 19 00:34:20 2014 +0200

----------------------------------------------------------------------
 testing/wicket-common-tests/pom.xml           | 2 +-
 wicket-examples/pom.xml                       | 2 +-
 wicket-experimental/pom.xml                   | 2 +-
 wicket-experimental/wicket-atmosphere/pom.xml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/09c8910d/testing/wicket-common-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml
index cfbcf9a..b5b5b09 100644
--- a/testing/wicket-common-tests/pom.xml
+++ b/testing/wicket-common-tests/pom.xml
@@ -100,7 +100,7 @@
 			<scope>test</scope>
 		</dependency>
 		<dependency>
-			<groupId>org.apache.wicket.experimental.wicket-6.x</groupId>
+			<groupId>org.apache.wicket.experimental.wicket6</groupId>
 			<artifactId>wicket-atmosphere</artifactId>
 			<scope>test</scope>
 		</dependency>

http://git-wip-us.apache.org/repos/asf/wicket/blob/09c8910d/wicket-examples/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index f3f7e97..3a79cb7 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -40,7 +40,7 @@
 			<artifactId>wicket-extensions</artifactId>
 		</dependency>
 		<dependency>
-			<groupId>org.apache.wicket.experimental.wicket-6.x</groupId>
+			<groupId>org.apache.wicket.experimental.wicket6</groupId>
 			<artifactId>wicket-atmosphere</artifactId>
 		</dependency>
 		<dependency>

http://git-wip-us.apache.org/repos/asf/wicket/blob/09c8910d/wicket-experimental/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/pom.xml b/wicket-experimental/pom.xml
index b42d5d7..a06b2a1 100644
--- a/wicket-experimental/pom.xml
+++ b/wicket-experimental/pom.xml
@@ -23,7 +23,7 @@
 		<version>6.15.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
-	<groupId>org.apache.wicket.experimental.wicket-6.x</groupId>
+	<groupId>org.apache.wicket.experimental.wicket6</groupId>
 	<artifactId>wicket-experimental</artifactId>
 	<packaging>pom</packaging>
 	<name>Wicket-Experimental</name>

http://git-wip-us.apache.org/repos/asf/wicket/blob/09c8910d/wicket-experimental/wicket-atmosphere/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-experimental/wicket-atmosphere/pom.xml b/wicket-experimental/wicket-atmosphere/pom.xml
index 058ef63..31e10ca 100644
--- a/wicket-experimental/wicket-atmosphere/pom.xml
+++ b/wicket-experimental/wicket-atmosphere/pom.xml
@@ -18,7 +18,7 @@
 <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.wicket-6.x</groupId>
+		<groupId>org.apache.wicket.experimental.wicket6</groupId>
 		<artifactId>wicket-experimental</artifactId>
 		<version>6.15.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>


[2/2] git commit: Merge branch 'wicket-6.x' of https://git-wip-us.apache.org/repos/asf/wicket into wicket-6.x

Posted by da...@apache.org.
Merge branch 'wicket-6.x' of https://git-wip-us.apache.org/repos/asf/wicket into wicket-6.x


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

Branch: refs/heads/wicket-6.x
Commit: b4c4bfc6d53d765cbf2a9bb4fa04533735e3e5ac
Parents: 09c8910 fc11223
Author: Martijn Dashorst <da...@apache.org>
Authored: Sat Apr 19 00:34:38 2014 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Sat Apr 19 00:34:38 2014 +0200

----------------------------------------------------------------------

----------------------------------------------------------------------