Author: brett
Date: Sat Mar 4 19:35:01 2006
New Revision: 383273
URL: http://svn.apache.org/viewcvs?rev=383273&view=rev
Log:
update Maven descriptor
Modified:
jakarta/commons/proper/modeler/trunk/project.xml
Modified: jakarta/commons/proper/modeler/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/modeler/trunk/project.xml?rev=383273&r1=383272&r2=383273&view=diff
==============================================================================
--- jakarta/commons/proper/modeler/trunk/project.xml (original)
+++ jakarta/commons/proper/modeler/trunk/project.xml Sat Mar 4 19:35:01 2006
@@ -39,18 +39,17 @@
</organization>
<licenses>
- <license>
- <name>The Apache Software License, Version 2.0</name>
- <url>/LICENSE.txt</url>
- <distribution>repo</distribution>
- </license>
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>/LICENSE.txt</url>
+ <distribution>repo</distribution>
+ </license>
</licenses>
<gumpRepositoryId>jakarta</gumpRepositoryId>
<issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
- <siteAddress>jakarta.apache.org</siteAddress>
+ <siteAddress>minotaur.apache.org</siteAddress>
<siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory>
-
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
<repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
@@ -98,8 +97,8 @@
<dependency>
<groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.0</version>
+ <artifactId>commons-logging-api</artifactId>
+ <version>1.0.4</version>
</dependency>
<dependency>
@@ -109,12 +108,6 @@
</dependency>
<dependency>
- <groupId>mx4j</groupId>
- <artifactId>mx4j-tools</artifactId>
- <version>1.1</version>
- </dependency>
-
- <dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
@@ -124,12 +117,18 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.7</version>
+ <properties>
+ <scope>test</scope>
+ </properties>
</dependency>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.5</version>
+ <properties>
+ <optional>true</optional>
+ </properties>
</dependency>
</dependencies>
@@ -154,8 +153,8 @@
</build>
<reports>
- <report>maven-changelog-plugin</report>
- <report>maven-changes-plugin</report>
+ <report>maven-changelog-plugin</report>
+ <report>maven-changes-plugin</report>
<report>maven-developer-activity-plugin</report>
<report>maven-file-activity-plugin</report>
<report>maven-javadoc-plugin</report>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]