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 2014/09/03 00:57:20 UTC

svn commit: r1622148 - /jmeter/trunk/build.properties

Author: sebb
Date: Tue Sep  2 22:57:20 2014
New Revision: 1622148

URL: http://svn.apache.org/r1622148
Log:
Use https for accessing Maven Central now that it is available

Modified:
    jmeter/trunk/build.properties

Modified: jmeter/trunk/build.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.properties?rev=1622148&r1=1622147&r2=1622148&view=diff
==============================================================================
--- jmeter/trunk/build.properties (original)
+++ jmeter/trunk/build.properties Tue Sep  2 22:57:20 2014
@@ -40,7 +40,7 @@
 # Note that all the jars (apart from velocity and the Geronimo API jars)
 # are contained in the JMeter binary release.
 
-maven2.repo                 = http://repo2.maven.org/maven2
+maven2.repo                 = https://repo1.maven.org/maven2
 
 apache-bsf.version          = 2.4.0
 apache-bsf.jar              = bsf-${apache-bsf.version}.jar