But this uses the parent pom version otherwise. I didn't think it was necessary to have! But it's certainly a better idea to use the property rather than hardcoded.
On 4 August 2014 08:35, Remko Popma <[email protected]> wrote: > Thanks! > > > On Mon, Aug 4, 2014 at 10:29 PM, <[email protected]> wrote: > >> Author: ggregory >> Date: Mon Aug 4 13:29:26 2014 >> New Revision: 1615552 >> >> URL: http://svn.apache.org/r1615552 >> Log: >> Add missing Disruptor version. >> >> Modified: >> logging/log4j/log4j2/trunk/log4j-perf/pom.xml >> >> Modified: logging/log4j/log4j2/trunk/log4j-perf/pom.xml >> URL: >> http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-perf/pom.xml?rev=1615552&r1=1615551&r2=1615552&view=diff >> >> ============================================================================== >> --- logging/log4j/log4j2/trunk/log4j-perf/pom.xml (original) >> +++ logging/log4j/log4j2/trunk/log4j-perf/pom.xml Mon Aug 4 13:29:26 2014 >> @@ -80,6 +80,7 @@ >> <dependency> >> <groupId>com.lmax</groupId> >> <artifactId>disruptor</artifactId> >> + <version>${disruptor.version}</version> >> </dependency> >> </dependencies> >> >> >> >> > -- Matt Sicker <[email protected]>
