comment out release plugin to overcome cycle in reactor which should not occur

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289412 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-09-16 07:25:55 +00:00
parent 5c91eda672
commit 8562086c14
1 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-parent</artifactId>
<packaging>pom</packaging>
<version>2.0-beta-1</version>
<version>2.0-beta-2-SNAPSHOT</version>
<name>Maven Plugins</name>
<description>Maven plugin parent</description>
<url>http://maven.apache.org/maven2/plugins/</url>
@ -84,7 +84,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.0-beta-1</version>
<version>2.0-beta-2-SNAPSHOT</version>
</dependency>
</dependencies>
<organization>
@ -132,7 +132,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<version>2.0-beta-1</version>
<version>2.0-beta-2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>plexus</groupId>
@ -179,6 +179,7 @@
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/</url>
</scm>
<!--
<build>
<plugins>
<plugin>
@ -189,4 +190,5 @@
</plugin>
</plugins>
</build>
-->
</project>