diff --git a/README.md b/README.md index f7a862cd..df19c26d 100644 --- a/README.md +++ b/README.md @@ -27,16 +27,16 @@ Just import add the library to your project with one of these options: org.telegram telegrambots - 4.1 + 4.1.1 ``` ```gradle - compile "org.telegram:telegrambots:4.1" + compile "org.telegram:telegrambots:4.1.1" ``` - 2. Using Jitpack from [here](https://jitpack.io/#rubenlagus/TelegramBots/4.1) - 3. Download the jar(including all dependencies) from [here](https://github.com/rubenlagus/TelegramBots/releases/tag/v4.1) + 2. Using Jitpack from [here](https://jitpack.io/#rubenlagus/TelegramBots/4.1.1) + 3. Download the jar(including all dependencies) from [here](https://github.com/rubenlagus/TelegramBots/releases/tag/v4.1.1) In order to use Long Polling mode, just create your own bot extending `org.telegram.telegrambots.bots.TelegramLongPollingBot`. diff --git a/TelegramBots.wiki/Getting-Started.md b/TelegramBots.wiki/Getting-Started.md index 2bea5d5d..9b5e132a 100644 --- a/TelegramBots.wiki/Getting-Started.md +++ b/TelegramBots.wiki/Getting-Started.md @@ -11,13 +11,13 @@ First you need ot get the library and add it to your project. There are few poss org.telegram telegrambots - 4.1 + 4.1.1 ``` * With **Gradle**: ```groovy - compile group: 'org.telegram', name: 'telegrambots', version: '4.1' + compile group: 'org.telegram', name: 'telegrambots', version: '4.1.1' ``` 2. Don't like **Maven Central Repository**? It can also be taken from [Jitpack](https://jitpack.io/#rubenlagus/TelegramBots). diff --git a/TelegramBots.wiki/abilities/Simple-Example.md b/TelegramBots.wiki/abilities/Simple-Example.md index a05dddc6..800d1b7c 100644 --- a/TelegramBots.wiki/abilities/Simple-Example.md +++ b/TelegramBots.wiki/abilities/Simple-Example.md @@ -9,12 +9,12 @@ As with any Java project, you will need to set your dependencies. org.telegram telegrambots-abilities - 4.1 + 4.1.1 ``` * **Gradle** ```groovy - compile group: 'org.telegram', name: 'telegrambots-abilties', version: '4.1' + compile group: 'org.telegram', name: 'telegrambots-abilties', version: '4.1.1' ``` * [JitPack](https://jitpack.io/#rubenlagus/TelegramBots) diff --git a/pom.xml b/pom.xml index b6176008..f1c491ae 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots pom - 4.1 + 4.1.1 telegrambots @@ -28,6 +28,5 @@ true - 4.1 \ No newline at end of file diff --git a/telegrambots-abilities/README.md b/telegrambots-abilities/README.md index 22f0dbd7..0e3bb90f 100644 --- a/telegrambots-abilities/README.md +++ b/telegrambots-abilities/README.md @@ -18,19 +18,19 @@ Usage org.telegram telegrambots-abilities - 4.1 + 4.1.1 ``` **Gradle** ```gradle - compile "org.telegram:telegrambots-abilities:4.1" + compile "org.telegram:telegrambots-abilities:4.1.1" ``` -**JitPack** - [JitPack](https://jitpack.io/#rubenlagus/TelegramBots/v4.1) +**JitPack** - [JitPack](https://jitpack.io/#rubenlagus/TelegramBots/v4.1.1) -**Plain imports** - [Here](https://github.com/rubenlagus/TelegramBots/releases/tag/v4.1) +**Plain imports** - [Here](https://github.com/rubenlagus/TelegramBots/releases/tag/v4.1.1) Motivation ---------- diff --git a/telegrambots-abilities/pom.xml b/telegrambots-abilities/pom.xml index 3f83756e..b9c00fcc 100644 --- a/telegrambots-abilities/pom.xml +++ b/telegrambots-abilities/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.telegram telegrambots-abilities - 4.1 + ${parent.version} jar Telegram Ability Bot @@ -65,7 +65,6 @@ UTF-8 UTF-8 - 4.1 3.5 3.0.4 27.0.1-jre @@ -75,7 +74,7 @@ org.telegram telegrambots - ${bots.version} + ${parent.version} org.apache.commons diff --git a/telegrambots-chat-session-bot/README.md b/telegrambots-chat-session-bot/README.md index bbb7ec45..71b3e80a 100644 --- a/telegrambots-chat-session-bot/README.md +++ b/telegrambots-chat-session-bot/README.md @@ -15,7 +15,7 @@ Usage org.telegram telegrambots-chat-session-bot - 4.1 + 4.1.1 ``` diff --git a/telegrambots-chat-session-bot/pom.xml b/telegrambots-chat-session-bot/pom.xml index 3ce170a9..508588b2 100644 --- a/telegrambots-chat-session-bot/pom.xml +++ b/telegrambots-chat-session-bot/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.telegram telegrambots-chat-session-bot - 4.1 + ${parent.version} jar Telegram Bots Chat Session Bot @@ -65,7 +65,6 @@ UTF-8 UTF-8 - 4.1 1.4.0 @@ -74,7 +73,7 @@ org.telegram telegrambots - ${bots.version} + ${parent.version} diff --git a/telegrambots-extensions/README.md b/telegrambots-extensions/README.md index 02984f67..2eb943d9 100644 --- a/telegrambots-extensions/README.md +++ b/telegrambots-extensions/README.md @@ -16,12 +16,12 @@ Just import add the library to your project with one of these options: org.telegram telegrambotsextensions - 4.1 + 4.1.1 ``` 2. Using Gradle: ```gradle - compile "org.telegram:telegrambotsextensions:4.1" + compile "org.telegram:telegrambotsextensions:4.1.1" ``` \ No newline at end of file diff --git a/telegrambots-extensions/pom.xml b/telegrambots-extensions/pom.xml index ed11f08b..f6bb1b1c 100644 --- a/telegrambots-extensions/pom.xml +++ b/telegrambots-extensions/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.telegram telegrambotsextensions - 4.1 + ${parent.version} jar Telegram Bots Extensions @@ -59,14 +59,13 @@ UTF-8 UTF-8 - 4.1 org.telegram telegrambots - ${bots.version} + ${parent.version} diff --git a/telegrambots-meta/pom.xml b/telegrambots-meta/pom.xml index 63fa43f5..7e492e88 100644 --- a/telegrambots-meta/pom.xml +++ b/telegrambots-meta/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.telegram telegrambots-meta - 4.1 + ${parent.version} jar Telegram Bots Meta diff --git a/telegrambots-spring-boot-starter/README.md b/telegrambots-spring-boot-starter/README.md index 58e05081..0d11e128 100644 --- a/telegrambots-spring-boot-starter/README.md +++ b/telegrambots-spring-boot-starter/README.md @@ -18,14 +18,14 @@ Usage org.telegram telegrambots-spring-boot-starter - 4.1 + 4.1.1 ``` **Gradle** ```gradle - compile "org.telegram:telegrambots-spring-boot-starter:4.1" + compile "org.telegram:telegrambots-spring-boot-starter:4.1.1" ``` Motivation diff --git a/telegrambots-spring-boot-starter/pom.xml b/telegrambots-spring-boot-starter/pom.xml index d4060688..a8e7023e 100644 --- a/telegrambots-spring-boot-starter/pom.xml +++ b/telegrambots-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.telegram telegrambots-spring-boot-starter - 4.1 + ${parent.version} jar Telegram Bots Spring Boot Starter @@ -59,7 +59,6 @@ UTF-8 UTF-8 - 4.1 2.0.2.RELEASE @@ -68,7 +67,7 @@ org.telegram telegrambots - ${bots.version} + ${parent.version} org.springframework.boot diff --git a/telegrambots/pom.xml b/telegrambots/pom.xml index 72eaa4e9..956a2131 100644 --- a/telegrambots/pom.xml +++ b/telegrambots/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.telegram telegrambots - 4.1 + ${parent.version} jar Telegram Bots @@ -66,7 +66,6 @@ 2.9.7 2.9.0 2.5 - 4.1 @@ -85,7 +84,7 @@ org.telegram telegrambots-meta - ${bots.version} + ${parent.version} com.fasterxml.jackson.core