diff --git a/test/compatibility/create20/pom.xml b/test/compatibility/create20/pom.xml
deleted file mode 100644
index 3a6a35fa7e6..00000000000
--- a/test/compatibility/create20/pom.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
-
- 4.0.0
-
-
- org.apache.jackrabbit
- jackrabbit-bc-parent
- SNAPSHOT
- ../parent/pom.xml
-
-
- jackrabbit-bc-create20
- Jackrabbit 2.0 Repositories
-
-
-
- ${project.groupId}
- jackrabbit-bc-base
- ${project.version}
- test
-
-
- javax.jcr
- jcr
- 2.0
- test
-
-
- org.apache.jackrabbit
- jackrabbit-core
- 2.0.0
- test
-
-
- org.slf4j
- slf4j-log4j12
- 1.5.8
- test
-
-
-
-
-
diff --git a/test/compatibility/create20/src/test/java/org/apache/jackrabbit/harness/compatibility/CreateRepositoryTest.java b/test/compatibility/create20/src/test/java/org/apache/jackrabbit/harness/compatibility/CreateRepositoryTest.java
deleted file mode 100644
index 5f70d17ebd5..00000000000
--- a/test/compatibility/create20/src/test/java/org/apache/jackrabbit/harness/compatibility/CreateRepositoryTest.java
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.jackrabbit.harness.compatibility;
-
-import org.testng.annotations.Test;
-
-public class CreateRepositoryTest extends AbstractRepositoryTest {
-
- @Test
- public void createRepositories() throws Exception {
- doCreateRepositories("jackrabbit-2.0");
- }
-
-}
diff --git a/test/compatibility/pom.xml b/test/compatibility/pom.xml
index 13a4dfb340a..5b2a7ded0a8 100644
--- a/test/compatibility/pom.xml
+++ b/test/compatibility/pom.xml
@@ -41,7 +41,6 @@
parent
base
- create20
create21
create22
create24
diff --git a/test/performance/jackrabbit20/pom.xml b/test/performance/jackrabbit20/pom.xml
deleted file mode 100644
index e45d0aeb6a0..00000000000
--- a/test/performance/jackrabbit20/pom.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-
-
- 4.0.0
-
-
- org.apache.jackrabbit
- jackrabbit-perf-parent
- 1-SNAPSHOT
- ../parent/pom.xml
-
-
- jackrabbit-perf-jackrabbit20
- Jackrabbit 2.0 Performance Test
-
-
-
- org.apache.jackrabbit
- jackrabbit-perf-base
- ${project.version}
- test
-
-
- javax.jcr
- jcr
- 2.0
- test
-
-
- org.apache.jackrabbit
- jackrabbit-core
- 2.0.0
- test
-
-
-
-
-
diff --git a/test/performance/jackrabbit20/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java b/test/performance/jackrabbit20/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java
deleted file mode 100644
index c64c617c07a..00000000000
--- a/test/performance/jackrabbit20/src/test/java/org/apache/jackrabbit/performance/PerformanceTest.java
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.jackrabbit.performance;
-
-import org.testng.annotations.Test;
-
-public class PerformanceTest extends AbstractPerformanceTest {
-
- @Test
- public void testPerformance() throws Exception {
- testPerformance("2.0");
- }
-
-}
diff --git a/test/performance/pom.xml b/test/performance/pom.xml
index 177e9159ec3..f41929ddacd 100644
--- a/test/performance/pom.xml
+++ b/test/performance/pom.xml
@@ -41,7 +41,6 @@
parent
base
- jackrabbit20
jackrabbit21
jackrabbit22
jackrabbit23