maven-plugins/xdoc/project.xml
vmassol 3284d77803 - Added a link to the release notes in the download report. Note that this link is only created if the project has a <code>xdocs/changes.xml</code> file.
- Changed version to be 1.8-SNAPSHOT instead of 1.7.3-SNAPSHOT as there is now a relatively important change that warrants a new minor


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115628 13f79535-47bb-0310-9956-ffa450edef68
2004-07-02 21:27:56 +00:00

197 lines
5.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<project>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-xdoc-plugin</id>
<name>Maven XDoc Plug-in</name>
<currentVersion>1.8-SNAPSHOT</currentVersion>
<description>Convert xdocs into HTML. Requires Maven 1.0 RC2.</description>
<shortDescription>Convert xdocs into HTML</shortDescription>
<url>http://maven.apache.org/reference/plugins/xdoc/</url>
<issueTrackingUrl>http://jira.codehaus.org/browse/MPXDOC</issueTrackingUrl>
<siteDirectory>/www/maven.apache.org/reference/plugins/xdoc/</siteDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/xdoc/</connection>
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/xdoc/</developerConnection>
<url>http://cvs.apache.org/viewcvs/maven-plugins/xdoc/</url>
</repository>
<versions>
<version>
<id>1.5</id>
<name>1.5</name>
<tag>MAVEN_XDOC_1_5</tag>
</version>
<version>
<id>1.6</id>
<name>1.6</name>
<tag>MAVEN_XDOC_1_6</tag>
</version>
<version>
<id>1.7</id>
<name>1.7</name>
<tag>MAVEN_XDOC_1_7</tag>
</version>
<version>
<id>1.7.1</id>
<name>1.7.1</name>
<tag>MAVEN_XDOC_1_7_1</tag>
</version>
<version>
<id>1.7.2</id>
<name>1.7.2</name>
<tag>MAVEN_XDOC_1_7_2</tag>
</version>
<version>
<id>1.8</id>
<name>1.8</name>
<tag>HEAD</tag>
</version>
</versions>
<developers>
<developer>
<name>Bob McWhirter</name>
<id>werken</id>
<email>bob@werken.com</email>
<organization>The Werken Company</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Jason van Zyl</name>
<id>jvanzyl</id>
<email>jason@zenplex.com</email>
<organization>Zenplex</organization>
<roles>
<role>Architect</role>
<role>Release Manager</role>
</roles>
</developer>
<developer>
<name>Vincent Massol</name>
<id>vmassol</id>
<email>vmassol@pivolis.com</email>
<organization>Pivolis</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Michal Maczka</name>
<id>mmaczka</id>
<email>michal.maczka@dimatics.com</email>
<organization>Dimatics</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Brett Porter</name>
<id>brett</id>
<email>brett@apache.org</email>
<organization>f2 network</organization>
<roles>
<role>Developer</role>
</roles>
<timezone>+10</timezone>
</developer>
<developer>
<name>dIon Gillard</name>
<id>dion</id>
<email>dion@multitask.com.au</email>
<organization>Multitask Consulting</organization>
<roles>
<role>Java Developer</role>
</roles>
<timezone>+10</timezone>
</developer>
<developer>
<name>Arnaud Heritier</name>
<id>aheritier</id>
<email>aheritier@apache.org</email>
<organization/>
<roles>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.4-dev-8</version>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly</artifactId>
<version>20030902.160215</version>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-jsl</artifactId>
<version>20030211.143151</version>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-log</artifactId>
<version>20030211.142821</version>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-velocity</artifactId>
<version>20030303.205659</version>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-xml</artifactId>
<version>20040613.030723</version>
<url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>maven</groupId>
<artifactId>maven</artifactId>
<version>1.0-rc2</version>
</dependency>
<dependency>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.4-dev</version>
</dependency>
<dependency>
<groupId>velocity-dvsl</groupId>
<artifactId>velocity-dvsl</artifactId>
<version>0.45</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.0.b2</version>
</dependency>
</dependencies>
</project>