You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2012/09/12 20:05:20 UTC

svn commit: r1384065 - in /maven/indexer/trunk: indexer-artifact/pom.xml indexer-core/pom.xml pom.xml

Author: cstamas
Date: Wed Sep 12 18:05:20 2012
New Revision: 1384065

URL: http://svn.apache.org/viewvc?rev=1384065&view=rev
Log:
[maven-release-plugin] prepare release maven-indexer-5.0.0

Modified:
    maven/indexer/trunk/indexer-artifact/pom.xml
    maven/indexer/trunk/indexer-core/pom.xml
    maven/indexer/trunk/pom.xml

Modified: maven/indexer/trunk/indexer-artifact/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-artifact/pom.xml?rev=1384065&r1=1384064&r2=1384065&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-artifact/pom.xml (original)
+++ maven/indexer/trunk/indexer-artifact/pom.xml Wed Sep 12 18:05:20 2012
@@ -24,7 +24,7 @@ under the License.
   <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>

Modified: maven/indexer/trunk/indexer-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/pom.xml?rev=1384065&r1=1384064&r2=1384065&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/pom.xml (original)
+++ maven/indexer/trunk/indexer-core/pom.xml Wed Sep 12 18:05:20 2012
@@ -23,7 +23,7 @@ under the License.
   <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>

Modified: maven/indexer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1384065&r1=1384064&r2=1384065&view=diff
==============================================================================
--- maven/indexer/trunk/pom.xml (original)
+++ maven/indexer/trunk/pom.xml Wed Sep 12 18:05:20 2012
@@ -17,8 +17,7 @@ KIND, either express or implied.  See th
 specific language governing permissions and 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>
@@ -29,7 +28,7 @@ under the License.
 
   <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>
@@ -53,9 +52,9 @@ under the License.
   </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>