Dennis, Could you please revert this change. Unfortunately the snapshot versions are needed for the site generation. Actually even some patches have to be applied to get that working *sigh* ...multi-project is no big fun with maven2 yet. I am trying to push a bit over at maven to get this done. (Brett, are you reading this? ;)
cheers -- Torsten On 5/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: dennisl Date: Sun May 14 13:44:03 2006 New Revision: 406424 URL: http://svn.apache.org/viewcvs?rev=406424&view=rev Log: Use released versions of plugins. Modified: jakarta/commons/sandbox/jci/trunk/pom.xml Modified: jakarta/commons/sandbox/jci/trunk/pom.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/pom.xml?rev=406424&r1=406423&r2=406424&view=diff ============================================================================== --- jakarta/commons/sandbox/jci/trunk/pom.xml (original) +++ jakarta/commons/sandbox/jci/trunk/pom.xml Sun May 14 13:44:03 2006 @@ -152,7 +152,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>taglist-maven-plugin</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> <configuration> <tags> <tag>TODO</tag> @@ -167,12 +167,12 @@ <!-- <plugin> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> </plugin> --> <plugin> <artifactId>maven-pmd-plugin</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> <configuration> <aggregate>true</aggregate> </configuration> @@ -180,7 +180,7 @@ <plugin> <artifactId>maven-jxr-plugin</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> <configuration> <aggregate>true</aggregate> </configuration> @@ -188,7 +188,7 @@ <plugin> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> <configuration> <aggregate>true</aggregate> </configuration> --------------------------------------------------------------------- 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]
