[maven-release-plugin] prepare release maven-indexer-5.0.0

git-svn-id: https://svn.apache.org/repos/asf/maven/indexer/trunk@1386727 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/indexer-artifact/pom.xml b/indexer-artifact/pom.xml
index 346e362..0cfac72 100644
--- a/indexer-artifact/pom.xml
+++ b/indexer-artifact/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.indexer</groupId>
     <artifactId>maven-indexer</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <artifactId>indexer-artifact</artifactId>
diff --git a/indexer-cli/pom.xml b/indexer-cli/pom.xml
index 4407162..4b5e839 100644
--- a/indexer-cli/pom.xml
+++ b/indexer-cli/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.indexer</groupId>
     <artifactId>maven-indexer</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <artifactId>indexer-cli</artifactId>
diff --git a/indexer-core/pom.xml b/indexer-core/pom.xml
index a56811f..0c888d4 100644
--- a/indexer-core/pom.xml
+++ b/indexer-core/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.indexer</groupId>
     <artifactId>maven-indexer</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
+    <version>5.0.0</version>
   </parent>
 
   <artifactId>indexer-core</artifactId>
diff --git a/pom.xml b/pom.xml
index 7b0b3c6..5133439 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.maven.indexer</groupId>
   <artifactId>maven-indexer</artifactId>
-  <version>5.0.0-SNAPSHOT</version>
+  <version>5.0.0</version>
   <packaging>pom</packaging>
 
   <name>Maven :: Indexer</name>
@@ -52,9 +52,9 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/indexer/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/indexer/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/maven/indexer/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/indexer/tags/maven-indexer-5.0.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/indexer/tags/maven-indexer-5.0.0</developerConnection>
+    <url>http://svn.apache.org/repos/asf/maven/indexer/tags/maven-indexer-5.0.0</url>
   </scm>
 
   <issueManagement>