Author: kkolinko
Date: Mon Mar  2 23:24:38 2015
New Revision: 1663472

URL: http://svn.apache.org/r1663472
Log:
Update to Cobertura 2.1.1

This reverts use of snapshot build (r1644581).

I do not know whether logging configuration fix (r1644708) is required, but it 
is likely. If it is required, one should not forget it when backporting.

Modified:
    tomcat/trunk/build.properties.default

Modified: tomcat/trunk/build.properties.default
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?rev=1663472&r1=1663471&r2=1663472&view=diff
==============================================================================
--- tomcat/trunk/build.properties.default (original)
+++ tomcat/trunk/build.properties.default Mon Mar  2 23:24:38 2015
@@ -86,9 +86,6 @@ base-maven.loc=http://repo.maven.apache.
 # Mirror, was used when there were problems with the main SF downloads site
 # base-sf.loc=http://sunet.dl.sourceforge.net
 
-# Can be removed once we no longer require a Cobertura snapshot
-base-sonatype-snapshots=https://oss.sonatype.org/content/repositories/snapshots
-
 # ----- Commons Logging, version 1.1 or later -----
 # If this version is updated, check the versions required for the dependencies 
below
 # - avalon-framework
@@ -222,11 +219,11 @@ checkstyle.loc=${base-sf.loc}/checkstyle
 checkstyle.jar=${checkstyle.home}/checkstyle-${checkstyle.version}-all.jar
 
 # ----- Cobertura code coverage tool -----
-cobertura.version=2.1.0-SNAPSHOT
+cobertura.version=2.1.1
 cobertura.home=${base.path}/cobertura-${cobertura.version}
 cobertura.jar=${cobertura.home}/cobertura-${cobertura.version}.jar
 cobertura.lib=${cobertura.home}/lib
-cobertura.loc=${base-sonatype-snapshots}/net/sourceforge/cobertura/cobertura/${cobertura.version}/cobertura-2.1.0-20141121.083251-1-bin.tar.gz
+cobertura.loc=${base-sf.loc}/cobertura/cobertura-2.1.1-bin.tar.gz
 
 # ----- JVM settings for unit tests
 java.net.preferIPv4Stack=false



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to