You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by bi...@apache.org on 2010/04/07 02:59:25 UTC

svn commit: r931386 - /lucene/mahout/trunk/collections-codegen-plugin/pom.xml

Author: bimargulies
Date: Wed Apr  7 00:59:25 2010
New Revision: 931386

URL: http://svn.apache.org/viewvc?rev=931386&view=rev
Log:
[maven-release-plugin] prepare release mahout-collection-codegen-plugin-1.0

Modified:
    lucene/mahout/trunk/collections-codegen-plugin/pom.xml

Modified: lucene/mahout/trunk/collections-codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/collections-codegen-plugin/pom.xml?rev=931386&r1=931385&r2=931386&view=diff
==============================================================================
--- lucene/mahout/trunk/collections-codegen-plugin/pom.xml (original)
+++ lucene/mahout/trunk/collections-codegen-plugin/pom.xml Wed Apr  7 00:59:25 2010
@@ -8,13 +8,14 @@
     </parent>
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-collection-codegen-plugin</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
   <packaging>maven-plugin</packaging>
   <name>Maven Mojo to generate code for collections</name>
   <url>http://lucene.apache.org/mahout/</url>
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/collections-codegen</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk/collections-codegen</developerConnection>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-collection-codegen-plugin-1.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-collection-codegen-plugin-1.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/tags/mahout-collection-codegen-plugin-1.0</url>
   </scm>
 
   <build>