[ http://jira.codehaus.org/browse/MRELEASE-64?page=comments#action_63517 ]
Mike Perham commented on MRELEASE-64: ------------------------------------- This is what I mean: <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-project</artifactId> <version>2.0</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>2.0</version> </dependency> > <prerequisites> are stripped on release:prepare > ----------------------------------------------- > > Key: MRELEASE-64 > URL: http://jira.codehaus.org/browse/MRELEASE-64 > Project: Maven 2.x Release Plugin > Type: Bug > Reporter: Vincent Massol > Assignee: Jason van Zyl > Priority: Blocker > > > {noformat} > Author: vmassol > Date: Mon Dec 26 00:42:18 2005 > New Revision: 359040 > URL: http://svn.apache.org/viewcvs?rev=359040&view=rev > Log: > [maven-release-plugin] prepare release maven-clover-plugin-2.0 > Modified: > maven/plugins/trunk/maven-clover-plugin/pom.xml > Modified: maven/plugins/trunk/maven-clover-plugin/pom.xml > URL: > http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-clover-plugin/pom.xml?rev=359040&r1=359039&r2=359040&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-clover-plugin/pom.xml (original) > +++ maven/plugins/trunk/maven-clover-plugin/pom.xml Mon Dec 26 00:42:18 > +++ 2005 > @@ -1,23 +1,20 @@ > -<project> > +<?xml version="1.0" encoding="UTF-8"?><project> > <parent> > <artifactId>maven-plugin-parent</artifactId> > <groupId>org.apache.maven.plugins</groupId> > <version>2.0.1</version> > </parent> > - <prerequisites> > - <maven>2.0.1</maven> > - </prerequisites> > <modelVersion>4.0.0</modelVersion> > <artifactId>maven-clover-plugin</artifactId> > <packaging>maven-plugin</packaging> > <name>Maven Clover Plugin</name> > - <version>2.0-SNAPSHOT</version> > + <version>2.0</version> > <description>Maven plugin for Clover</description> > - <inceptionYear>2005</inceptionYear> > <issueManagement> > <system>jira</system> > <url>http://jira.codehaus.org/browse/MCLOVER</url> > </issueManagement> > + <inceptionYear>2005</inceptionYear> > <developers> > <developer> > <id>vmassol</id> > @@ -62,24 +59,4 @@ > <version>2.0</version> > </dependency> > </dependencies> > - <!-- > - <build> > - <plugins> > - <plugin> > - <artifactId>maven-it-plugin</artifactId> > - <executions> > - <execution> > - <phase>integration-test</phase> > - <goals> > - <goal>test</goal> > - </goals> > - <configuration> > - <goals>verify</goals> > - </configuration> > - </execution> > - </executions> > - </plugin> > - </plugins> > - </build> > - --> > -</project> > +</project> > \ No newline at end of file > {noformat} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira