You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/02/13 22:11:41 UTC

[maven-filtering] 31/44: fix scm info

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-filtering-1.0-alpha-1
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git

commit 313cde1b98d9923084238fc57b335889777bee50
Author: Oliver Lamy <ol...@apache.org>
AuthorDate: Wed Feb 27 23:42:08 2008 +0000

    fix scm info
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/sandbox/trunk/shared/maven-filtering@631773 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f3d17cf..8f2f3c6 100755
--- a/pom.xml
+++ b/pom.xml
@@ -38,9 +38,9 @@
   <name>Maven Files Filtering</name>
 	
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/shared/maven-interpolation</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/shared/maven-interpolation</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/sandbox/trunk/shared/maven-interpolation</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/shared/maven-filtering</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/shared/maven-filtering</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/sandbox/trunk/shared/maven-filtering</url>
   </scm>	
 	
   <build>