You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/08/21 08:40:22 UTC

svn commit: r687583 - /geronimo/sandbox/genesis-test/test-project/trunk/pom.xml

Author: jdillon
Date: Wed Aug 20 23:40:21 2008
New Revision: 687583

URL: http://svn.apache.org/viewvc?rev=687583&view=rev
Log:
Need to set the tag base

Modified:
    geronimo/sandbox/genesis-test/test-project/trunk/pom.xml

Modified: geronimo/sandbox/genesis-test/test-project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/genesis-test/test-project/trunk/pom.xml?rev=687583&r1=687582&r2=687583&view=diff
==============================================================================
--- geronimo/sandbox/genesis-test/test-project/trunk/pom.xml (original)
+++ geronimo/sandbox/genesis-test/test-project/trunk/pom.xml Wed Aug 20 23:40:21 2008
@@ -61,5 +61,17 @@
     <modules>
         <module>components</module>
     </modules>
+    
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <configuration>
+                    <tagBase>http://svn.apache.org/repos/asf/geronimo/sandbox/genesis-test/test-project/tags</tagBase>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 
 </project>