[maven-release-plugin] prepare release safeguard-parent-1.2.0
diff --git a/pom.xml b/pom.xml
index c152203..21cd9c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,8 +18,7 @@
   ~  under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache</groupId>
@@ -28,7 +27,7 @@
     </parent>
     <groupId>org.apache.geronimo.safeguard</groupId>
     <artifactId>safeguard-parent</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.2.0</version>
     <packaging>pom</packaging>
     <name>Apache Safeguard</name>
 
@@ -48,7 +47,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/geronimo-safeguard.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/geronimo-safeguard.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf/geronimo-safeguard.git</url>
-        <tag>HEAD</tag>
+        <tag>safeguard-parent-1.2.0</tag>
     </scm>
 
     <organization>
diff --git a/safeguard-impl/pom.xml b/safeguard-impl/pom.xml
index 7d4cf7b..5117f2b 100644
--- a/safeguard-impl/pom.xml
+++ b/safeguard-impl/pom.xml
@@ -18,12 +18,11 @@
   ~  under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>safeguard-parent</artifactId>
     <groupId>org.apache.geronimo.safeguard</groupId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.2.0</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>