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/04 00:26:07 UTC

[logging-log4j-tools] branch release/0.1.0 created (now 18531f9)

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

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


      at 18531f9  Get ready for release 0.1.0

This branch includes the following new commits:

     new 18531f9  Get ready for release 0.1.0

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: Get ready for release 0.1.0

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.1.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git

commit 18531f90295e0fffbfb0906259b2a4b18571d589
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Wed Jan 4 01:26:43 2023 +0100

    Get ready for release 0.1.0
---
 CHANGELOG.adoc | 4 ++--
 pom.xml        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 18d6767..d9a0684 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -15,6 +15,6 @@ See the License for the specific language governing permissions and
 limitations under the License.
 ////
 
-== 0.1.0 (????-??-??)
+== 0.1.0 (2023-01-04)
 
-* Added `log4j-changelog` module (for https://issues.apache.org/jira/browse/LOG4J2-3628[LOG4J2-3628] by `vy`)
+* Added `log4j-tools-bom` and `log4j-changelog` modules (for https://issues.apache.org/jira/browse/LOG4J2-3628[LOG4J2-3628] by `vy`)
diff --git a/pom.xml b/pom.xml
index 879baad..8efe216 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
   <properties>
 
     <!-- project version -->
-    <revision>0.1.0-SNAPSHOT</revision>
+    <revision>0.1.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.