I agree! I tried to use ${project.version} in all poms, but the build failed... Don't know why it work in the BOM but not in other modules... So I just gave up.
On Fri, Jul 25, 2014 at 12:09 AM, Gary Gregory <garydgreg...@gmail.com> wrote: > Why don't we define the version in one place? > > Gary > > ---------- Forwarded message ---------- > From: <rpo...@apache.org> > Date: Thu, Jul 24, 2014 at 11:00 AM > Subject: svn commit: r1613156 - in /logging/log4j/log4j2/trunk: ./ > log4j-1.2-api/ log4j-api/ log4j-core/ log4j-distribution/ log4j-flume-ng/ > log4j-jcl/ log4j-jmx-gui/ log4j-nosql/ log4j-perf/ log4j-samples/ > log4j-samples/flume-common/ log4j-samples/flume-embedd... > To: comm...@logging.apache.org > > > Author: rpopma > Date: Thu Jul 24 15:00:25 2014 > New Revision: 1613156 > > URL: http://svn.apache.org/r1613156 > Log: > version change from 2.1 to 2.0.1 > > Modified: > logging/log4j/log4j2/trunk/log4j-1.2-api/pom.xml > logging/log4j/log4j2/trunk/log4j-api/pom.xml > logging/log4j/log4j2/trunk/log4j-core/pom.xml > logging/log4j/log4j2/trunk/log4j-distribution/pom.xml > logging/log4j/log4j2/trunk/log4j-flume-ng/pom.xml > logging/log4j/log4j2/trunk/log4j-jcl/pom.xml > logging/log4j/log4j2/trunk/log4j-jmx-gui/pom.xml > logging/log4j/log4j2/trunk/log4j-nosql/pom.xml > logging/log4j/log4j2/trunk/log4j-perf/pom.xml > logging/log4j/log4j2/trunk/log4j-samples/flume-common/pom.xml > logging/log4j/log4j2/trunk/log4j-samples/flume-embedded/pom.xml > logging/log4j/log4j2/trunk/log4j-samples/flume-remote/pom.xml > logging/log4j/log4j2/trunk/log4j-samples/pom.xml > logging/log4j/log4j2/trunk/log4j-slf4j-impl/pom.xml > logging/log4j/log4j2/trunk/log4j-taglib/pom.xml > logging/log4j/log4j2/trunk/log4j-to-slf4j/pom.xml > logging/log4j/log4j2/trunk/log4j-web/pom.xml > logging/log4j/log4j2/trunk/pom.xml > > Modified: logging/log4j/log4j2/trunk/log4j-1.2-api/pom.xml > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-1.2-api/pom.xml?rev=1613156&r1=1613155&r2=1613156&view=diff > > ============================================================================== > --- logging/log4j/log4j2/trunk/log4j-1.2-api/pom.xml (original) > +++ logging/log4j/log4j2/trunk/log4j-1.2-api/pom.xml Thu Jul 24 15:00:25 > 2014 > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1-SNAPSHOT</version> > + <version>2.0.1-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-1.2-api</artifactId> > > Modified: logging/log4j/log4j2/trunk/log4j-api/pom.xml > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-api/pom.xml?rev=1613156&r1=1613155&r2=1613156&view=diff > > ============================================================================== > --- logging/log4j/log4j2/trunk/log4j-api/pom.xml (original) > +++ logging/log4j/log4j2/trunk/log4j-api/pom.xml Thu Jul 24 15:00:25 2014 > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1-SNAPSHOT</version> > + <version>2.0.1-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-api</artifactId> > > Modified: logging/log4j/log4j2/trunk/log4j-core/pom.xml > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/pom.xml?rev=1613156&r1=1613155&r2=1613156&view=diff > > ============================================================================== > --- logging/log4j/log4j2/trunk/log4j-core/pom.xml (original) > +++ logging/log4j/log4j2/trunk/log4j-core/pom.xml Thu Jul 24 15:00:25 2014 > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1-SNAPSHOT</version> > + <version>2.0.1-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-core</artifactId> > > Modified: logging/log4j/log4j2/trunk/log4j-distribution/pom.xml > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-distribution/pom.xml?rev=1613156&r1=1613155&r2=1613156&view=diff > > ============================================================================== > --- logging/log4j/log4j2/trunk/log4j-distribution/pom.xml (original) > +++ logging/log4j/log4j2/trunk/log4j-distribution/pom.xml Thu Jul 24 > 15:00:25 2014 > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1-SNAPSHOT</version> > + <version>2.0.1-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-distribution</artifactId> > > Modified: logging/log4j/log4j2/trunk/log4j-flume-ng/pom.xml > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-flume-ng/pom.xml?rev=1613156&r1=1613155&r2=1613156&view=diff > > ============================================================================== > --- logging/log4j/log4j2/trunk/log4j-flume-ng/pom.xml (original) > +++ logging/log4j/log4j2/trunk/log4j-flume-ng/pom.xml Thu Jul 24 15:00:25 > 2014 > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1-SNAPSHOT</version> > + <version>2.0.1-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-flume-ng</artifactId> > > Modified: logging/log4j/log4j2/trunk/log4j-jcl/pom.xml > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-jcl/pom.xml?rev=1613156&r1=1613155&r2=1613156&view=diff > > ============================================================================== > --- logging/log4j/log4j2/trunk/log4j-jcl/pom.xml (original) > +++ logging/log4j/log4j2/trunk/log4j-jcl/pom.xml Thu Jul 24 15:00:25 2014 > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1-SNAPSHOT</version> > + <version>2.0.1-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-jcl</artifactId> > > Modified: logging/log4j/log4j2/trunk/log4j-jmx-gui/pom.xml > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-jmx-gui/pom.xml?rev=1613156&r1=1613155&r2=1613156&view=diff > > ============================================================================== > --- logging/log4j/log4j2/trunk/log4j-jmx-gui/pom.xml (original) > +++ logging/log4j/log4j2/trunk/log4j-jmx-gui/pom.xml Thu Jul 24 15:00:25 > 2014 > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1-SNAPSHOT</version> > + <version>2.0.1-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-jmx-gui</artifactId> > > Modified: logging/log4j/log4j2/trunk/log4j-nosql/pom.xml > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-nosql/pom.xml?rev=1613156&r1=1613155&r2=1613156&view=diff > > ============================================================================== > --- logging/log4j/log4j2/trunk/log4j-nosql/pom.xml (original) > +++ logging/log4j/log4j2/trunk/log4j-nosql/pom.xml Thu Jul 24 15:00:25 2014 > @@ -20,7 +20,7 @@ > <parent> > <artifactId>log4j</artifactId> > <groupId>org.apache.logging.log4j</groupId> > - <version>2.1-SNAPSHOT</version> > + <version>2.0.1-SNAPSHOT</version> > </parent> > <modelVersion>4.0.0</modelVersion> > > > Modified: logging/log4j/log4j2/trunk/log4j-perf/pom.xml > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-perf/pom.xml?rev=1613156&r1=1613155&r2=1613156&view=diff > > ============================================================================== > --- logging/log4j/log4j2/trunk/log4j-perf/pom.xml (original) > +++ logging/log4j/log4j2/trunk/log4j-perf/pom.xml Thu Jul 24 15:00:25 2014 > @@ -20,7 +20,7 @@ > <parent> > <artifactId>log4j</artifactId> > <groupId>org.apache.logging.log4j</groupId> > - <version>2.1-SNAPSHOT</version> > + <version>2.0.1-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > > > Modified: logging/log4j/log4j2/trunk/log4j-samples/flume-common/pom.xml > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-samples/flume-common/pom.xml?rev=1613156&r1=1613155&r2=1613156&view=diff > > ============================================================================== > --- logging/log4j/log4j2/trunk/log4j-samples/flume-common/pom.xml > (original) > +++ logging/log4j/log4j2/trunk/log4j-samples/flume-common/pom.xml Thu Jul > 24 15:00:25 2014 > @@ -20,7 +20,7 @@ > <parent> > <artifactId>log4j-samples</artifactId> > <groupId>org.apache.logging.log4j.samples</groupId> > - <version>2.1-SNAPSHOT</version> > + <version>2.0.1-SNAPSHOT</version> > </parent> > <artifactId>log4j-samples-flume-common</artifactId> > <packaging>jar</packaging> > > Modified: logging/log4j/log4j2/trunk/log4j-samples/flume-embedded/pom.xml > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-samples/flume-embedded/pom.xml?rev=1613156&r1=1613155&r2=1613156&view=diff > > ============================================================================== > --- logging/log4j/log4j2/trunk/log4j-samples/flume-embedded/pom.xml > (original) > +++ logging/log4j/log4j2/trunk/log4j-samples/flume-embedded/pom.xml Thu > Jul 24 15:00:25 2014 > @@ -20,7 +20,7 @@ > <parent> > <artifactId>log4j-samples</artifactId> > <groupId>org.apache.logging.log4j.samples</groupId> > - <version>2.1-SNAPSHOT</version> > + <version>2.0.1-SNAPSHOT</version> > </parent> > <artifactId>log4j-samples-flume-embedded</artifactId> > <packaging>war</packaging> > > Modified: logging/log4j/log4j2/trunk/log4j-samples/flume-remote/pom.xml > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-samples/flume-remote/pom.xml?rev=1613156&r1=1613155&r2=1613156&view=diff > > ============================================================================== > --- logging/log4j/log4j2/trunk/log4j-samples/flume-remote/pom.xml > (original) > +++ logging/log4j/log4j2/trunk/log4j-samples/flume-remote/pom.xml Thu Jul > 24 15:00:25 2014 > @@ -20,7 +20,7 @@ > <parent> > <artifactId>log4j-samples</artifactId> > <groupId>org.apache.logging.log4j.samples</groupId> > - <version>2.1-SNAPSHOT</version> > + <version>2.0.1-SNAPSHOT</version> > </parent> > <artifactId>log4j-samples-flume-remote</artifactId> > <packaging>war</packaging> > > Modified: logging/log4j/log4j2/trunk/log4j-samples/pom.xml > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-samples/pom.xml?rev=1613156&r1=1613155&r2=1613156&view=diff > > ============================================================================== > --- logging/log4j/log4j2/trunk/log4j-samples/pom.xml (original) > +++ logging/log4j/log4j2/trunk/log4j-samples/pom.xml Thu Jul 24 15:00:25 > 2014 > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1-SNAPSHOT</version> > + <version>2.0.1-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <groupId>org.apache.logging.log4j.samples</groupId> > > Modified: logging/log4j/log4j2/trunk/log4j-slf4j-impl/pom.xml > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-slf4j-impl/pom.xml?rev=1613156&r1=1613155&r2=1613156&view=diff > > ============================================================================== > --- logging/log4j/log4j2/trunk/log4j-slf4j-impl/pom.xml (original) > +++ logging/log4j/log4j2/trunk/log4j-slf4j-impl/pom.xml Thu Jul 24 > 15:00:25 2014 > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1-SNAPSHOT</version> > + <version>2.0.1-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-slf4j-impl</artifactId> > > Modified: logging/log4j/log4j2/trunk/log4j-taglib/pom.xml > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-taglib/pom.xml?rev=1613156&r1=1613155&r2=1613156&view=diff > > ============================================================================== > --- logging/log4j/log4j2/trunk/log4j-taglib/pom.xml (original) > +++ logging/log4j/log4j2/trunk/log4j-taglib/pom.xml Thu Jul 24 15:00:25 > 2014 > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1-SNAPSHOT</version> > + <version>2.0.1-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-taglib</artifactId> > > Modified: logging/log4j/log4j2/trunk/log4j-to-slf4j/pom.xml > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-to-slf4j/pom.xml?rev=1613156&r1=1613155&r2=1613156&view=diff > > ============================================================================== > --- logging/log4j/log4j2/trunk/log4j-to-slf4j/pom.xml (original) > +++ logging/log4j/log4j2/trunk/log4j-to-slf4j/pom.xml Thu Jul 24 15:00:25 > 2014 > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1-SNAPSHOT</version> > + <version>2.0.1-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-to-slf4j</artifactId> > > Modified: logging/log4j/log4j2/trunk/log4j-web/pom.xml > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-web/pom.xml?rev=1613156&r1=1613155&r2=1613156&view=diff > > ============================================================================== > --- logging/log4j/log4j2/trunk/log4j-web/pom.xml (original) > +++ logging/log4j/log4j2/trunk/log4j-web/pom.xml Thu Jul 24 15:00:25 2014 > @@ -20,7 +20,7 @@ > <parent> > <artifactId>log4j</artifactId> > <groupId>org.apache.logging.log4j</groupId> > - <version>2.1-SNAPSHOT</version> > + <version>2.0.1-SNAPSHOT</version> > </parent> > <modelVersion>4.0.0</modelVersion> > > > Modified: logging/log4j/log4j2/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1613156&r1=1613155&r2=1613156&view=diff > > ============================================================================== > --- logging/log4j/log4j2/trunk/pom.xml (original) > +++ logging/log4j/log4j2/trunk/pom.xml Thu Jul 24 15:00:25 2014 > @@ -21,7 +21,7 @@ > <artifactId>log4j</artifactId> > <packaging>pom</packaging> > <name>Apache Log4j 2</name> > - <version>2.1-SNAPSHOT</version> > + <version>2.0.1-SNAPSHOT</version> > <parent> > <groupId>org.apache</groupId> > <artifactId>apache</artifactId> > > > > > > -- > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org > Java Persistence with Hibernate, Second Edition > <http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory >