ml
> +++ b/pom.xml
> @@ -89,7 +89,7 @@
> 2.2.1
>
> 3.5
> -3.7
> +3.5
> 2.5
> 0.9
> 2.0.0-beta.5
>
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
ring content = "put top secret";
> FileUtils.fileWrite( tempFile.getAbsolutePath(), content
> );
>
> -try(FileInputStream fileInputStream = new
> FileInputStream( tempFile ))
> +try ( FileInputStream fileInputStream = new
> FileInputStream( tempFile ) )
> {
> wagon.putFromStream( fileInputStream,
> "test-secured-put-resource", content.length(), -1 );
> }
> finally
> {
> tempFile.delete();
> -
> }
>
> assertEquals( content, FileUtils.fileRead(
> sourceFile.getAbsolutePath() ) );
>
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy
> -
> -/**
> * Add a new or overwrite the default implementation per provider.
> * The key is the scm prefix and the value is the role hint of the
> * {@link org.apache.maven.scm.provider.ScmProvider}.
> @@ -150,7 +141,6 @@ public abstract class AbstractScmRelease
> descriptor.setScmCommentPrefix( scmCommentPrefix );
>
> descriptor.setPushChanges( pushChanges );
> -descriptor.setWorkItem( workItem );
>
> return descriptor;
> }
>
> Modified: maven/release/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/maven/release/trunk/pom.xml?rev=1708587&r1=1708586&r2=1708587&view=diff
>
> ==
> --- maven/release/trunk/pom.xml (original)
> +++ maven/release/trunk/pom.xml Wed Oct 14 11:52:53 2015
> @@ -82,7 +82,7 @@
>
>
>
> -1.9.5-SNAPSHOT
> +1.9.4
> 2.2.1
>
>
> maven-release-archives/maven-release-LATEST
>
>
>
>
--
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy