I think it matters for snapshot builds to be deployed by mvn deploy. Unless I am missing something?
Gary <div>-------- Original message --------</div><div>From: Ralph Goers <[email protected]> </div><div>Date:11/23/2014 21:51 (GMT-05:00) </div><div>To: Log4J Developers List <[email protected]> </div><div>Cc: </div><div>Subject: Re: logging-log4j2 git commit: Marking next version as 2.2 due to new features: connect timeouts on socket and syslog appenders and likely more to come. Previously, we only had bug fixes and updates. </div><div> </div>Just FYI - this isn’t really necessary. When we do the next release I will specify -DreleaseVersion=2.2.0 -DdevelopmentVersion=2.2.1. I just have to know what the version number is going to be before we start the release. Ralph > On Nov 17, 2014, at 11:10 PM, [email protected] wrote: > > Repository: logging-log4j2 > Updated Branches: > refs/heads/master 39a4296eb -> 6d15c529c > > > Marking next version as 2.2 due to new features: connect timeouts on > socket and syslog appenders and likely more to come. Previously, we only > had bug fixes and updates. > > Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo > Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/6d15c529 > Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/6d15c529 > Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/6d15c529 > > Branch: refs/heads/master > Commit: 6d15c529c7a081e9361f469ed79d5f6303547493 > Parents: 39a4296 > Author: Gary Gregory <[email protected]> > Authored: Tue Nov 18 01:10:10 2014 -0500 > Committer: Gary Gregory <[email protected]> > Committed: Tue Nov 18 01:10:10 2014 -0500 > > ---------------------------------------------------------------------- > log4j-1.2-api/pom.xml | 2 +- > log4j-api/pom.xml | 2 +- > log4j-bom/pom.xml | 2 +- > log4j-core/pom.xml | 2 +- > log4j-distribution/pom.xml | 2 +- > log4j-flume-ng/pom.xml | 2 +- > log4j-iostreams/pom.xml | 2 +- > log4j-jcl/pom.xml | 2 +- > log4j-jmx-gui/pom.xml | 2 +- > log4j-jul/pom.xml | 2 +- > log4j-nosql/pom.xml | 2 +- > log4j-perf/pom.xml | 2 +- > log4j-samples/flume-common/pom.xml | 2 +- > log4j-samples/flume-embedded/pom.xml | 2 +- > log4j-samples/flume-remote/pom.xml | 2 +- > log4j-samples/pom.xml | 2 +- > log4j-slf4j-impl/pom.xml | 2 +- > log4j-taglib/pom.xml | 2 +- > log4j-to-slf4j/pom.xml | 2 +- > log4j-web/pom.xml | 2 +- > 20 files changed, 20 insertions(+), 20 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d15c529/log4j-1.2-api/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-1.2-api/pom.xml b/log4j-1.2-api/pom.xml > index 239b297..2a98108 100644 > --- a/log4j-1.2-api/pom.xml > +++ b/log4j-1.2-api/pom.xml > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1.1-SNAPSHOT</version> > + <version>2.2-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-1.2-api</artifactId> > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d15c529/log4j-api/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-api/pom.xml b/log4j-api/pom.xml > index e822efc..d925dc1 100644 > --- a/log4j-api/pom.xml > +++ b/log4j-api/pom.xml > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1.1-SNAPSHOT</version> > + <version>2.2-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-api</artifactId> > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d15c529/log4j-bom/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-bom/pom.xml b/log4j-bom/pom.xml > index 97ca4fb..4dca7bb 100644 > --- a/log4j-bom/pom.xml > +++ b/log4j-bom/pom.xml > @@ -26,7 +26,7 @@ > <description>Apache Log4j Bill of Materials</description> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j-bom</artifactId> > - <version>2.1.1-SNAPSHOT</version> > + <version>2.2-SNAPSHOT</version> > <packaging>pom</packaging> > <dependencyManagement> > <dependencies> > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d15c529/log4j-core/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml > index 1983fa1..2149abd 100644 > --- a/log4j-core/pom.xml > +++ b/log4j-core/pom.xml > @@ -21,7 +21,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1.1-SNAPSHOT</version> > + <version>2.2-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-core</artifactId> > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d15c529/log4j-distribution/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-distribution/pom.xml b/log4j-distribution/pom.xml > index fb605c0..72f0c0f 100644 > --- a/log4j-distribution/pom.xml > +++ b/log4j-distribution/pom.xml > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1.1-SNAPSHOT</version> > + <version>2.2-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-distribution</artifactId> > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d15c529/log4j-flume-ng/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-flume-ng/pom.xml b/log4j-flume-ng/pom.xml > index a674716..da8ade9 100644 > --- a/log4j-flume-ng/pom.xml > +++ b/log4j-flume-ng/pom.xml > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1.1-SNAPSHOT</version> > + <version>2.2-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-flume-ng</artifactId> > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d15c529/log4j-iostreams/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-iostreams/pom.xml b/log4j-iostreams/pom.xml > index afa8a51..bcb45fb 100644 > --- a/log4j-iostreams/pom.xml > +++ b/log4j-iostreams/pom.xml > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1.1-SNAPSHOT</version> > + <version>2.2-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-iostreams</artifactId> > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d15c529/log4j-jcl/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-jcl/pom.xml b/log4j-jcl/pom.xml > index 2814204..116d37a 100644 > --- a/log4j-jcl/pom.xml > +++ b/log4j-jcl/pom.xml > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1.1-SNAPSHOT</version> > + <version>2.2-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-jcl</artifactId> > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d15c529/log4j-jmx-gui/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-jmx-gui/pom.xml b/log4j-jmx-gui/pom.xml > index 5c512c8..e65b056 100644 > --- a/log4j-jmx-gui/pom.xml > +++ b/log4j-jmx-gui/pom.xml > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1.1-SNAPSHOT</version> > + <version>2.2-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-jmx-gui</artifactId> > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d15c529/log4j-jul/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-jul/pom.xml b/log4j-jul/pom.xml > index c413048..1519201 100644 > --- a/log4j-jul/pom.xml > +++ b/log4j-jul/pom.xml > @@ -20,7 +20,7 @@ > <parent> > <artifactId>log4j</artifactId> > <groupId>org.apache.logging.log4j</groupId> > - <version>2.1.1-SNAPSHOT</version> > + <version>2.2-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <modelVersion>4.0.0</modelVersion> > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d15c529/log4j-nosql/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-nosql/pom.xml b/log4j-nosql/pom.xml > index 22f5100..812326b 100644 > --- a/log4j-nosql/pom.xml > +++ b/log4j-nosql/pom.xml > @@ -20,7 +20,7 @@ > <parent> > <artifactId>log4j</artifactId> > <groupId>org.apache.logging.log4j</groupId> > - <version>2.1.1-SNAPSHOT</version> > + <version>2.2-SNAPSHOT</version> > </parent> > <modelVersion>4.0.0</modelVersion> > > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d15c529/log4j-perf/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml > index c02623b..7424af9 100644 > --- a/log4j-perf/pom.xml > +++ b/log4j-perf/pom.xml > @@ -20,7 +20,7 @@ > <parent> > <artifactId>log4j</artifactId> > <groupId>org.apache.logging.log4j</groupId> > - <version>2.1.1-SNAPSHOT</version> > + <version>2.2-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d15c529/log4j-samples/flume-common/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-samples/flume-common/pom.xml > b/log4j-samples/flume-common/pom.xml > index e13580a..cda06f7 100644 > --- a/log4j-samples/flume-common/pom.xml > +++ b/log4j-samples/flume-common/pom.xml > @@ -20,7 +20,7 @@ > <parent> > <artifactId>log4j-samples</artifactId> > <groupId>org.apache.logging.log4j.samples</groupId> > - <version>2.1.1-SNAPSHOT</version> > + <version>2.2-SNAPSHOT</version> > </parent> > <artifactId>log4j-samples-flume-common</artifactId> > <packaging>jar</packaging> > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d15c529/log4j-samples/flume-embedded/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-samples/flume-embedded/pom.xml > b/log4j-samples/flume-embedded/pom.xml > index 2aaadae..dcfd5c2 100644 > --- a/log4j-samples/flume-embedded/pom.xml > +++ b/log4j-samples/flume-embedded/pom.xml > @@ -20,7 +20,7 @@ > <parent> > <artifactId>log4j-samples</artifactId> > <groupId>org.apache.logging.log4j.samples</groupId> > - <version>2.1.1-SNAPSHOT</version> > + <version>2.2-SNAPSHOT</version> > </parent> > <artifactId>log4j-samples-flume-embedded</artifactId> > <packaging>war</packaging> > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d15c529/log4j-samples/flume-remote/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-samples/flume-remote/pom.xml > b/log4j-samples/flume-remote/pom.xml > index 92a9361..6a19202 100644 > --- a/log4j-samples/flume-remote/pom.xml > +++ b/log4j-samples/flume-remote/pom.xml > @@ -20,7 +20,7 @@ > <parent> > <artifactId>log4j-samples</artifactId> > <groupId>org.apache.logging.log4j.samples</groupId> > - <version>2.1.1-SNAPSHOT</version> > + <version>2.2-SNAPSHOT</version> > </parent> > <artifactId>log4j-samples-flume-remote</artifactId> > <packaging>war</packaging> > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d15c529/log4j-samples/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-samples/pom.xml b/log4j-samples/pom.xml > index 0cdcb6b..823f437 100644 > --- a/log4j-samples/pom.xml > +++ b/log4j-samples/pom.xml > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1.1-SNAPSHOT</version> > + <version>2.2-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <groupId>org.apache.logging.log4j.samples</groupId> > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d15c529/log4j-slf4j-impl/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-slf4j-impl/pom.xml b/log4j-slf4j-impl/pom.xml > index 0d1336a..a8221d0 100644 > --- a/log4j-slf4j-impl/pom.xml > +++ b/log4j-slf4j-impl/pom.xml > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1.1-SNAPSHOT</version> > + <version>2.2-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-slf4j-impl</artifactId> > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d15c529/log4j-taglib/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-taglib/pom.xml b/log4j-taglib/pom.xml > index 218673a..8c142ba 100644 > --- a/log4j-taglib/pom.xml > +++ b/log4j-taglib/pom.xml > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1.1-SNAPSHOT</version> > + <version>2.2-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-taglib</artifactId> > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d15c529/log4j-to-slf4j/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-to-slf4j/pom.xml b/log4j-to-slf4j/pom.xml > index fd14d35..e4e85f1 100644 > --- a/log4j-to-slf4j/pom.xml > +++ b/log4j-to-slf4j/pom.xml > @@ -20,7 +20,7 @@ > <parent> > <groupId>org.apache.logging.log4j</groupId> > <artifactId>log4j</artifactId> > - <version>2.1.1-SNAPSHOT</version> > + <version>2.2-SNAPSHOT</version> > <relativePath>../</relativePath> > </parent> > <artifactId>log4j-to-slf4j</artifactId> > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6d15c529/log4j-web/pom.xml > ---------------------------------------------------------------------- > diff --git a/log4j-web/pom.xml b/log4j-web/pom.xml > index a473fc0..028c1ed 100644 > --- a/log4j-web/pom.xml > +++ b/log4j-web/pom.xml > @@ -20,7 +20,7 @@ > <parent> > <artifactId>log4j</artifactId> > <groupId>org.apache.logging.log4j</groupId> > - <version>2.1.1-SNAPSHOT</version> > + <version>2.2-SNAPSHOT</version> > </parent> > <modelVersion>4.0.0</modelVersion> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
