From c352a9c760c22904b3ad65ebeb4068d67bcb03d4 Mon Sep 17 00:00:00 2001 From: Swordsteel Date: Mon, 11 Nov 2024 11:50:44 +0100 Subject: [PATCH] add hlaeja common messages library --- hlaeja.versions.toml | 4 ++++ release.sh | 1 + 2 files changed, 5 insertions(+) diff --git a/hlaeja.versions.toml b/hlaeja.versions.toml index 65f8dbc..6ed127f 100644 --- a/hlaeja.versions.toml +++ b/hlaeja.versions.toml @@ -9,6 +9,7 @@ jlleitschuhKtlintPlugin = "12.1.1" # hlaeja version hlaejaCorePlugin = "0.1.0" hlaejaCommonPlugin = "0.1.0" +hlaejaCommonMessages = "0.1.0-SNAPSHOT" [libraries] @@ -31,6 +32,9 @@ org-springframework-springboot-gradle-plugin = { group = "org.springframework.bo # plugin common dependencies hlaeja ltd-hlaeja-plugin-core = { group = "ltd.hlaeja.plugin.hlaeja-core-plugin", name = "ltd.hlaeja.plugin.hlaeja-core-plugin.gradle.plugin", version.ref = "hlaejaCorePlugin" } +# plugin common dependencies hlaeja +ltd-hlaeja-library-common-messages = { group = "ltd.hlaeja.library", name = "hlaeja-common-messages", version.ref = "hlaejaCommonMessages" } + [plugins] # kotlin plugin diff --git a/release.sh b/release.sh index 26b5c40..16a7267 100755 --- a/release.sh +++ b/release.sh @@ -85,6 +85,7 @@ check_differences master # un-snapshot catalog versions for release un_snapshot_catalog "hlaejaCorePlugin" un_snapshot_catalog "hlaejaCommonPlugin" +un_snapshot_catalog "hlaejaCommonMessages" # un-snapshot properties for release un_snapshot_version version