You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2006/03/03 08:25:07 UTC

svn commit: r382705 - in /maven/continuum/branches/continuum-1.0.x: continuum-core/pom.xml continuum-plexus-application/pom.xml pom.xml

Author: evenisse
Date: Thu Mar  2 23:25:06 2006
New Revision: 382705

URL: http://svn.apache.org/viewcvs?rev=382705&view=rev
Log:
Fix dependencies

Modified:
    maven/continuum/branches/continuum-1.0.x/continuum-core/pom.xml
    maven/continuum/branches/continuum-1.0.x/continuum-plexus-application/pom.xml
    maven/continuum/branches/continuum-1.0.x/pom.xml

Modified: maven/continuum/branches/continuum-1.0.x/continuum-core/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/branches/continuum-1.0.x/continuum-core/pom.xml?rev=382705&r1=382704&r2=382705&view=diff
==============================================================================
--- maven/continuum/branches/continuum-1.0.x/continuum-core/pom.xml (original)
+++ maven/continuum/branches/continuum-1.0.x/continuum-core/pom.xml Thu Mar  2 23:25:06 2006
@@ -160,7 +160,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-provider-svn</artifactId>
+      <artifactId>maven-scm-provider-svnexe</artifactId>
     </dependency>
   </dependencies>
 </project>

Modified: maven/continuum/branches/continuum-1.0.x/continuum-plexus-application/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/branches/continuum-1.0.x/continuum-plexus-application/pom.xml?rev=382705&r1=382704&r2=382705&view=diff
==============================================================================
--- maven/continuum/branches/continuum-1.0.x/continuum-plexus-application/pom.xml (original)
+++ maven/continuum/branches/continuum-1.0.x/continuum-plexus-application/pom.xml Thu Mar  2 23:25:06 2006
@@ -105,6 +105,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven.scm</groupId>
+      <artifactId>maven-scm-provider-bazaar</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.scm</groupId>
       <artifactId>maven-scm-provider-perforce</artifactId>
       <scope>runtime</scope>
     </dependency>
@@ -218,12 +222,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-provider-cvs</artifactId>
+      <artifactId>maven-scm-provider-cvsexe</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-provider-svn</artifactId>
+      <artifactId>maven-scm-provider-svnexe</artifactId>
       <scope>runtime</scope>
     </dependency>
   </dependencies>

Modified: maven/continuum/branches/continuum-1.0.x/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/branches/continuum-1.0.x/pom.xml?rev=382705&r1=382704&r2=382705&view=diff
==============================================================================
--- maven/continuum/branches/continuum-1.0.x/pom.xml (original)
+++ maven/continuum/branches/continuum-1.0.x/pom.xml Thu Mar  2 23:25:06 2006
@@ -210,12 +210,17 @@
       </dependency>
       <dependency>
         <groupId>org.apache.maven.scm</groupId>
+        <artifactId>maven-scm-provider-bazaar</artifactId>
+        <version>1.0-beta-3-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.maven.scm</groupId>
         <artifactId>maven-scm-provider-clearcase</artifactId>
         <version>1.0-beta-3-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.scm</groupId>
-        <artifactId>maven-scm-provider-cvs</artifactId>
+        <artifactId>maven-scm-provider-cvsexe</artifactId>
         <version>1.0-beta-3-SNAPSHOT</version>
       </dependency>
       <dependency>
@@ -235,7 +240,7 @@
       </dependency>
       <dependency>
         <groupId>org.apache.maven.scm</groupId>
-        <artifactId>maven-scm-provider-svn</artifactId>
+        <artifactId>maven-scm-provider-svnexe</artifactId>
         <version>1.0-beta-3-SNAPSHOT</version>
       </dependency>
       <dependency>