Why upgrade all when you only need the newer version of maven-core?

Also, please add:
<prerequisites>
  <maven>2.0-beta-2-SNAPSHOT</maven>
</prerequisites>

[EMAIL PROTECTED] wrote:

>Author: jdcasey
>Date: Fri Sep 23 07:54:33 2005
>New Revision: 291134
>
>URL: http://svn.apache.org/viewcvs?rev=291134&view=rev
>Log:
>Fixing versions of maven deps...needs new version of PluginVersionManager.
>
>Modified:
>    maven/components/trunk/maven-plugins/maven-release-plugin/pom.xml
>
>Modified: maven/components/trunk/maven-plugins/maven-release-plugin/pom.xml
>URL: 
>http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-release-plugin/pom.xml?rev=291134&r1=291133&r2=291134&view=diff
>==============================================================================
>--- maven/components/trunk/maven-plugins/maven-release-plugin/pom.xml 
>(original)
>+++ maven/components/trunk/maven-plugins/maven-release-plugin/pom.xml Fri Sep 
>23 07:54:33 2005
>@@ -2,7 +2,7 @@
>   <parent>
>     <artifactId>maven-plugin-parent</artifactId>
>     <groupId>org.apache.maven.plugins</groupId>
>-    <version>2.0-beta-1</version>
>+    <version>2.0-beta-2-SNAPSHOT</version>
>   </parent>
>   <modelVersion>4.0.0</modelVersion>
>   <artifactId>maven-release-plugin</artifactId>
>@@ -13,12 +13,12 @@
>     <dependency>
>       <groupId>org.apache.maven</groupId>
>       <artifactId>maven-core</artifactId>
>-      <version>2.0-beta-1</version>
>+      <version>2.0-beta-2-SNAPSHOT</version>
>     </dependency>
>     <dependency>
>       <groupId>org.apache.maven</groupId>
>       <artifactId>maven-artifact</artifactId>
>-      <version>2.0-beta-1</version>
>+      <version>2.0-beta-2-SNAPSHOT</version>
>     </dependency>
>     <dependency>
>       <groupId>org.apache.maven.scm</groupId>
>@@ -42,12 +42,12 @@
>     <dependency>
>       <groupId>org.apache.maven</groupId>
>       <artifactId>maven-artifact-manager</artifactId>
>-      <version>2.0-beta-1</version>
>+      <version>2.0-beta-2-SNAPSHOT</version>
>     </dependency>
>     <dependency>
>       <groupId>org.apache.maven</groupId>
>       <artifactId>maven-artifact</artifactId>
>-      <version>2.0-beta-1</version>
>+      <version>2.0-beta-2-SNAPSHOT</version>
>     </dependency>
>     <dependency>
>       <groupId>org.apache.maven.scm</groupId>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to