You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2009/06/10 22:41:34 UTC

svn commit: r783497 - /camel/trunk/pom.xml

Author: hadrian
Date: Wed Jun 10 20:41:34 2009
New Revision: 783497

URL: http://svn.apache.org/viewvc?rev=783497&view=rev
Log:
Fix tagBase pointing to old repo.

Modified:
    camel/trunk/pom.xml

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=783497&r1=783496&r2=783497&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Wed Jun 10 20:41:34 2009
@@ -90,7 +90,7 @@
 
     <!-- Repositories -->
     <m1-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-repo-url>
-    <site-repo-url>scpexe://people.apache.org/www/activemq.apache.org/camel/maven/</site-repo-url>
+    <site-repo-url>scpexe://people.apache.org/www/camel.apache.org/maven/</site-repo-url>
 
     <!-- OSGi bundles properties -->
     <camel.osgi.import.pkg>!javax.xml.bind.annotation.adapters,*</camel.osgi.import.pkg>
@@ -1062,7 +1062,7 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-release-plugin</artifactId>
             <configuration>
-                <tagBase>https://svn.apache.org/repos/asf/activemq/camel/tags</tagBase>
+                <tagBase>https://svn.apache.org/repos/asf/camel/tags</tagBase>
                 <useReleaseProfile>false</useReleaseProfile>
                 <preparationGoals>clean install</preparationGoals>
                 <goals>deploy</goals>