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 03:00:48 UTC

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

Author: bimargulies
Date: Wed Apr  7 01:00:47 2010
New Revision: 931387

URL: http://svn.apache.org/viewvc?rev=931387&view=rev
Log:
[maven-release-plugin] rollback the release of 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=931387&r1=931386&r2=931387&view=diff
==============================================================================
--- lucene/mahout/trunk/collections-codegen-plugin/pom.xml (original)
+++ lucene/mahout/trunk/collections-codegen-plugin/pom.xml Wed Apr  7 01:00:47 2010
@@ -8,14 +8,13 @@
     </parent>
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-collection-codegen-plugin</artifactId>
-  <version>1.0</version>
+  <version>1.0-SNAPSHOT</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/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>
+    <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>
   </scm>
 
   <build>