You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/01/31 12:41:00 UTC

[logging-log4j-tools] branch release/0.2.0 created (now 2de9c8e)

This is an automated email from the ASF dual-hosted git repository.

vy pushed a change to branch release/0.2.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


      at 2de9c8e  Mark the 0.2.0 release

This branch includes the following new commits:

     new 2de9c8e  Mark the 0.2.0 release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[logging-log4j-tools] 01/01: Mark the 0.2.0 release

Posted by vy...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release/0.2.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git

commit 2de9c8e0865773050145424237c1840e8296a008
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Tue Jan 31 13:42:07 2023 +0100

    Mark the 0.2.0 release
---
 CHANGELOG.adoc | 2 +-
 pom.xml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 3b10e63..3ecd781 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 ////
 
-== Unreleased
+== 0.2.0 (2023-01-31)
 
 * Fixed Windows compatibility (for https://github.com/apache/logging-log4j-tools/issues/19[#19] by Piotr P. Karwasz, Volkan Yazıcı)
 
diff --git a/pom.xml b/pom.xml
index e120266..5ad160d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
   <properties>
 
     <!-- project version -->
-    <revision>0.2.0-SNAPSHOT</revision>
+    <revision>0.2.0</revision>
 
     <!-- `minimalJavaBuildVersion` is employed by `org.apache:apache`, which is the parent of `org.apache.logging:logging-parent`, which is the parent of us.
          `minimalJavaBuildVersion` is used for enforcing the compiler version.