Updated Branches: refs/heads/master da1d02466 -> cf852b75b
[maven-release-plugin] prepare branch build/wicket-6.0.0-beta2 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/cf852b75 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/cf852b75 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/cf852b75 Branch: refs/heads/master Commit: cf852b75bc48addfa23a5b6e87d8c71fd155d3a2 Parents: fbc3804 Author: Martijn Dashorst <[email protected]> Authored: Wed May 23 17:54:07 2012 +0200 Committer: Martijn Dashorst <[email protected]> Committed: Wed May 23 17:54:07 2012 +0200 ---------------------------------------------------------------------- testing/wicket-common-tests/pom.xml | 5 +---- wicket-request/pom.xml | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/cf852b75/testing/wicket-common-tests/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-common-tests/pom.xml b/testing/wicket-common-tests/pom.xml index 107625a..4ffd359 100644 --- a/testing/wicket-common-tests/pom.xml +++ b/testing/wicket-common-tests/pom.xml @@ -15,10 +15,7 @@ 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/cf852b75/wicket-request/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-request/pom.xml b/wicket-request/pom.xml index 1d46fe8..f2fccd5 100755 --- a/wicket-request/pom.xml +++ b/wicket-request/pom.xml @@ -15,8 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<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"> +<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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>wicket-parent</artifactId>
