You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/09/23 06:05:12 UTC

cvs commit: maven/src/plugins-build/ear/src/plugin-test project.xml

dion        2003/09/22 21:05:12

  Modified:    src/plugins-build/ear/src/plugin-test project.xml
  Log:
  Fix project name
  
  Revision  Changes    Path
  1.2       +1 -1      maven/src/plugins-build/ear/src/plugin-test/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/ear/src/plugin-test/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	22 Sep 2003 01:21:49 -0000	1.1
  +++ project.xml	23 Sep 2003 04:05:12 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   <project>
     <pomVersion>3</pomVersion>
  -  <name>exampleear</name>
  +  <name>Test Maven Ear Plugin</name>
     <id>test-maven-ear-plugin</id>
     <currentVersion>1.0-SNAPSHOT</currentVersion>
     <organization>
  
  
  

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