Bug 361802: Variables should not get default namespace by default (pom versioning)
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/pom.xml b/tests/org.eclipse.wst.xml.xpath2.processor.tests/pom.xml
index 79fb7e6..bb44737 100644
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/pom.xml
+++ b/tests/org.eclipse.wst.xml.xpath2.processor.tests/pom.xml
@@ -6,12 +6,12 @@
 	<parent>
 		<groupId>org.eclipse.wst.xml.xpath2</groupId>
 		<artifactId>org.eclipse.wst.xml.xpath2-parent</artifactId>
-		<version>2.0.0-SNAPSHOT</version>
+		<version>2.1.0-SNAPSHOT</version>
 		<relativePath>../../development/athena/org.eclipse.wst.xml.xpath2.releng</relativePath>
 	</parent>
 
 	<artifactId>org.eclipse.wst.xml.xpath2.processor.tests</artifactId>
-	<version>2.0.0-SNAPSHOT</version>
+	<version>2.1.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
 	<name>PsychoPath XPath 2.0 Processor: Tests</name>