From 1bb026f9d130f757a614e3abbd2910bdbc97bb50 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sat, 18 Feb 2023 21:08:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D0=BD=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 18 +++++++++++++++++- .../pom.xml | 3 --- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 35cf1cc..161e53c 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,23 @@ dev.struchkov.godfather.telegram telegram-bot-spring-boot-autoconfiguration - 0.0.1-SNAPSHOT + 0.0.50-SNAPSHOT + + + + dev.struchkov.godfather.telegram + telegram-consumer-simple + ${telegram.bot.version} + + + dev.struchkov.godfather.telegram + telegram-core-simple + ${telegram.bot.version} + + + dev.struchkov.godfather.telegram + telegram-sender-simple + ${telegram.bot.version} diff --git a/telegram-bot-spring-boot-autoconfiguration/pom.xml b/telegram-bot-spring-boot-autoconfiguration/pom.xml index 76f3fc9..23206b0 100644 --- a/telegram-bot-spring-boot-autoconfiguration/pom.xml +++ b/telegram-bot-spring-boot-autoconfiguration/pom.xml @@ -21,17 +21,14 @@ dev.struchkov.godfather.telegram telegram-consumer-simple - ${telegram.bot.version} dev.struchkov.godfather.telegram telegram-core-simple - ${telegram.bot.version} dev.struchkov.godfather.telegram telegram-sender-simple - ${telegram.bot.version}