You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ga...@apache.org on 2009/03/02 06:45:25 UTC

svn commit: r749196 - /webservices/commons/trunk/modules/transport/modules/parent/pom.xml

Author: gawor
Date: Mon Mar  2 05:45:25 2009
New Revision: 749196

URL: http://svn.apache.org/viewvc?rev=749196&view=rev
Log:
must be https otherwise maven-release-plugin will fail to create a tag

Modified:
    webservices/commons/trunk/modules/transport/modules/parent/pom.xml

Modified: webservices/commons/trunk/modules/transport/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/parent/pom.xml?rev=749196&r1=749195&r2=749196&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/parent/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/parent/pom.xml Mon Mar  2 05:45:25 2009
@@ -141,7 +141,7 @@
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-release-plugin</artifactId>
                         <configuration>
-                            <tagBase>http://svn.apache.org/repos/asf/webservices/commons/tags/transport</tagBase>
+                            <tagBase>https://svn.apache.org/repos/asf/webservices/commons/tags/transport</tagBase>
                         </configuration>
                     </plugin>
                 </plugins>