From cac16cc60727b5506c5f7dd78044bbccd2125987 Mon Sep 17 00:00:00 2001 From: Pete Cornish Date: Fri, 17 Nov 2023 22:51:18 +0000 Subject: [PATCH] build: release v3.33.3. --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2fde4758..d0885db7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.33.3] - 2023-11-17 +### Changed +- build: fix shadow JAR publication for modules with Maven publications. +- ci: switch to prebuilt since binary. +- refactor: replaces openapi and rest distributions with core distribution. + ## [3.33.2] - 2023-11-17 ### Changed - build: fix shadow JAR publication for mock-hbase module. diff --git a/gradle.properties b/gradle.properties index 2b1ef140f..4694321af 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -projectVersion=0.0.0-SNAPSHOT +projectVersion=3.33.3