-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 You're right, as usual. I've rolled back this change for the assembly plugin, and avoided using the 2.0.1 API in the assembly plugin patches I applied today, in order to release the new version of the assembly plugin ahead of the 2.0.1 release.
Brett Porter wrote: | If you are referencing the new API, then this will be 2.0.1. Is that | really what you want - ie is there no way around it? | | If not, then you need to add the <prerequisites> tag or there'll be some | unhappy 2.0 users when it gets released. | | - Brett | | [EMAIL PROTECTED] wrote: | |> Author: jdcasey |> Date: Mon Nov 14 14:52:06 2005 |> New Revision: 344256 |> |> URL: http://svn.apache.org/viewcvs?rev=344256&view=rev |> Log: |> Bumping Plugin-Parent version to 2.0.1-SNAPSHOT to reference API |> changes to MavenProjectHelper, and changing maven-assembly-plugin's |> pom to reference that new parent POM. |> |> Modified: |> maven/components/trunk/maven-plugins/maven-assembly-plugin/pom.xml |> maven/components/trunk/maven-plugins/pom.xml |> |> Modified: |> maven/components/trunk/maven-plugins/maven-assembly-plugin/pom.xml |> URL: |> http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-assembly-plugin/pom.xml?rev=344256&r1=344255&r2=344256&view=diff |> |> ============================================================================== |> |> --- maven/components/trunk/maven-plugins/maven-assembly-plugin/pom.xml |> (original) |> +++ maven/components/trunk/maven-plugins/maven-assembly-plugin/pom.xml |> Mon Nov 14 14:52:06 2005 |> @@ -2,7 +2,7 @@ |> <parent> |> <artifactId>maven-plugin-parent</artifactId> |> <groupId>org.apache.maven.plugins</groupId> |> - <version>2.0</version> |> + <version>2.0.1-SNAPSHOT</version> |> </parent> |> <modelVersion>4.0.0</modelVersion> |> <artifactId>maven-assembly-plugin</artifactId> |> |> Modified: maven/components/trunk/maven-plugins/pom.xml |> URL: |> http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/pom.xml?rev=344256&r1=344255&r2=344256&view=diff |> |> ============================================================================== |> |> --- maven/components/trunk/maven-plugins/pom.xml (original) |> +++ maven/components/trunk/maven-plugins/pom.xml Mon Nov 14 14:52:06 2005 |> @@ -150,7 +150,7 @@ |> <dependency> |> <groupId>org.apache.maven</groupId> |> <artifactId>maven-project</artifactId> |> - <version>2.0</version> |> + <version>2.0.1-SNAPSHOT</version> |> </dependency> |> <dependency> |> <groupId>org.codehaus.plexus</groupId> |> |> | | --------------------------------------------------------------------- | To unsubscribe, e-mail: [EMAIL PROTECTED] | For additional commands, e-mail: [EMAIL PROTECTED] | | | -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) iD8DBQFDeqFoK3h2CZwO/4URArubAJ945gqC+B7RBaf3UzQHpUux3oYs6ACggWKE IWRWO+dV4tC9N1wbQmtsroQ= =fxS+ -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
