[maven-release-plugin] prepare release jpa-2.7.2
diff --git a/examples/pom.xml b/examples/pom.xml
index c85f4d1..207acee 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.7.2-SNAPSHOT</version>
+        <version>2.7.2</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
 
diff --git a/examples/tasklist-blueprint/pom.xml b/examples/tasklist-blueprint/pom.xml
index c3dabb5..84b293f 100644
--- a/examples/tasklist-blueprint/pom.xml
+++ b/examples/tasklist-blueprint/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<groupId>org.apache.aries.jpa.example</groupId>
 		<artifactId>org.apache.aries.jpa.example.parent</artifactId>
-		<version>2.7.2-SNAPSHOT</version>
+		<version>2.7.2</version>
 		<relativePath>..</relativePath>
 	</parent>
 	<artifactId>org.apache.aries.jpa.example.tasklist.blueprint</artifactId>
diff --git a/examples/tasklist-ds/pom.xml b/examples/tasklist-ds/pom.xml
index 39abc76..ed1c4c8 100644
--- a/examples/tasklist-ds/pom.xml
+++ b/examples/tasklist-ds/pom.xml
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.apache.aries.jpa.example</groupId>
         <artifactId>org.apache.aries.jpa.example.parent</artifactId>
-        <version>2.7.2-SNAPSHOT</version>
+        <version>2.7.2</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>org.apache.aries.jpa.example.tasklist.ds</artifactId>
diff --git a/examples/tasklist-model/pom.xml b/examples/tasklist-model/pom.xml
index e1500a3..5370512 100644
--- a/examples/tasklist-model/pom.xml
+++ b/examples/tasklist-model/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.aries.jpa.example</groupId>
         <artifactId>org.apache.aries.jpa.example.parent</artifactId>
-        <version>2.7.2-SNAPSHOT</version>
+        <version>2.7.2</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/itests/jpa-container-blueprint-testbundle/pom.xml b/itests/jpa-container-blueprint-testbundle/pom.xml
index 65ce38e..21299b9 100644
--- a/itests/jpa-container-blueprint-testbundle/pom.xml
+++ b/itests/jpa-container-blueprint-testbundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa.itest</groupId>
         <artifactId>org.apache.aries.jpa.itest.parent</artifactId>
-        <version>2.7.2-SNAPSHOT</version>
+        <version>2.7.2</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/itests/jpa-container-itest-karaf/pom.xml b/itests/jpa-container-itest-karaf/pom.xml
index 40eb420..65cb639 100644
--- a/itests/jpa-container-itest-karaf/pom.xml
+++ b/itests/jpa-container-itest-karaf/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa.itest</groupId>
         <artifactId>org.apache.aries.jpa.itest.parent</artifactId>
-        <version>2.7.2-SNAPSHOT</version>
+        <version>2.7.2</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/itests/jpa-container-itest/pom.xml b/itests/jpa-container-itest/pom.xml
index 308d66a..8d49a19 100644
--- a/itests/jpa-container-itest/pom.xml
+++ b/itests/jpa-container-itest/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa.itest</groupId>
         <artifactId>org.apache.aries.jpa.itest.parent</artifactId>
-        <version>2.7.2-SNAPSHOT</version>
+        <version>2.7.2</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/itests/jpa-container-testbundle-eclipselink/pom.xml b/itests/jpa-container-testbundle-eclipselink/pom.xml
index 1e8ce6c..5471c3a 100644
--- a/itests/jpa-container-testbundle-eclipselink/pom.xml
+++ b/itests/jpa-container-testbundle-eclipselink/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa.itest</groupId>
         <artifactId>org.apache.aries.jpa.itest.parent</artifactId>
-        <version>2.7.2-SNAPSHOT</version>
+        <version>2.7.2</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/itests/jpa-container-testbundle/pom.xml b/itests/jpa-container-testbundle/pom.xml
index 48ac5c9..1d594ae 100644
--- a/itests/jpa-container-testbundle/pom.xml
+++ b/itests/jpa-container-testbundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa.itest</groupId>
         <artifactId>org.apache.aries.jpa.itest.parent</artifactId>
-        <version>2.7.2-SNAPSHOT</version>
+        <version>2.7.2</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/itests/pom.xml b/itests/pom.xml
index 8b0b64a..36537b6 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>	
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.7.2-SNAPSHOT</version>
+        <version>2.7.2</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     
diff --git a/javax-persistence/2_0/pom.xml b/javax-persistence/2_0/pom.xml
index 992e218..629b8f1 100644
--- a/javax-persistence/2_0/pom.xml
+++ b/javax-persistence/2_0/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa.javax.persistence</groupId>
         <artifactId>org.apache.aries.jpa.javax.persistence.parent</artifactId>
-        <version>2.7.2-SNAPSHOT</version>
+        <version>2.7.2</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/javax-persistence/2_1/pom.xml b/javax-persistence/2_1/pom.xml
index e6d0949..45ad102 100644
--- a/javax-persistence/2_1/pom.xml
+++ b/javax-persistence/2_1/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa.javax.persistence</groupId>
         <artifactId>org.apache.aries.jpa.javax.persistence.parent</artifactId>
-        <version>2.7.2-SNAPSHOT</version>
+        <version>2.7.2</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/javax-persistence/pom.xml b/javax-persistence/pom.xml
index c49f935..3b27ff4 100644
--- a/javax-persistence/pom.xml
+++ b/javax-persistence/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>	
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.7.2-SNAPSHOT</version>
+        <version>2.7.2</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     
diff --git a/jpa-api/pom.xml b/jpa-api/pom.xml
index 7d6ec55..dffa244 100644
--- a/jpa-api/pom.xml
+++ b/jpa-api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.7.2-SNAPSHOT</version>
+        <version>2.7.2</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
 
diff --git a/jpa-blueprint/pom.xml b/jpa-blueprint/pom.xml
index ba6b2ed..6758673 100644
--- a/jpa-blueprint/pom.xml
+++ b/jpa-blueprint/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.7.2-SNAPSHOT</version>
+        <version>2.7.2</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     <artifactId>org.apache.aries.jpa.blueprint</artifactId>
diff --git a/jpa-container-eclipselink-adapter/pom.xml b/jpa-container-eclipselink-adapter/pom.xml
index 603db33..448da2b 100644
--- a/jpa-container-eclipselink-adapter/pom.xml
+++ b/jpa-container-eclipselink-adapter/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.7.2-SNAPSHOT</version>
+        <version>2.7.2</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
 
diff --git a/jpa-container/pom.xml b/jpa-container/pom.xml
index 47511ed..63c4856 100644
--- a/jpa-container/pom.xml
+++ b/jpa-container/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.7.2-SNAPSHOT</version>
+        <version>2.7.2</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     <artifactId>org.apache.aries.jpa.container</artifactId>
diff --git a/jpa-features/pom.xml b/jpa-features/pom.xml
index 079fd20..23ba20a 100644
--- a/jpa-features/pom.xml
+++ b/jpa-features/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.7.2-SNAPSHOT</version>
+        <version>2.7.2</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     <properties>
diff --git a/jpa-parent/pom.xml b/jpa-parent/pom.xml
index aee2e4f..c3f36f4 100644
--- a/jpa-parent/pom.xml
+++ b/jpa-parent/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.aries.jpa</groupId>
     <artifactId>org.apache.aries.jpa.parent</artifactId>
-    <version>2.7.2-SNAPSHOT</version>
+    <version>2.7.2</version>
 
     <name>Apache Aries JPA parent</name>
     <packaging>pom</packaging>
@@ -282,4 +282,8 @@
             </build>
         </profile>
     </profiles>
+
+  <scm>
+    <tag>jpa-2.7.2</tag>
+  </scm>
 </project>
diff --git a/jpa-repository/pom.xml b/jpa-repository/pom.xml
index e525107..739db8c 100644
--- a/jpa-repository/pom.xml
+++ b/jpa-repository/pom.xml
@@ -21,7 +21,7 @@
 	<groupId>org.apache.aries.jpa</groupId>
 	<artifactId>jpa-repository</artifactId>
 	<name>Apache Aries JPA Repository</name>
-	<version>2.7.2-SNAPSHOT</version>
+	<version>2.7.2</version>
 	<packaging>pom</packaging>
 	<properties>
 		<bnd.version>3.1.0</bnd.version>
@@ -119,4 +119,8 @@
 			<version>2.1.0</version>
 		</dependency>
 	</dependencies>
+
+  <scm>
+    <tag>jpa-2.7.2</tag>
+  </scm>
 </project>
diff --git a/jpa-support/pom.xml b/jpa-support/pom.xml
index 3d08567..f5afaca 100644
--- a/jpa-support/pom.xml
+++ b/jpa-support/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.7.2-SNAPSHOT</version>
+        <version>2.7.2</version>
         <relativePath>../jpa-parent</relativePath>
     </parent>
     <artifactId>org.apache.aries.jpa.support</artifactId>
diff --git a/pom.xml b/pom.xml
index 8687758..f7be730 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.7.2-SNAPSHOT</version>
+        <version>2.7.2</version>
         <relativePath>jpa-parent</relativePath>
     </parent>
 
@@ -39,7 +39,7 @@
     <scm>
         <connection>scm:git:git@github.com:apache/aries-jpa.git</connection>
         <developerConnection>scm:git:git@github.com:apache/aries-jpa.git</developerConnection>
-      <tag>HEAD</tag>
+      <tag>jpa-2.7.2</tag>
   </scm>
 
     <modules>