You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2022/01/03 21:48:28 UTC

[logging-log4j-scala] branch master updated: Use version 12.1

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

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-scala.git


The following commit(s) were added to refs/heads/master by this push:
     new 0806b53  Use version 12.1
0806b53 is described below

commit 0806b5342ee33b3d47c22228eb7379530c763e2f
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Mon Jan 3 15:48:02 2022 -0600

    Use version 12.1
    
    It appears we did release 12.0.
---
 README.md                    | 2 +-
 src/asciidoctor/changes.adoc | 8 +++++++-
 version.sbt                  | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 7f21adb..5280fcb 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ SBT users can add the following dependencies to their `build.sbt` file:
 
 ```scala
 libraryDependencies ++= Seq(
-  "org.apache.logging.log4j" %% "log4j-api-scala" % "12.0",
+  "org.apache.logging.log4j" %% "log4j-api-scala" % "12.1",
   "org.apache.logging.log4j" % "log4j-api" % "2.17.1",
   "org.apache.logging.log4j" % "log4j-core" % "2.17.1" % Runtime
 )
diff --git a/src/asciidoctor/changes.adoc b/src/asciidoctor/changes.adoc
index 0aae618..5e8a6e7 100644
--- a/src/asciidoctor/changes.adoc
+++ b/src/asciidoctor/changes.adoc
@@ -16,6 +16,13 @@
 ////
 == ChangeLog
 
+=== Version 12.1
+
+[vertical]
+New Features::
+[horizontal]
+LOG4J2-3184::: Add support for Scala 3.0.
+
 === Version 12.0
 
 [vertical]
@@ -30,7 +37,6 @@ LOG4J2-2293::: Add required license files to sbt output artifacts.
 LOG4J2-2296::: Add sbt-site plugin and website configuration.
 LOG4J2-2291::: Add Jenkins pipeline for sbt build.
 LOG4J2-2668::: Add support for Scala 2.13.
-LOG4J2-3184::: Add support for Scala 3.0.
 
 [vertical]
 Bug Fixes:: None.
diff --git a/version.sbt b/version.sbt
index b6912fa..9140d63 100644
--- a/version.sbt
+++ b/version.sbt
@@ -1 +1 @@
-version in ThisBuild := "12.0-SNAPSHOT"
+version in ThisBuild := "12.1-SNAPSHOT"