From 893c5479bf7b1cbcfe35157aefc6022a2e940851 Mon Sep 17 00:00:00 2001 From: chanhyeong-cho Date: Fri, 13 Dec 2024 16:19:29 +0900 Subject: [PATCH] Release 1.3.0 --- README.md | 1 + buildSrc/src/main/groovy/eventeria.publish-conventions.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 781ee2c..c9d2d41 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Event Driven lightweight message format eventeria | spring-boot | spring-cloud-stream -----------|---------------|--------------------- + 1.3.0 | 3.4.x | 4.2.x 1.2.2 | 3.2.x ~ 3.3.x | 4.1.x 1.1.1 | 3.0.x ~ 3.1.x | 4.0.x 1.0.1 | 2.7.x | 3.2.x diff --git a/buildSrc/src/main/groovy/eventeria.publish-conventions.gradle b/buildSrc/src/main/groovy/eventeria.publish-conventions.gradle index 058bd59..1ebdf97 100644 --- a/buildSrc/src/main/groovy/eventeria.publish-conventions.gradle +++ b/buildSrc/src/main/groovy/eventeria.publish-conventions.gradle @@ -4,7 +4,7 @@ plugins { } group "com.navercorp.eventeria" -version "1.2.2-SNAPSHOT" +version "1.3.0" tasks.withType(Javadoc).configureEach { enabled = false }