Skip to content

Commit 9616bfd

Browse files
committed
Merge branch '50-stable' into 51-stable
2 parents 1704aa6 + f4018da commit 9616bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rakelib/01-tomcat.rake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace :'tomcat-jndi' do # contains a FS JNDI impl (for tests)
22

3-
TOMCAT_MAVEN_REPO = 'http://repo2.maven.org/maven2/org/apache/tomcat'
3+
TOMCAT_MAVEN_REPO = 'https://repo1.maven.org/maven2/org/apache/tomcat'
44
TOMCAT_VERSION = '7.0.54'
55

66
DOWNLOAD_DIR = File.expand_path('../test/jars', File.dirname(__FILE__))
@@ -48,4 +48,4 @@ namespace :'tomcat-jndi' do # contains a FS JNDI impl (for tests)
4848
rm jar_path if File.exist?(jar_path)
4949
end
5050

51-
end
51+
end

0 commit comments

Comments
 (0)