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 2012/05/23 17:56:49 UTC

git commit: Revert "[maven-release-plugin] prepare branch build/wicket-6.0.0-beta2"

Updated Branches:
  refs/heads/master cf852b75b -> ce3873a91


Revert "[maven-release-plugin] prepare branch build/wicket-6.0.0-beta2"

This reverts commit cf852b75bc48addfa23a5b6e87d8c71fd155d3a2.


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

Branch: refs/heads/master
Commit: ce3873a91e6d612bfa1511af74cd989db9817f1c
Parents: cf852b7
Author: Martijn Dashorst <da...@apache.org>
Authored: Wed May 23 17:56:33 2012 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Wed May 23 17:56:33 2012 +0200

----------------------------------------------------------------------
 testing/wicket-common-tests/pom.xml |    5 ++++-
 wicket-request/pom.xml              |    3 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/ce3873a9/testing/wicket-common-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml
index 4ffd359..107625a 100644
--- a/testing/wicket-common-tests/pom.xml
+++ b/testing/wicket-common-tests/pom.xml
@@ -15,7 +15,10 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<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">
+<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</groupId>

http://git-wip-us.apache.org/repos/asf/wicket/blob/ce3873a9/wicket-request/pom.xml
----------------------------------------------------------------------
diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml
index f2fccd5..1d46fe8 100755
--- a/wicket-request/pom.xml
+++ b/wicket-request/pom.xml
@@ -15,7 +15,8 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<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/xsd/maven-4.0.0.xsd">
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>wicket-parent</artifactId>