You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2004/04/10 18:59:30 UTC

cvs commit: maven-components/maven-plugins/maven-scm-plugin project.xml

jvanzyl     2004/04/10 09:59:30

  Modified:    maven-plugins/maven-scm-plugin project.xml
  Log:
  o the components for the specific SCM will be discovered.
  
  Revision  Changes    Path
  1.2       +0 -25     maven-components/maven-plugins/maven-scm-plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-scm-plugin/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	15 Mar 2004 19:32:24 -0000	1.1
  +++ project.xml	10 Apr 2004 16:59:30 -0000	1.2
  @@ -48,31 +48,6 @@
         <artifactId>scm-api</artifactId>
         <version>1.0-beta-1-SNAPSHOT</version>
       </dependency>
  -    <dependency>
  -      <groupId>maven</groupId>
  -      <artifactId>scm-clearcase</artifactId>
  -      <version>1.0-beta-1-SNAPSHOT</version>
  -    </dependency>
  -    <dependency>
  -      <groupId>maven</groupId>
  -      <artifactId>scm-cvslib</artifactId>
  -      <version>1.0-beta-1-SNAPSHOT</version>
  -    </dependency>
  -    <dependency>
  -      <groupId>maven</groupId>
  -      <artifactId>scm-perforce</artifactId>
  -      <version>1.0-beta-1-SNAPSHOT</version>
  -    </dependency>
  -    <dependency>
  -      <groupId>maven</groupId>
  -      <artifactId>scm-starteam</artifactId>
  -      <version>1.0-beta-1-SNAPSHOT</version>
  -    </dependency>
  -    <dependency>
  -      <groupId>maven</groupId>
  -      <artifactId>scm-svn</artifactId>
  -      <version>1.0-beta-1-SNAPSHOT</version>
  -    </dependency>
     </dependencies>
   
     <build>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org