You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2015/08/23 17:47:36 UTC

svn commit: r1697198 - /jmeter/trunk/build.xml

Author: sebb
Date: Sun Aug 23 15:47:36 2015
New Revision: 1697198

URL: http://svn.apache.org/r1697198
Log:
Update to latest Maven Deploy plugin

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1697198&r1=1697197&r2=1697198&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sun Aug 23 15:47:36 2015
@@ -1911,7 +1911,7 @@ run JMeter unless all the JMeter jars ar
           <arg value="-D${XX}types=${packaging}.asc,pom.asc"/>
           <arg value="-D${XX}classifiers=,"/>
           <!-- Need at least version 2.7 of the plugin to upload additional files-->
-          <arg value="org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy-file"/>
+          <arg value="org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy-file"/>
         </java>
       </sequential>
     </macrodef>