You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by mi...@apache.org on 2004/06/20 20:46:23 UTC

cvs commit: maven-components/maven-plugins/maven-install-plugin pom.xml

michal      2004/06/20 11:46:23

  Modified:    maven-plugins/maven-install-plugin pom.xml
  Log:
  adding required dependencies
  
  Revision  Changes    Path
  1.2       +7 -0      maven-components/maven-plugins/maven-install-plugin/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-install-plugin/pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- pom.xml	20 Jun 2004 15:56:57 -0000	1.1
  +++ pom.xml	20 Jun 2004 18:46:23 -0000	1.2
  @@ -12,4 +12,11 @@
     <currentVersion>1.0-SNAPSHOT</currentVersion>
     <inceptionYear>2004</inceptionYear>
     <package>org.apache.maven.plugin.install</package>
  +  <dependencies>
  +    <dependency>
  +      <groupId>maven</groupId>
  +      <artifactId>maven-core</artifactId>
  +      <version>2.0-SNAPSHOT</version>
  +    </dependency>
  +  </dependencies>
   </project>