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 01:23:51 UTC

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

Author: bimargulies
Date: Tue Apr  6 23:23:51 2010
New Revision: 931370

URL: http://svn.apache.org/viewvc?rev=931370&view=rev
Log:
deal with the somewhat unusual situation with svn urls here

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=931370&r1=931369&r2=931370&view=diff
==============================================================================
--- lucene/mahout/trunk/collections-codegen-plugin/pom.xml (original)
+++ lucene/mahout/trunk/collections-codegen-plugin/pom.xml Tue Apr  6 23:23:51 2010
@@ -12,6 +12,11 @@
   <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>
+  </scm>
+
   <build>
     <defaultGoal>install</defaultGoal>
     <pluginManagement>
@@ -19,8 +24,9 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.0-beta-9</version>
+          <version>2.0</version>
           <configuration>
+            <tagBase>https://svn.apache.org/repos/asf/lucene/mahout/tags</tagBase>
             <useReleaseProfile>true</useReleaseProfile>
             <releaseProfiles>release,mahout_release</releaseProfiles>
             <remoteTagging>true</remoteTagging>