[ARIES-1403] Switch tests and examples to 2.0.0 namespace

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1703502 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/tasklist-blueprint/src/main/resources/OSGI-INF/blueprint/context.xml b/examples/tasklist-blueprint/src/main/resources/OSGI-INF/blueprint/context.xml
index c0d4f50..d9a7835 100644
--- a/examples/tasklist-blueprint/src/main/resources/OSGI-INF/blueprint/context.xml
+++ b/examples/tasklist-blueprint/src/main/resources/OSGI-INF/blueprint/context.xml
@@ -18,7 +18,7 @@
 

 -->

 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"

-	xmlns:jpa="http://aries.apache.org/xmlns/jpan/v1.0.0"

+	xmlns:jpa="http://aries.apache.org/xmlns/jpa/v2.0.0"

 	xmlns:tx="http://aries.apache.org/xmlns/transactions/v1.2.0"

 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

 	xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0 https://osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd">

diff --git a/itests/jpa-container-blueprint-testbundle/src/main/resources/OSGI-INF/blueprint/config.xml b/itests/jpa-container-blueprint-testbundle/src/main/resources/OSGI-INF/blueprint/config.xml
index 188df26..412a4b2 100644
--- a/itests/jpa-container-blueprint-testbundle/src/main/resources/OSGI-INF/blueprint/config.xml
+++ b/itests/jpa-container-blueprint-testbundle/src/main/resources/OSGI-INF/blueprint/config.xml
@@ -19,7 +19,7 @@
 -->

 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"

     xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0"

-    xmlns:jpa="http://aries.apache.org/xmlns/jpan/v1.0.0"

+    xmlns:jpa="http://aries.apache.org/xmlns/jpa/v2.0.0"

     xmlns:tx="http://aries.apache.org/xmlns/transactions/v1.2.0"

     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

     xsi:schemaLocation="