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:59:30 UTC

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

Author: jdillon
Date: Wed Aug 20 23:59:30 2008
New Revision: 687589

URL: http://svn.apache.org/viewvc?rev=687589&view=rev
Log:
Use https... doh

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=687589&r1=687588&r2=687589&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:59:30 2008
@@ -68,7 +68,7 @@
                 <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>
+                    <tagBase>https://svn.apache.org/repos/asf/geronimo/sandbox/genesis-test/test-project/tags</tagBase>
                 </configuration>
             </plugin>
         </plugins>