diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index d3ff17639..f9ba8cf65 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,5 +1,9 @@ -## Code of Conduct +# Microsoft Open Source Code of Conduct -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). -For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact - [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. \ No newline at end of file +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). + +Resources: + +- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/) +- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) +- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns 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..fee5db22b 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.13.0 ../../pom.xml diff --git a/libraries/bot-ai-qna/pom.xml b/libraries/bot-ai-qna/pom.xml index a44b34365..5e571b203 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.13.0 ../../pom.xml diff --git a/libraries/bot-applicationinsights/pom.xml b/libraries/bot-applicationinsights/pom.xml index 60c199d16..f0bc41432 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.13.0 ../../pom.xml diff --git a/libraries/bot-azure/pom.xml b/libraries/bot-azure/pom.xml index a7cdfeeb4..266778b0a 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.13.0 ../../pom.xml diff --git a/libraries/bot-builder/pom.xml b/libraries/bot-builder/pom.xml index 7ffc14edb..cf38aa374 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.13.0 ../../pom.xml diff --git a/libraries/bot-connector/pom.xml b/libraries/bot-connector/pom.xml index 6be249203..143af4178 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.13.0 ../../pom.xml diff --git a/libraries/bot-dialogs/pom.xml b/libraries/bot-dialogs/pom.xml index 7b7e377d2..5ee93e819 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.13.0 ../../pom.xml @@ -168,7 +168,7 @@ org.apache.maven.plugins maven-surefire-plugin - -Dfile.encoding=UTF-8 + ${argLine} -Dfile.encoding=UTF-8 diff --git a/libraries/bot-dialogs/src/test/java/com/microsoft/recognizers/text/tests/AbstractTest.java b/libraries/bot-dialogs/src/test/java/com/microsoft/recognizers/text/tests/AbstractTest.java index dcde7040a..2d2485097 100644 --- a/libraries/bot-dialogs/src/test/java/com/microsoft/recognizers/text/tests/AbstractTest.java +++ b/libraries/bot-dialogs/src/test/java/com/microsoft/recognizers/text/tests/AbstractTest.java @@ -26,7 +26,7 @@ @RunWith(Parameterized.class) public abstract class AbstractTest { - private static final String SpecsPath = "Specs/.."; + private static final String SpecsPath = "./src/test/java/com/microsoft/recognizers/text/tests/Specs/.."; private static final List SupportedCultures = Arrays.asList("English", "Spanish", "Portuguese", "French", "German", "Chinese"); diff --git a/libraries/bot-integration-core/pom.xml b/libraries/bot-integration-core/pom.xml index c5805d47b..740db696c 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.13.0 ../../pom.xml diff --git a/libraries/bot-integration-spring/pom.xml b/libraries/bot-integration-spring/pom.xml index 3a89eab76..de2fc791c 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.13.0 ../../pom.xml diff --git a/libraries/bot-schema/pom.xml b/libraries/bot-schema/pom.xml index 64f52e46c..bc450d9f6 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.13.0 ../../pom.xml diff --git a/pom.xml b/pom.xml index be92d4331..1d55715f3 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.microsoft.bot bot-java - 4.13.0-SNAPSHOT + 4.13.0 pom Microsoft BotBuilder Java SDK Parent