This is an automated email from the ASF dual-hosted git repository. mattsicker pushed a commit to branch log4j-2.3.x in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit dfc35cfb8bdbda7043439ac7027edfa2d400b5c2 Author: Matt Sicker <[email protected]> AuthorDate: Tue Dec 28 19:21:57 2021 -0600 [maven-release-plugin] prepare release log4j-2.3.2-rc1 --- log4j-1.2-api/pom.xml | 2 +- log4j-api/pom.xml | 2 +- log4j-bom/pom.xml | 4 ++-- 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 +- pom.xml | 4 ++-- 21 files changed, 23 insertions(+), 23 deletions(-) diff --git a/log4j-1.2-api/pom.xml b/log4j-1.2-api/pom.xml index 658b3de..f2a16da 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-1.2-api</artifactId> diff --git a/log4j-api/pom.xml b/log4j-api/pom.xml index e415be6..6be6947 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-api</artifactId> diff --git a/log4j-bom/pom.xml b/log4j-bom/pom.xml index 381a3eb..3b403bf 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> <packaging>pom</packaging> <dependencyManagement> <dependencies> @@ -125,6 +125,6 @@ </build> <scm> - <tag>log4j-2.3</tag> + <tag>log4j-2.3.2-rc1</tag> </scm> </project> diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml index a425ec8..0e9ed95 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-core</artifactId> diff --git a/log4j-distribution/pom.xml b/log4j-distribution/pom.xml index 15d78f8..4f808d5 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-distribution</artifactId> diff --git a/log4j-flume-ng/pom.xml b/log4j-flume-ng/pom.xml index 15407ab..c625325 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-flume-ng</artifactId> diff --git a/log4j-iostreams/pom.xml b/log4j-iostreams/pom.xml index 3df68ad..bdd71e6 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-iostreams</artifactId> diff --git a/log4j-jcl/pom.xml b/log4j-jcl/pom.xml index 53367c1..2677f67 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-jcl</artifactId> diff --git a/log4j-jmx-gui/pom.xml b/log4j-jmx-gui/pom.xml index ccf9214..1450eca 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-jmx-gui</artifactId> diff --git a/log4j-jul/pom.xml b/log4j-jul/pom.xml index 67a5efb..5e4d56b 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/log4j-nosql/pom.xml b/log4j-nosql/pom.xml index dc858c4..4c9bb2e 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml index 1c87301..294a717 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> <relativePath>../</relativePath> </parent> diff --git a/log4j-samples/flume-common/pom.xml b/log4j-samples/flume-common/pom.xml index 07b5771..2cf405a 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> </parent> <artifactId>log4j-samples-flume-common</artifactId> <packaging>jar</packaging> diff --git a/log4j-samples/flume-embedded/pom.xml b/log4j-samples/flume-embedded/pom.xml index 322bafb..351e51b 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> </parent> <artifactId>log4j-samples-flume-embedded</artifactId> <packaging>war</packaging> diff --git a/log4j-samples/flume-remote/pom.xml b/log4j-samples/flume-remote/pom.xml index cb08320..8b48837 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> </parent> <artifactId>log4j-samples-flume-remote</artifactId> <packaging>war</packaging> diff --git a/log4j-samples/pom.xml b/log4j-samples/pom.xml index 39d8bfa..052b94f 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> <relativePath>../</relativePath> </parent> <groupId>org.apache.logging.log4j.samples</groupId> diff --git a/log4j-slf4j-impl/pom.xml b/log4j-slf4j-impl/pom.xml index 999c042..71347fc 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-slf4j-impl</artifactId> diff --git a/log4j-taglib/pom.xml b/log4j-taglib/pom.xml index 80fba16..161657a 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-taglib</artifactId> diff --git a/log4j-to-slf4j/pom.xml b/log4j-to-slf4j/pom.xml index a4f0920..a70ead3 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-to-slf4j</artifactId> diff --git a/log4j-web/pom.xml b/log4j-web/pom.xml index 6a431b5..9326d33 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.3.2-SNAPSHOT</version> + <version>2.3.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index ecca91c..1db2ae5 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <artifactId>log4j</artifactId> <packaging>pom</packaging> <name>Apache Log4j 2</name> - <version>2.3.2-SNAPSHOT</version> + <version>2.3.2</version> <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> @@ -145,7 +145,7 @@ <connection>scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4j2.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4j2.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=logging-log4j2.git;a=summary</url> - <tag>log4j-2.3</tag> + <tag>log4j-2.3.2-rc1</tag> </scm> <organization> <name>Apache Software Foundation</name>
