[maven-release-plugin] prepare release log4j-2.9-rc1
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c73b7c35 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c73b7c35 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c73b7c35 Branch: refs/heads/LOG4J2-1431 Commit: c73b7c35178d43960e393ec090e75c2cf664479b Parents: bf3a76d Author: rgoers <[email protected]> Authored: Sat Aug 26 13:36:18 2017 -0700 Committer: rgoers <[email protected]> Committed: Sat Aug 26 13:36:18 2017 -0700 ---------------------------------------------------------------------- log4j-1.2-api/pom.xml | 2 +- log4j-api-java9/pom.xml | 2 +- log4j-api/pom.xml | 2 +- log4j-bom/pom.xml | 6 +++++- log4j-core-its/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-liquibase/pom.xml | 2 +- log4j-nosql/pom.xml | 2 +- log4j-osgi/pom.xml | 2 +- log4j-perf/pom.xml | 2 +- log4j-samples/configuration/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/loggerProperties/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 ++-- 27 files changed, 32 insertions(+), 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-1.2-api/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-1.2-api/pom.xml b/log4j-1.2-api/pom.xml index 15fa86c..9f0b1cf 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.9-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-1.2-api</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-api-java9/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-api-java9/pom.xml b/log4j-api-java9/pom.xml index e491865..0194da6 100644 --- a/log4j-api-java9/pom.xml +++ b/log4j-api-java9/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.9-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-api-java9</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-api/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-api/pom.xml b/log4j-api/pom.xml index 0ba2fe8..2343339 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.9-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-api</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-bom/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-bom/pom.xml b/log4j-bom/pom.xml index 28b8128..47d4d7c 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.9-SNAPSHOT</version> + <version>2.9.0</version> <packaging>pom</packaging> <dependencyManagement> <dependencies> @@ -137,4 +137,8 @@ </plugin> </plugins> </build> + + <scm> + <tag>log4j-2.9-rc1</tag> + </scm> </project> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-core-its/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-core-its/pom.xml b/log4j-core-its/pom.xml index fe70cfa..f7d8b9b 100644 --- a/log4j-core-its/pom.xml +++ b/log4j-core-its/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.9-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-core-its</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-core/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml index b6e676e..6560e83 100644 --- a/log4j-core/pom.xml +++ b/log4j-core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.9-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-core</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-distribution/pom.xml b/log4j-distribution/pom.xml index f684618..34a909a 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.9-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-distribution</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-flume-ng/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-flume-ng/pom.xml b/log4j-flume-ng/pom.xml index b476d9a..03d782e 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.9-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-flume-ng</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-iostreams/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-iostreams/pom.xml b/log4j-iostreams/pom.xml index 26b342e..e360081 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.9-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-iostreams</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-jcl/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-jcl/pom.xml b/log4j-jcl/pom.xml index 67c250a..dff8ac6 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.9-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-jcl</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-jmx-gui/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-jmx-gui/pom.xml b/log4j-jmx-gui/pom.xml index ed18678..f71207f 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.9-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-jmx-gui</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-jul/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-jul/pom.xml b/log4j-jul/pom.xml index b72c9d0..5315d37 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.9-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-liquibase/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-liquibase/pom.xml b/log4j-liquibase/pom.xml index 8a64916..07f0148 100644 --- a/log4j-liquibase/pom.xml +++ b/log4j-liquibase/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.9-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-liquibase</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-nosql/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-nosql/pom.xml b/log4j-nosql/pom.xml index 77d13ec..9c4ff98 100644 --- a/log4j-nosql/pom.xml +++ b/log4j-nosql/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.9-SNAPSHOT</version> + <version>2.9.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-osgi/pom.xml b/log4j-osgi/pom.xml index cb5cbea..e3226d1 100644 --- a/log4j-osgi/pom.xml +++ b/log4j-osgi/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j</artifactId> - <version>2.9-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-osgi</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-perf/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml index 7860541..b56af3f 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.9-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-samples/configuration/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-samples/configuration/pom.xml b/log4j-samples/configuration/pom.xml index ebf4932..1026c33 100644 --- a/log4j-samples/configuration/pom.xml +++ b/log4j-samples/configuration/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>log4j-samples</artifactId> <groupId>org.apache.logging.log4j.samples</groupId> - <version>2.9-SNAPSHOT</version> + <version>2.9.0</version> </parent> <artifactId>log4j-samples-configuration</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-samples/flume-common/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-samples/flume-common/pom.xml b/log4j-samples/flume-common/pom.xml index 00ba7be..7f6b1d4 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.9-SNAPSHOT</version> + <version>2.9.0</version> </parent> <artifactId>log4j-samples-flume-common</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-samples/flume-embedded/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-samples/flume-embedded/pom.xml b/log4j-samples/flume-embedded/pom.xml index af5d00c..fc58826 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.9-SNAPSHOT</version> + <version>2.9.0</version> </parent> <artifactId>log4j-samples-flume-embedded</artifactId> <packaging>war</packaging> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-samples/flume-remote/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-samples/flume-remote/pom.xml b/log4j-samples/flume-remote/pom.xml index dfabc8c..0e318db 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.9-SNAPSHOT</version> + <version>2.9.0</version> </parent> <artifactId>log4j-samples-flume-remote</artifactId> <packaging>war</packaging> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-samples/loggerProperties/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-samples/loggerProperties/pom.xml b/log4j-samples/loggerProperties/pom.xml index 670b73f..f9be414 100644 --- a/log4j-samples/loggerProperties/pom.xml +++ b/log4j-samples/loggerProperties/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>log4j-samples</artifactId> <groupId>org.apache.logging.log4j.samples</groupId> - <version>2.9-SNAPSHOT</version> + <version>2.9.0</version> </parent> <artifactId>log4j-samples-loggerProperties</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-samples/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-samples/pom.xml b/log4j-samples/pom.xml index cc9fae1..ab8171a 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.9-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> <groupId>org.apache.logging.log4j.samples</groupId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-slf4j-impl/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-slf4j-impl/pom.xml b/log4j-slf4j-impl/pom.xml index abead76..ca76192 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.9-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-slf4j-impl</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-taglib/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-taglib/pom.xml b/log4j-taglib/pom.xml index ebdbd43..96595e1 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.9-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-taglib</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-to-slf4j/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-to-slf4j/pom.xml b/log4j-to-slf4j/pom.xml index 7a9f442..13e1dd7 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.9-SNAPSHOT</version> + <version>2.9.0</version> <relativePath>../</relativePath> </parent> <artifactId>log4j-to-slf4j</artifactId> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/log4j-web/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-web/pom.xml b/log4j-web/pom.xml index 14d08d8..67e76c3 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.9-SNAPSHOT</version> + <version>2.9.0</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c73b7c35/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 60cf6ad..a95f1f7 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <artifactId>log4j</artifactId> <packaging>pom</packaging> <name>Apache Log4j 2</name> - <version>2.9-SNAPSHOT</version> + <version>2.9.0</version> <parent> <groupId>org.apache.logging</groupId> <artifactId>logging-parent</artifactId> @@ -165,7 +165,7 @@ <connection>scm:git:https://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-${Log4jReleaseVersion}</tag> + <tag>log4j-2.9-rc1</tag> </scm> <properties> <!-- make sure to update these for each release! -->
