Hi,

2008/1/16, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> Author: olamy
> Date: Wed Jan 16 15:40:57 2008
> New Revision: 612633
>
> URL: http://svn.apache.org/viewvc?rev=612633&view=rev
> Log:
> fix the verify.sh to failed in case bad interpolation of download.apt.vm
>
>
> Modified:
>     maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml
>     maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/verify.bsh
>
> Modified: maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml
> URL: 
> http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml?rev=612633&r1=612632&r2=612633&view=diff
> ==============================================================================
> --- maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml (original)
> +++ maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml Wed Jan 16 
> 15:40:57 2008
> @@ -27,6 +27,6 @@
>    <version>1.0-SNAPSHOT</version>
>    <name>MSITE-265 It</name>
>    <properties>
> -    <currentVersion>2.0-beta-7-SNAPSHOT</currentVersion>
> +    <currentVersion>2.0.7</currentVersion>
>    </properties>
> -</project>
> \ No newline at end of file
> +</project>

Could you revert this?

Thanks,

Vincent

> Modified: maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/verify.bsh
> URL: 
> http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/verify.bsh?rev=612633&r1=612632&r2=612633&view=diff
> ==============================================================================
> --- maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/verify.bsh 
> (original)
> +++ maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/verify.bsh Wed Jan 
> 16 15:40:57 2008
> @@ -70,6 +70,7 @@
>      if ( indexOf < 0)
>      {
>         System.err.println( "download.html doesn't contains Download Maven 
> 2.0.7" );
> +        return false;
>      }
>
>  }
>
>
>

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

Reply via email to