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 2002/12/16 16:49:33 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/genapp project.xml

dion        2002/12/16 07:49:33

  Modified:    src/plugins-build/genapp project.xml
  Log:
  Fix bad pom
  
  Revision  Changes    Path
  1.3       +5 -5      jakarta-turbine-maven/src/plugins-build/genapp/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/genapp/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	12 Dec 2002 00:46:26 -0000	1.2
  +++ project.xml	16 Dec 2002 15:49:32 -0000	1.3
  @@ -23,7 +23,7 @@
     
     <!-- the year the project started -->
     <inceptionYear>2002</inceptionYear>
  -  <package>org.apache.maven.examples</package>
  +  <package>org.apache.maven.genapp</package>
     <logo>http://jakarta.apache.org/turbine/maven/images/maven.jpg</logo>
     <!-- a short description of what the project does -->
     <shortDescription>
  @@ -32,18 +32,18 @@
     </shortDescription>
   
     <!-- the project home page -->
  -  <url>http://jakarta.apache.org/turbine/maven/reference/plugins/examples/</url>
  +  <url>http://jakarta.apache.org/turbine/maven/reference/plugins/genapp/</url>
     <issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
     <siteAddress>jakarta.apache.org</siteAddress>
  -  <siteDirectory>/www/jakarta.apache.org/turbine/maven/reference/plugins/examples/</siteDirectory>
  +  <siteDirectory>/www/jakarta.apache.org/turbine/maven/reference/plugins/genapp/</siteDirectory>
     <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-turbine-maven/</distributionDirectory>
   
     <!-- the version control repository and http url for online access
          the connection element has the form:
          scm:<system>:<system specific connection string> -->
     <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-turbine-maven/src/plugins-build/examples</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-turbine-maven/src/plugins-build/examples/</url>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-turbine-maven/src/plugins-build/genapp/</connection>
  +    <url>http://cvs.apache.org/viewcvs/jakarta-turbine-maven/src/plugins-build/genapp/</url>
     </repository>
   
     <!-- any mailing lists for the project -->