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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]