CVS: plexus-container-new project.xml,1.6,1.7
[email protected] Fri, 23 May 2003 08:59:47 -0500
| Newsgroups | gmane.comp.java.plexus.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/plexus/plexus-container-new
In directory eng.werken.com:/tmp/cvs-serv6114
Modified Files:
project.xml
Log Message:
o updating the version to 0.6 after some changes to the PlexusTestCase
Index: project.xml
===================================================================
RCS file: /cvsroot/plexus/plexus-container-new/project.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- project.xml 3 May 2003 00:46:47 -0000 1.6
+++ project.xml 23 May 2003 13:59:40 -0000 1.7
@@ -3,9 +3,10 @@
<project>
<pomVersion>3</pomVersion>
<groupId>plexus</groupId>
+ <artifactId>plexus</artifactId>
<id>plexus</id>
<name>plexus</name>
- <currentVersion>0.5</currentVersion>
+ <currentVersion>0.6</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://jakarta.apache.org/</url>
@@ -124,25 +125,29 @@
<!-- PlexusTestCase -->
<dependency>
- <id>junit</id>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>
<!-- Launcher -->
<dependency>
- <id>classworlds</id>
+ <groupId>classworlds</groupId>
+ <artifactId>classworlds</artifactId>
<version>1.0-beta-5</version>
</dependency>
<!-- Log4JLoggerManager -->
<dependency>
- <id>log4j</id>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
<version>1.2.6</version>
</dependency>
<!-- Servlet. This needs to be taken out as a core requirement -->
<dependency>
- <id>servletapi</id>
+ <groupId>servletapi</groupId>
+ <artifactId>servletapi</artifactId>
<version>2.3</version>
</dependency>