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 2003/02/11 17:36:23 UTC

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

jvanzyl     2003/02/11 08:36:23

  Modified:    src/plugins-build/touchstone project.xml
  Log:
  snapshot version resolved POM
  
  Revision  Changes    Path
  1.2       +2 -9      jakarta-turbine-maven/src/plugins-build/touchstone/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/touchstone/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	24 Jan 2003 03:46:22 -0000	1.1
  +++ project.xml	11 Feb 2003 16:36:23 -0000	1.2
  @@ -1,25 +1,18 @@
  -<?xml version="1.0" encoding="ISO-8859-1"?>
  -<project>
  +<?xml version="1.0" encoding="UTF-8"?>
   
  +<project>
     <extend>${basedir}/../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-touchstone-plugin</id>
     <name>Maven Touchstone Plug-in</name>
     <currentVersion>1.0</currentVersion>
  -
     <description/>
  -
     <shortDescription>Java Project Management Tools</shortDescription>
  -
     <url>http://jakarta.apache.org/turbine/maven/reference/plugins/touchstone/</url>
     <issueTrackingUrl>http://jira.werken.com/BrowseProject.jspa?id=10030</issueTrackingUrl>
     <siteAddress>jakarta.apache.org</siteAddress>
     <siteDirectory>/www/jakarta.apache.org/turbine/maven/reference/plugins/touchstone/</siteDirectory>
     <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-turbine-maven/</distributionDirectory>
  -
  -
     <developers/>
     <dependencies/>
  -
   </project>
  -