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:19:41 UTC

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

michal      2004/06/20 11:19:41

  Modified:    maven-plugins/maven-clean-plugin pom.xml
  Log:
  correcting package (just to know if this is a right one:) )
  
  Revision  Changes    Path
  1.2       +1 -1      maven-components/maven-plugins/maven-clean-plugin/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-clean-plugin/pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- pom.xml	9 Jun 2004 03:10:50 -0000	1.1
  +++ pom.xml	20 Jun 2004 18:19:41 -0000	1.2
  @@ -11,5 +11,5 @@
     <name>Maven Clean Plugin</name>
     <currentVersion>1.0-SNAPSHOT</currentVersion>
     <inceptionYear>2001</inceptionYear>
  -  <package>org.apache.maven</package>
  +  <package>org.apache.maven.plugin.clean</package>
   </project>