You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by an...@apache.org on 2006/04/15 05:33:45 UTC

svn commit: r394251 - /excalibur/trunk/framework/api/pom.xml

Author: antonio
Date: Fri Apr 14 20:33:41 2006
New Revision: 394251

URL: http://svn.apache.org/viewcvs?rev=394251&view=rev
Log:
Fix scm link.

Modified:
    excalibur/trunk/framework/api/pom.xml

Modified: excalibur/trunk/framework/api/pom.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/framework/api/pom.xml?rev=394251&r1=394250&r2=394251&view=diff
==============================================================================
--- excalibur/trunk/framework/api/pom.xml (original)
+++ excalibur/trunk/framework/api/pom.xml Fri Apr 14 20:33:41 2006
@@ -15,7 +15,8 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>org.apache.avalon</groupId>
         <artifactId>avalon-framework</artifactId>
@@ -38,9 +39,9 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    <build></build>
+    <build/>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/framework/impl</connection>
-        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/framework/impl</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/excalibur/trunk/framework/api</connection>
+        <url>http://svn.apache.org/viewcvs.cgi/excalibur/trunk/framework/api</url>
     </scm>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org