On 13 May 2013 20:14, Benedikt Ritter <[email protected]> wrote: > Hi Sebb, > > > 2013/5/13 <[email protected]> > >> Author: sebb >> Date: Mon May 13 17:45:10 2013 >> New Revision: 1481983 >> >> URL: http://svn.apache.org/r1481983 >> Log: >> Latest version of JUnit >> >> Modified: >> commons/proper/compress/trunk/pom.xml >> >> Modified: commons/proper/compress/trunk/pom.xml >> URL: >> http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1481983&r1=1481982&r2=1481983&view=diff >> >> ============================================================================== >> --- commons/proper/compress/trunk/pom.xml (original) >> +++ commons/proper/compress/trunk/pom.xml Mon May 13 17:45:10 2013 >> @@ -1,4 +1,4 @@ >> -<?xml version="1.0" encoding="UTF-8"?> >> +<?xml version="1.0" encoding="UTF-8"?> >> > > What is this? Looks like an encoding problem.
It's a BOM. No idea what added that. I was using Notepad and Eclipse but I don't remember seeing that behaviour before. Now removed. > >> <!-- >> Licensed to the Apache Software Foundation (ASF) under one or more >> contributor license agreements. See the NOTICE file distributed with >> @@ -54,7 +54,7 @@ These include: bzip2, gzip, pack200, xz >> <dependency> >> <groupId>junit</groupId> >> <artifactId>junit</artifactId> >> - <version>4.10</version> >> + <version>4.11</version> >> <scope>test</scope> >> </dependency> >> <dependency> >> >> >> > > > -- > http://people.apache.org/~britter/ > http://www.systemoutprintln.de/ > http://twitter.com/BenediktRitter > http://github.com/britter --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
