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/02/11 17:57:03 UTC

svn commit: r743395 - /camel/branches/camel-1.x/pom.xml

Author: hadrian
Date: Wed Feb 11 16:57:02 2009
New Revision: 743395

URL: http://svn.apache.org/viewvc?rev=743395&view=rev
Log:
Fixes for preparing release.

Modified:
    camel/branches/camel-1.x/pom.xml

Modified: camel/branches/camel-1.x/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-1.x/pom.xml?rev=743395&r1=743394&r2=743395&view=diff
==============================================================================
--- camel/branches/camel-1.x/pom.xml (original)
+++ camel/branches/camel-1.x/pom.xml Wed Feb 11 16:57:02 2009
@@ -83,7 +83,7 @@
     <!-- Repositories -->
     <m1-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-repo-url>
     <release-repo-url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</release-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>
     <snapshot-repo-url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</snapshot-repo-url>
 
     <!-- OSGi bundles properties -->
@@ -144,6 +144,7 @@
       <id>apache.snapshots</id>
       <name>Apache Development Snapshot Repository</name>
       <url>${snapshot-repo-url}</url>
+      <uniqueVersion>false</uniqueVersion>
     </snapshotRepository>
     <site>
       <id>apache.website</id>