[maven-release-plugin] prepare release geronimo-txmanager-parent-3.1.5
diff --git a/geronimo-connector/pom.xml b/geronimo-connector/pom.xml
index 7985ddf..1280ddf 100644
--- a/geronimo-connector/pom.xml
+++ b/geronimo-connector/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.components</groupId>
         <artifactId>geronimo-txmanager-parent</artifactId>
-        <version>3.1.5-SNAPSHOT</version>
+        <version>3.1.5</version>
     </parent>
 
     <artifactId>geronimo-connector</artifactId>
diff --git a/geronimo-transaction/pom.xml b/geronimo-transaction/pom.xml
index d5fb0ed..5261162 100644
--- a/geronimo-transaction/pom.xml
+++ b/geronimo-transaction/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.components</groupId>
         <artifactId>geronimo-txmanager-parent</artifactId>
-        <version>3.1.5-SNAPSHOT</version>
+        <version>3.1.5</version>
     </parent>
 
     <artifactId>geronimo-transaction</artifactId>
diff --git a/pom.xml b/pom.xml
index 87629b8..b3cfc23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
     <groupId>org.apache.geronimo.components</groupId>
     <artifactId>geronimo-txmanager-parent</artifactId>
-    <version>3.1.5-SNAPSHOT</version>
+    <version>3.1.5</version>
     <packaging>pom</packaging>
     <name>Apache Geronimo TxManager</name>
 
@@ -41,7 +41,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/geronimo-txmanager.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/geronimo-txmanager.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf/geronimo-txmanager.git</url>
-        <tag>HEAD</tag>
+        <tag>geronimo-txmanager-parent-3.1.5</tag>
     </scm>
 
     <url>http://geronimo.apache.org/maven/${siteId}/${project.version}</url>
@@ -62,12 +62,12 @@
             <dependency>
                 <groupId>org.apache.geronimo.components</groupId>
                 <artifactId>geronimo-transaction</artifactId>
-                <version>3.1.5-SNAPSHOT</version>
+                <version>3.1.5</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.geronimo.components</groupId>
                 <artifactId>geronimo-connector</artifactId>
-                <version>3.1.5-SNAPSHOT</version>
+                <version>3.1.5</version>
             </dependency>
 
             <!-- external -->