You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/10/22 03:23:05 UTC

svn commit: r706835 - /servicemix/smx3/trunk/pom.xml

Author: ffang
Date: Tue Oct 21 18:23:05 2008
New Revision: 706835

URL: http://svn.apache.org/viewvc?rev=706835&view=rev
Log:
[SM-1641]remoteRepositories is incorrect in smx-arch scripts

Modified:
    servicemix/smx3/trunk/pom.xml

Modified: servicemix/smx3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx3/trunk/pom.xml?rev=706835&r1=706834&r2=706835&view=diff
==============================================================================
--- servicemix/smx3/trunk/pom.xml (original)
+++ servicemix/smx3/trunk/pom.xml Tue Oct 21 18:23:05 2008
@@ -104,8 +104,8 @@
         <jaxb.xjc.version>2.1.6</jaxb.xjc.version>
         <derby-version>10.2.2.0</derby-version>
         <saxon-version>8.9</saxon-version>
-        <releases-repo-id>apache.incubating</releases-repo-id>
-        <releases-repo-name>Apache Incubating Repository</releases-repo-name>
+        <releases-repo-id>apache</releases-repo-id>
+        <releases-repo-name>Apache Repository</releases-repo-name>
         <releases-repo-url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</releases-repo-url>
         <snapshots-repo-id>apache.snapshots</snapshots-repo-id>
         <snapshots-repo-name>Apache Snapshots Repository</snapshots-repo-name>