epugh       2004/10/22 02:11:22

  Modified:    parser/xdocs changes.xml
               parser   project.xml
  Log:
  remove extra dependency and bump version
  
  Revision  Changes    Path
  1.2       +4 -1      jakarta-turbine-fulcrum/parser/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/parser/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml       13 Feb 2004 14:24:56 -0000      1.1
  +++ changes.xml       22 Oct 2004 09:11:22 -0000      1.2
  @@ -6,7 +6,10 @@
     </properties>
   
     <body>
  -    <release version="1.0-alpha-2" date="in CVS">
  +    <release version="1.0.2-dev" date="in CVS">
  +     <action dev="epugh" type="add">
  +        Make gump friendly.
  +      </action>          
        <action dev="epugh" type="add">
           Initial conversion to Avalon component.
         </action>      
  
  
  
  1.5       +1 -15     jakarta-turbine-fulcrum/parser/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/parser/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml       16 Oct 2004 17:31:30 -0000      1.4
  +++ project.xml       22 Oct 2004 09:11:22 -0000      1.5
  @@ -3,7 +3,7 @@
     <extend>${basedir}/../project.xml</extend>
     <id>fulcrum-parser</id>
     <name>Fulcrum Parser Component</name>
  -  <currentVersion>1.0.1</currentVersion>
  +  <currentVersion>1.0.2-dev</currentVersion>
   
     <dependencies>
       <dependency>
  @@ -53,20 +53,6 @@
         <groupId>fulcrum</groupId>
         <artifactId>fulcrum-testcontainer</artifactId>
         <version>1.0.3</version>
  -    </dependency>
  -
  -    <dependency>
  -      <groupId>xercesImpl</groupId>
  -      <artifactId>xercesImpl</artifactId>
  -      <version>2.0.2</version>
  -      <url>http://xml.apache.org/xerces2-j/</url>
  -    </dependency>
  -
  -    <dependency>
  -      <groupId>xml-apis</groupId>
  -      <artifactId>xml-apis</artifactId>
  -      <version>2.0.2</version>
  -      <url>http://xml.apache.org/xerces2-j/</url>
       </dependency>
   
     </dependencies>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to