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:01 UTC

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

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.