[maven-scm] copy for tag v1.5.2
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 5de0259..67f907c 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.5.2-SNAPSHOT</version>
+        <version>1.5.2</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/modules/documentation/pom.xml b/modules/documentation/pom.xml
index 388706c..ac73a7d 100644
--- a/modules/documentation/pom.xml
+++ b/modules/documentation/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>1.5.2-SNAPSHOT</version>
+        <version>1.5.2</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 98c27e3..31c767c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -358,6 +358,16 @@
                 </plugins>
             </build>
         </profile>
+        
+        <profile>
+            <!-- Profile that includes all modules. This is handy when using maven-release-plugin
+                 for anything else than doing a release. -->
+            <id>everything</id>
+            <modules>
+                <module>modules/documentation</module>
+                <module>modules/distribution</module>
+            </modules>
+        </profile>
     </profiles>
 
     <modules>