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/12/27 05:55:18 UTC

cvs commit: maven-components/maven-model-tools/src/test/org/apache/maven/model DefaultModelMarshallingTest.xml

jvanzyl     2003/12/26 20:55:18

  Modified:    maven-model-tools project.xml
               maven-model-tools/src/test/org/apache/maven/model
                        DefaultModelMarshallingTest.xml
  Log:
  o avalon is no longer a dependency, using native plexus api.
  
  Revision  Changes    Path
  1.7       +8 -8      maven-components/maven-model-tools/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-model-tools/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	9 Dec 2003 06:21:34 -0000	1.6
  +++ project.xml	27 Dec 2003 04:55:18 -0000	1.7
  @@ -6,7 +6,7 @@
     <groupId>maven</groupId>
     <id>maven-model-tools</id>
     <artifactId>maven-model-tools</artifactId>
  -  <currentVersion>2.0-alpha-2</currentVersion>
  +  <currentVersion>2.0-alpha-3</currentVersion>
     <gumpRepositoryId>jakarta</gumpRepositoryId>
     <description>Maven is a project management and project comprehension tool. Maven is based on the concept of a project object model: builds, documentation creation, site publication, and distribution publication are all controlled from the project object model. Maven also provides tools to create source metrics, change logs based directly on source repository, and source cross-references.</description>
     <shortDescription>Java Project Management Tools</shortDescription>
  @@ -40,16 +40,10 @@
       <dependency>
         <groupId>plexus</groupId>
         <artifactId>plexus</artifactId>
  -      <version>0.10</version>
  +      <version>0.13</version>
       </dependency>
   
       <dependency>
  -      <groupId>avalon</groupId>
  -      <artifactId>avalon-framework-api</artifactId>
  -      <version>4.1.4</version>
  -    </dependency>
  -    
  -    <dependency>
         <groupId>xpp3</groupId>
         <artifactId>xpp3</artifactId>
         <version>1.1.2a</version>
  @@ -79,6 +73,12 @@
         <groupId>classworlds</groupId>
         <artifactId>classworlds</artifactId>
         <version>1.0</version>
  +    </dependency>
  +
  +    <dependency>
  +      <groupId>commons-graph</groupId>
  +      <artifactId>commons-graph</artifactId>
  +      <version>0.8.1</version>
       </dependency>
   
     </dependencies>
  
  
  
  1.3       +0 -2      maven-components/maven-model-tools/src/test/org/apache/maven/model/DefaultModelMarshallingTest.xml
  
  Index: DefaultModelMarshallingTest.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-model-tools/src/test/org/apache/maven/model/DefaultModelMarshallingTest.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DefaultModelMarshallingTest.xml	6 Dec 2003 19:14:00 -0000	1.2
  +++ DefaultModelMarshallingTest.xml	27 Dec 2003 04:55:18 -0000	1.3
  @@ -3,12 +3,10 @@
       <component>
         <role>org.apache.maven.model.ModelUnmarshaller</role>
         <implementation>org.apache.maven.model.DefaultModelUnmarshaller</implementation>
  -      <configuration/>
       </component>
       <component>
         <role>org.apache.maven.model.ModelMarshaller</role>
         <implementation>org.apache.maven.model.DefaultModelMarshaller</implementation>
  -      <configuration/>
       </component>
     </components>
   </configuration>
  
  
  

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


Re: cvs commit: maven-components/maven-model-tools/src/test/org/apache/maven/model DefaultModelMarshallingTest.xml

Posted by Jason van Zyl <jv...@maven.org>.
On Sun, 2003-12-28 at 17:21, Emmanuel Venisse wrote:
> >   @@ -40,16 +40,10 @@
> >        <dependency>
> >          <groupId>plexus</groupId>
> >          <artifactId>plexus</artifactId>
> >   -      <version>0.10</version>
> >   +      <version>0.13</version>
> >        </dependency>
> 
> Plexus 0.13 doesn't exists in remote repo and in plexus CVS.

Yes, I know. I changed my ssh keys and the admins at ibiblio must be on
holiday. I can't get anything into the repos.

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

Jason van Zyl
jason@zenplex.com
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


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


Re: cvs commit: maven-components/maven-model-tools/src/test/org/apache/maven/model DefaultModelMarshallingTest.xml

Posted by Emmanuel Venisse <em...@venisse.net>.
>   @@ -40,16 +40,10 @@
>        <dependency>
>          <groupId>plexus</groupId>
>          <artifactId>plexus</artifactId>
>   -      <version>0.10</version>
>   +      <version>0.13</version>
>        </dependency>

Plexus 0.13 doesn't exists in remote repo and in plexus CVS.

Emmanuel

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