You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by be...@apache.org on 2010/04/21 11:04:55 UTC

svn commit: r936210 - in /mina/vysper/trunk: ABOUT.txt pom.xml

Author: berndf
Date: Wed Apr 21 09:04:54 2010
New Revision: 936210

URL: http://svn.apache.org/viewvc?rev=936210&view=rev
Log:
reflect svn move out of sandbox

Modified:
    mina/vysper/trunk/ABOUT.txt
    mina/vysper/trunk/pom.xml

Modified: mina/vysper/trunk/ABOUT.txt
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/ABOUT.txt?rev=936210&r1=936209&r2=936210&view=diff
==============================================================================
--- mina/vysper/trunk/ABOUT.txt (original)
+++ mina/vysper/trunk/ABOUT.txt Wed Apr 21 09:04:54 2010
@@ -27,7 +27,7 @@ and
 
 The most recent source code can be retrieved using SVN
 
-  svn checkout http://svn.apache.org/repos/asf/mina/sandbox/vysper/trunk
+  svn checkout http://svn.apache.org/repos/asf/mina/vysper/trunk
 
 ** BUILDING ** 
 

Modified: mina/vysper/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/pom.xml?rev=936210&r1=936209&r2=936210&view=diff
==============================================================================
--- mina/vysper/trunk/pom.xml (original)
+++ mina/vysper/trunk/pom.xml Wed Apr 21 09:04:54 2010
@@ -74,9 +74,9 @@
   </mailingLists>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/mina/sandbox/vysper/trunk</connection>
-    <developerConnection> scm:svn:https://svn.apache.org/repos/asf/mina/sandbox/vysper/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/mina/vysper/trunk</connection>
+    <developerConnection> scm:svn:https://svn.apache.org/repos/asf/mina/vysper/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/mina/vysper/trunk</url>
   </scm>
 
   <repositories>
@@ -261,7 +261,7 @@
         <plugin>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
-            <tagBase> https://svn.apache.org/repos/asf/mina/sandbox/vysper/tags/ </tagBase>
+            <tagBase> https://svn.apache.org/repos/asf/mina/vysper/tags/ </tagBase>
           </configuration>
         </plugin>