[maven-release-plugin] prepare release releases/tools/content-parent-resources/1.0.0
diff --git a/tools/content-parent-resources/pom.xml b/tools/content-parent-resources/pom.xml
index 0428841..426863d 100644
--- a/tools/content-parent-resources/pom.xml
+++ b/tools/content-parent-resources/pom.xml
@@ -17,8 +17,7 @@
   limitations 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>
@@ -27,12 +26,12 @@
     <version>23</version>
 
     <!-- Required in our case as per http://maven.apache.org/ref/3.0.3/maven-model/maven.html#class_parent -->
-    <relativePath></relativePath>
+    <relativePath />
   </parent>
 
   <groupId>org.apache.training</groupId>
   <artifactId>content-parent-resources</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0</version>
 
   <name>Training: Tools: Content Master Resources</name>
   <description>Parent resources module containing all the static resources for building presentations with the training
@@ -43,7 +42,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-training.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-training.git</developerConnection>
     <url>https://github.com/apache/incubator-training</url>
-    <tag>releases/tools/1.0.0</tag>
+    <tag>releases/tools/content-parent-resources/1.0.0</tag>
   </scm>
 
 </project>