diff --git a/README.md b/README.md index 69b6bb550..dde0093e7 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,27 @@ To get started building bots using the SDK, see the [Azure Bot Service Documenta For more information jump to a section below. -* [Build status](#build-status) -* [Getting started](#getting-started) -* [Getting support and providing feedback](#getting-support-and-providing-feedback) -* [Contributing and our code of conduct](#contributing-and-our-code-of-conduct) -* [Reporting security sssues](#reporting-security-issues) +- [!Bot Framework for Java](#) + - [Build Status](#build-status) + - [Getting Started](#getting-started) + - [Prerequisites](#prerequisites) + - [Clone](#clone) + - [Build and test locally](#build-and-test-locally) + - [Linting rules](#linting-rules) + - [Getting support and providing feedback](#getting-support-and-providing-feedback) + - [Github issues](#github-issues) + - [Stack overflow](#stack-overflow) + - [Azure Support](#azure-support) + - [Twitter](#twitter) + - [Gitter Chat Room](#gitter-chat-room) + - [Contributing and our code of conduct](#contributing-and-our-code-of-conduct) + - [Reporting Security Issues](#reporting-security-issues) ## Build Status | Branch | Description | Build Status | Coverage Status | |--------|-------------|--------------|-----------------| - |Main | Preview 8 Builds | [![Build Status](https://fuselabs.visualstudio.com/SDK_v4/_apis/build/status/Java/BotBuilder-Java-4.0-daily?branchName=main)](https://fuselabs.visualstudio.com/SDK_v4/_build/latest?definitionId=1202&branchName=main) | [![Coverage Status](https://coveralls.io/repos/github/microsoft/botbuilder-java/badge.svg?branch=823847c676b7dbb0fa348a308297ae375f5141ef)](https://coveralls.io/github/microsoft/botbuilder-java?branch=823847c676b7dbb0fa348a308297ae375f5141ef) | + |Main | 4.14.* Preview Builds | [![Build Status](https://fuselabs.visualstudio.com/SDK_v4/_apis/build/status/Java/BotBuilder-Java-4.0-daily?branchName=main)](https://fuselabs.visualstudio.com/SDK_v4/_build/latest?definitionId=1202&branchName=main) | [![Coverage Status](https://coveralls.io/repos/github/microsoft/botbuilder-java/badge.svg?branch=823847c676b7dbb0fa348a308297ae375f5141ef)](https://coveralls.io/github/microsoft/botbuilder-java?branch=823847c676b7dbb0fa348a308297ae375f5141ef) | ## Getting Started To get started building bots using the SDK, see the [Azure Bot Service Documentation](https://docs.microsoft.com/en-us/azure/bot-service/?view=azure-bot-service-4.0). diff --git a/libraries/bot-ai-luis-v3/pom.xml b/libraries/bot-ai-luis-v3/pom.xml index a88fecebf..ba26d39bc 100644 --- a/libraries/bot-ai-luis-v3/pom.xml +++ b/libraries/bot-ai-luis-v3/pom.xml @@ -6,7 +6,7 @@ com.microsoft.bot bot-java - 4.13.0-SNAPSHOT + 4.14.0-SNAPSHOT ../../pom.xml diff --git a/libraries/bot-ai-qna/pom.xml b/libraries/bot-ai-qna/pom.xml index a44b34365..a1a78b912 100644 --- a/libraries/bot-ai-qna/pom.xml +++ b/libraries/bot-ai-qna/pom.xml @@ -6,7 +6,7 @@ com.microsoft.bot bot-java - 4.13.0-SNAPSHOT + 4.14.0-SNAPSHOT ../../pom.xml diff --git a/libraries/bot-applicationinsights/pom.xml b/libraries/bot-applicationinsights/pom.xml index 60c199d16..acc44c397 100644 --- a/libraries/bot-applicationinsights/pom.xml +++ b/libraries/bot-applicationinsights/pom.xml @@ -6,7 +6,7 @@ com.microsoft.bot bot-java - 4.13.0-SNAPSHOT + 4.14.0-SNAPSHOT ../../pom.xml diff --git a/libraries/bot-azure/pom.xml b/libraries/bot-azure/pom.xml index a7cdfeeb4..e8d8709b6 100644 --- a/libraries/bot-azure/pom.xml +++ b/libraries/bot-azure/pom.xml @@ -6,7 +6,7 @@ com.microsoft.bot bot-java - 4.13.0-SNAPSHOT + 4.14.0-SNAPSHOT ../../pom.xml diff --git a/libraries/bot-builder/pom.xml b/libraries/bot-builder/pom.xml index 7ffc14edb..cef0cc547 100644 --- a/libraries/bot-builder/pom.xml +++ b/libraries/bot-builder/pom.xml @@ -6,7 +6,7 @@ com.microsoft.bot bot-java - 4.13.0-SNAPSHOT + 4.14.0-SNAPSHOT ../../pom.xml diff --git a/libraries/bot-connector/pom.xml b/libraries/bot-connector/pom.xml index 6be249203..94665c8b8 100644 --- a/libraries/bot-connector/pom.xml +++ b/libraries/bot-connector/pom.xml @@ -6,7 +6,7 @@ com.microsoft.bot bot-java - 4.13.0-SNAPSHOT + 4.14.0-SNAPSHOT ../../pom.xml diff --git a/libraries/bot-dialogs/pom.xml b/libraries/bot-dialogs/pom.xml index 078b32912..c51f1509b 100644 --- a/libraries/bot-dialogs/pom.xml +++ b/libraries/bot-dialogs/pom.xml @@ -6,7 +6,7 @@ com.microsoft.bot bot-java - 4.13.0-SNAPSHOT + 4.14.0-SNAPSHOT ../../pom.xml diff --git a/libraries/bot-integration-core/pom.xml b/libraries/bot-integration-core/pom.xml index c5805d47b..c2e219372 100644 --- a/libraries/bot-integration-core/pom.xml +++ b/libraries/bot-integration-core/pom.xml @@ -6,7 +6,7 @@ com.microsoft.bot bot-java - 4.13.0-SNAPSHOT + 4.14.0-SNAPSHOT ../../pom.xml diff --git a/libraries/bot-integration-spring/pom.xml b/libraries/bot-integration-spring/pom.xml index 3a89eab76..99c08bf95 100644 --- a/libraries/bot-integration-spring/pom.xml +++ b/libraries/bot-integration-spring/pom.xml @@ -5,7 +5,7 @@ com.microsoft.bot bot-java - 4.13.0-SNAPSHOT + 4.14.0-SNAPSHOT ../../pom.xml diff --git a/libraries/bot-schema/pom.xml b/libraries/bot-schema/pom.xml index 64f52e46c..551431ce5 100644 --- a/libraries/bot-schema/pom.xml +++ b/libraries/bot-schema/pom.xml @@ -6,7 +6,7 @@ com.microsoft.bot bot-java - 4.13.0-SNAPSHOT + 4.14.0-SNAPSHOT ../../pom.xml diff --git a/pom.xml b/pom.xml index af474fcee..d34657203 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.microsoft.bot bot-java - 4.13.0-SNAPSHOT + 4.14.0-SNAPSHOT pom Microsoft BotBuilder Java SDK Parent