This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
commit b444665ecc40ce3f15fec487b12435d92e604d51 Author: Volkan Yazıcı <[email protected]> AuthorDate: Tue Mar 14 21:52:49 2023 +0100 Bump the version to 0.3.0 --- CHANGELOG.adoc | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index ab639b5..98d7e30 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. //// -== 0.x.x +== 0.3.0 (2023-03-14) * Upgrade the compiler version to Java 17, yet still target Java 8 diff --git a/pom.xml b/pom.xml index 2d17d51..022fe3c 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ <properties> <!-- project version --> - <revision>0.3.0-SNAPSHOT</revision> + <revision>0.3.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.
