[maven-release-plugin] prepare release safeguard-1.0
diff --git a/pom.xml b/pom.xml
index 84e8892..840c759 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,9 +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>
@@ -29,7 +27,7 @@
     </parent>
     <groupId>org.apache.geronimo.safeguard</groupId>
     <artifactId>safeguard-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <packaging>pom</packaging>
     <modules>
         <module>safeguard-api</module>
@@ -48,7 +46,7 @@
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/geronimo-safeguard.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/geronimo-safeguard.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf/geronimo-safeguard.git</url>
-        <tag>HEAD</tag>
+        <tag>safeguard-1.0</tag>
     </scm>
 
     <organization>
diff --git a/safeguard-api/pom.xml b/safeguard-api/pom.xml
index 6d061e8..304339c 100644
--- a/safeguard-api/pom.xml
+++ b/safeguard-api/pom.xml
@@ -18,13 +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.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <name>Apache Safeguard :: API</name>
     <modelVersion>4.0.0</modelVersion>
diff --git a/safeguard-impl/pom.xml b/safeguard-impl/pom.xml
index ecb975a..acf9243 100644
--- a/safeguard-impl/pom.xml
+++ b/safeguard-impl/pom.xml
@@ -18,13 +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.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <name>Apache Safeguard :: Implementation (Failsafe)</name>
     <modelVersion>4.0.0</modelVersion>
diff --git a/safeguard-tck-tests/pom.xml b/safeguard-tck-tests/pom.xml
index de1b138..64b09dd 100644
--- a/safeguard-tck-tests/pom.xml
+++ b/safeguard-tck-tests/pom.xml
@@ -18,13 +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.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <name>Apache Safeguard :: MicroProfile TCK Tests</name>
     <modelVersion>4.0.0</modelVersion>