You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2007/12/15 08:27:09 UTC

svn commit: r604398 - in /directory/sandbox/felixk: pom.xml studio-plugin/pom.xml

Author: felixk
Date: Fri Dec 14 23:27:07 2007
New Revision: 604398

URL: http://svn.apache.org/viewvc?rev=604398&view=rev
Log:
Fix/Add scm tags for sandbox

Modified:
    directory/sandbox/felixk/pom.xml
    directory/sandbox/felixk/studio-plugin/pom.xml

Modified: directory/sandbox/felixk/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/pom.xml?rev=604398&r1=604397&r2=604398&view=diff
==============================================================================
--- directory/sandbox/felixk/pom.xml (original)
+++ directory/sandbox/felixk/pom.xml Fri Dec 14 23:27:07 2007
@@ -50,9 +50,9 @@
     -->
 
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/directory/studio/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/studio/trunk/</developerConnection>
-        <url>https://svn.apache.org/repos/asf/directory/studio/trunk/</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/directory/sandbox/felixk/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/sandbox/felixk/</developerConnection>
+        <url>https://svn.apache.org/repos/asf/directory/sandbox/felixk/</url>
     </scm>
 
     <inceptionYear>2003</inceptionYear>

Modified: directory/sandbox/felixk/studio-plugin/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-plugin/pom.xml?rev=604398&r1=604397&r2=604398&view=diff
==============================================================================
--- directory/sandbox/felixk/studio-plugin/pom.xml (original)
+++ directory/sandbox/felixk/studio-plugin/pom.xml Fri Dec 14 23:27:07 2007
@@ -37,6 +37,12 @@
 
   <description>Maven goals for the Apache Directory Studio</description>
 
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/directory/sandbox/felixk/studio-plugin/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/sandbox/felixk/studio-plugin/</developerConnection>
+    <url>https://svn.apache.org/repos/asf/directory/sandbox/felixk/studio-plugin/</url>
+  </scm>
+
   <build>
     <plugins>
       <plugin>