You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2014/01/08 22:42:17 UTC

[2/2] git commit: not anymore incubator

not anymore incubator


Project: http://git-wip-us.apache.org/repos/asf/helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/3b59bc39
Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/3b59bc39
Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/3b59bc39

Branch: refs/heads/master
Commit: 3b59bc39c402f25cd0c098c79f17a6fac125d8b5
Parents: 88d6ea4
Author: Olivier Lamy <ol...@apache.org>
Authored: Thu Jan 9 08:38:35 2014 +1100
Committer: Olivier Lamy <ol...@apache.org>
Committed: Thu Jan 9 08:38:35 2014 +1100

----------------------------------------------------------------------
 website/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/3b59bc39/website/pom.xml
----------------------------------------------------------------------
diff --git a/website/pom.xml b/website/pom.xml
index 8368775..c1b8f05 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -29,7 +29,7 @@ under the License.
   <artifactId>website</artifactId>
   <name>Apache Helix :: Website</name>
 
-  <url>http://helix.incubator.apache.org</url>
+  <url>http://helix.apache.org</url>
 
   <modules>
     <module>0.6.1-incubating</module>
@@ -92,7 +92,7 @@ under the License.
             <providerImplementations>
               <svn>${svnImpl}</svn>
             </providerImplementations>
-            <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/incubator/helix/site-content/</pubScmUrl>
+            <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/helix/site-content/</pubScmUrl>
             <content>${helix.siteFilePath}</content>
             <checkoutDirectory>${helix.scmPubCheckoutDirectory}</checkoutDirectory>
             <skipDeletedFiles>${scmSkipDeletedFiles}</skipDeletedFiles>