maven-plugins/changelog/project.xml
aheritier 402447e5c0 MAVEN-1755 : Upgrade to maven-model 3.0.2
Backward Incompability : Usage of xml entities in the POM doesn't work in maven 1.1 beta 1 & 2

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@532110 13f79535-47bb-0310-9956-ffa450edef68
2007-04-24 22:23:56 +00:00

252 lines
7.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 xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<extend>../plugins-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-changelog-plugin</id>
<name>Maven Changelog Plugin</name>
<currentVersion>1.9.2-SNAPSHOT</currentVersion>
<description>The Changelog plugin generates reports about recent changes to the SCM repository.</description>
<shortDescription>Produce SCM changelog reports.</shortDescription>
<versions>
<version>
<id>1.4</id>
<name>1.4</name>
<tag>MAVEN_CHANGELOG_1_4</tag>
</version>
<version>
<id>1.5</id>
<name>1.5</name>
<tag>MAVEN_CHANGELOG_1_5</tag>
</version>
<version>
<id>1.6</id>
<name>1.6</name>
<tag>MAVEN_CHANGELOG_1_6</tag>
</version>
<version>
<id>1.7</id>
<name>1.7</name>
<tag>MAVEN_CHANGELOG_1_7</tag>
</version>
<version>
<id>1.7.1</id>
<name>1.7.1</name>
<tag>MAVEN_CHANGELOG_1_7_1</tag>
</version>
<version>
<id>1.7.2</id>
<name>1.7.2</name>
<tag>changelog-1.7.2</tag>
</version>
<version>
<id>1.8.1</id>
<name>1.8.1</name>
<tag>maven-changelog-plugin-1.8.1</tag>
</version>
<version>
<id>1.8.2</id>
<name>1.8.2</name>
<tag>maven-changelog-plugin-1.8.2</tag>
</version>
<version>
<id>1.9</id>
<name>1.9</name>
<tag>MAVEN_CHANGELOG_1_9</tag>
</version>
<version>
<id>1.9.1</id>
<name>1.9.1</name>
<tag>MAVEN_CHANGELOG_1_9_1</tag>
</version>
</versions>
<contributors>
<contributor>
<name>David Jackman</name>
</contributor>
<contributor>
<name>Christoph Jerolimov</name>
<email>c.jerolimov@tarent.de</email>
<organization>tarent GmbH, Germany</organization>
<roles>
<role>Java Developer</role>
</roles>
</contributor>
</contributors>
<developers>
<developer>
<name>Pete Kazmier</name>
<id>kaz</id>
<email>pete-apache-dev@kazmier.com</email>
<organization/>
<roles>
<role>Documentation</role>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Eric Pugh</name>
<id>epugh</id>
<email>epugh@opensourceconnections.com</email>
<organization/>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Emmanuel Venisse</name>
<id>evenisse</id>
<email>emmanuel@venisse.net</email>
<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>Daniel Rall</name>
<id>dlr</id>
<email>dlr@finemaltcoding.com</email>
<organization>CollabNet, Inc.</organization>
<roles>
<role>Java Developer</role>
<role>Documentation</role>
</roles>
</developer>
<developer>
<name>Felipe Leme</name>
<id>felipeal</id>
<email>maven@felipeal.net</email>
<organization>Falcon Informatica</organization>
<timezone>-3</timezone>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Lukas Theussl</name>
<id>ltheussl</id>
<email>ltheussl@apache.org</email>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.6.5</version>
<properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-jsl</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-xml</artifactId>
<version>1.1</version>
<url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
<properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
<properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
</dependency>
<dependency>
<groupId>org.netbeans.lib</groupId>
<artifactId>cvsclient</artifactId>
<version>20051129</version>
</dependency>
<dependency>
<groupId>regexp</groupId>
<artifactId>regexp</artifactId>
<version>1.3</version>
</dependency>
<!-- Required because of the EnhancedStringTokenizer class -->
<dependency>
<groupId>maven</groupId>
<artifactId>maven</artifactId>
<version>1.0.2</version>
</dependency>
<!-- Required because of the Developer class -->
<dependency>
<groupId>maven</groupId>
<artifactId>maven-model</artifactId>
<version>3.0.2</version>
<properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties>
</dependency>
<!-- Required to build under for JDK 1.3 because we fork junit -->
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.3.03</version>
<url>http://xml.apache.org/commons/</url>
<properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties>
</dependency>
<dependency>
<groupId>xml-resolver</groupId>
<artifactId>xml-resolver</artifactId>
<version>1.1</version>
<url>http://xml.apache.org/commons/</url>
<properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.8.0</version>
<url>http://xerces.apache.org/xerces2-j/</url>
<properties>
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
</properties>
</dependency>
</dependencies>
</project>