You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2012/10/21 14:18:46 UTC

[lucy-commits] [1/2] git commit: Update more repo URLs

Updated Branches:
  refs/heads/0.3 44ba0e13b -> 226b15d77


Update more repo URLs


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/226b15d7
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/226b15d7
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/226b15d7

Branch: refs/heads/0.3
Commit: 226b15d77160440158d6e381e9a26094d40a6ff7
Parents: a987418
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sun Oct 21 13:57:34 2012 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sun Oct 21 14:06:42 2012 +0200

----------------------------------------------------------------------
 STATUS        |    2 +-
 perl/Build.PL |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/226b15d7/STATUS
----------------------------------------------------------------------
diff --git a/STATUS b/STATUS
index b67e048..b5e368d 100644
--- a/STATUS
+++ b/STATUS
@@ -4,7 +4,7 @@ Apache Lucy STATUS
 
 The current version of this file can be found here:
 
-  * <http://svn.apache.org/repos/asf/lucy/trunk/STATUS>
+  * <https://git-wip-us.apache.org/repos/asf?p=lucy.git;a=blob;f=STATUS;hb=HEAD>
 
 Contributors looking for a mission should browse the issues linked below to
 get a feel for the Lucy community's consensus priorities.  See

http://git-wip-us.apache.org/repos/asf/lucy/blob/226b15d7/perl/Build.PL
----------------------------------------------------------------------
diff --git a/perl/Build.PL b/perl/Build.PL
index 2b044fe..68a4045 100644
--- a/perl/Build.PL
+++ b/perl/Build.PL
@@ -37,7 +37,7 @@ my $builder = Lucy::Build->new(
     meta_add   => {
         resources => {
             homepage   => 'http://lucy.apache.org',
-            repository => 'http://svn.apache.org/repos/asf/lucy',
+            repository => 'http://git-wip-us.apache.org/repos/asf/lucy.git',
             bugtracker => 'https://issues.apache.org/jira/browse/LUCY',
         },
     },