use last maven-parent release instead of SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/maven/resources/trunk@1365974 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/apache-incubator-disclaimer-resource-bundle/pom.xml b/apache-incubator-disclaimer-resource-bundle/pom.xml
index ef57fd1..088ed04 100644
--- a/apache-incubator-disclaimer-resource-bundle/pom.xml
+++ b/apache-incubator-disclaimer-resource-bundle/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apache.resources</groupId>
     <artifactId>apache-resource-bundles</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>4</version>
     <relativePath>../apache-resource-bundles/pom.xml</relativePath>
   </parent>
 
diff --git a/apache-jar-resource-bundle/pom.xml b/apache-jar-resource-bundle/pom.xml
index 46b81d5..b01939e 100644
--- a/apache-jar-resource-bundle/pom.xml
+++ b/apache-jar-resource-bundle/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apache.resources</groupId>
     <artifactId>apache-resource-bundles</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>4</version>
     <relativePath>../apache-resource-bundles/pom.xml</relativePath>
   </parent>
 
diff --git a/apache-jar-txt-resource-bundle/pom.xml b/apache-jar-txt-resource-bundle/pom.xml
index 6e0d441..7598301 100644
--- a/apache-jar-txt-resource-bundle/pom.xml
+++ b/apache-jar-txt-resource-bundle/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apache.resources</groupId>
     <artifactId>apache-resource-bundles</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>4</version>
     <relativePath>../apache-resource-bundles/pom.xml</relativePath>
   </parent>
 
diff --git a/apache-license-header-resource-bundle/pom.xml b/apache-license-header-resource-bundle/pom.xml
index ab06ed9..c6455cd 100644
--- a/apache-license-header-resource-bundle/pom.xml
+++ b/apache-license-header-resource-bundle/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apache.resources</groupId>
     <artifactId>apache-resource-bundles</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>4</version>
     <relativePath>../apache-resource-bundles/pom.xml</relativePath>
   </parent>
 
diff --git a/resources-bundles-sample/pom.xml b/resources-bundles-sample/pom.xml
index 99b5b50..7800a5d 100644
--- a/resources-bundles-sample/pom.xml
+++ b/resources-bundles-sample/pom.xml
@@ -19,17 +19,22 @@
   -->
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+
   <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <groupId>org.apache.apache.resources</groupId>
     <artifactId>apache-resource-bundles-aggregator</artifactId>
     <version>1-SNAPSHOT</version>
   </parent>
+
   <groupId>org.apache.resources.sample</groupId>
   <artifactId>resources-bundles-sample</artifactId>
   <version>1.0-SNAPSHOT</version>
+
   <name>resources-bundles-sample</name>
   <url>http://maven.apache.org</url>
+
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>