Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 74efb83

Browse files
LeeParrishMSFTtracyboehrersgellockBatta32fran893
authored
Update pom.xml for release version (#1189)
* Update main branch and readme.md version (#1153) * Added snapshot support to parent POM (#1157) * Corrected type and path of UserToken.exchangeToken (#1159) * Update CODE_OF_CONDUCT.md update to april 19th content * [SDK][Recognizers-Text] Update temporal folder with latest changes (#1164) * Update Datetime extractors * Update Datetime resources * Update Number resources * Update NumberWithUnit resources * Update NumberWithUnit extractors * Update NumberWithUnit parsers * Implement TeamsSSOExchangeMiddleware and fixes to associated dependency areas. (#1167) * Implement TeamsSSOExchangeMiddleware * Fixes for Cosmos, OAuthPrompt, and TokenExchange * [SDK][Recognizers-Text] Add Recognizer-Text unit tests into the temporal Recognizer-Text folder in bot-dialogs library (#1168) * Add timex-expression unit tests * Add Specs folder * Add datetime unit tests * Add sequence unit tests * Add number with unit unit tests * Add number unit tests * Add choice unit tests * Add text unit tests * Update bot-dialogs pom to use UTF-8 to execute unit tests correctly Co-authored-by: Martin Battaglino <martinbatta32@gmail.com> * Support for Recognizer tests on MacOS. (#1173) * Updated pom.xml to enable Jacoco output (#1175) * Add additional unit test coverage (#1185) * Activity Unit Tests * additional unit tests * Remove surefire entry from dialogs pom.xml * Update surefire entry in pom.xml * Additional tests and fixes. * Additional unit tests and fixes. * Additional tests * Update pom.xml for release version. * Fix surefire args Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com> Co-authored-by: Scott Gellock <scott.gellock@microsoft.com> Co-authored-by: Martin Battaglino <martinbatta32@gmail.com> Co-authored-by: Franco Alvarez <51216149+fran893@users.noreply.github.com>
1 parent 8a0a153 commit 74efb83

File tree

14 files changed

+37
-23
lines changed

14 files changed

+37
-23
lines changed

CODE_OF_CONDUCT.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
## Code of Conduct
1+
# Microsoft Open Source Code of Conduct
22

3-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
4-
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact
5-
[opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
3+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
4+
5+
Resources:
6+
7+
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
8+
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
9+
- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,27 @@ To get started building bots using the SDK, see the [Azure Bot Service Documenta
88

99
For more information jump to a section below.
1010

11-
* [Build status](#build-status)
12-
* [Getting started](#getting-started)
13-
* [Getting support and providing feedback](#getting-support-and-providing-feedback)
14-
* [Contributing and our code of conduct](#contributing-and-our-code-of-conduct)
15-
* [Reporting security sssues](#reporting-security-issues)
11+
- [!Bot Framework for Java](#)
12+
- [Build Status](#build-status)
13+
- [Getting Started](#getting-started)
14+
- [Prerequisites](#prerequisites)
15+
- [Clone](#clone)
16+
- [Build and test locally](#build-and-test-locally)
17+
- [Linting rules](#linting-rules)
18+
- [Getting support and providing feedback](#getting-support-and-providing-feedback)
19+
- [Github issues](#github-issues)
20+
- [Stack overflow](#stack-overflow)
21+
- [Azure Support](#azure-support)
22+
- [Twitter](#twitter)
23+
- [Gitter Chat Room](#gitter-chat-room)
24+
- [Contributing and our code of conduct](#contributing-and-our-code-of-conduct)
25+
- [Reporting Security Issues](#reporting-security-issues)
1626

1727
## Build Status
1828

1929
| Branch | Description | Build Status | Coverage Status |
2030
|--------|-------------|--------------|-----------------|
21-
|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) |
31+
|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) |
2232

2333
## Getting Started
2434
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).

libraries/bot-ai-luis-v3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.bot</groupId>
88
<artifactId>bot-java</artifactId>
9-
<version>4.13.0-SNAPSHOT</version>
9+
<version>4.13.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

libraries/bot-ai-qna/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.bot</groupId>
88
<artifactId>bot-java</artifactId>
9-
<version>4.13.0-SNAPSHOT</version>
9+
<version>4.13.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

libraries/bot-applicationinsights/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.bot</groupId>
88
<artifactId>bot-java</artifactId>
9-
<version>4.13.0-SNAPSHOT</version>
9+
<version>4.13.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

libraries/bot-azure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.bot</groupId>
88
<artifactId>bot-java</artifactId>
9-
<version>4.13.0-SNAPSHOT</version>
9+
<version>4.13.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

libraries/bot-builder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.bot</groupId>
88
<artifactId>bot-java</artifactId>
9-
<version>4.13.0-SNAPSHOT</version>
9+
<version>4.13.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

libraries/bot-connector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.bot</groupId>
88
<artifactId>bot-java</artifactId>
9-
<version>4.13.0-SNAPSHOT</version>
9+
<version>4.13.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

libraries/bot-dialogs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.bot</groupId>
88
<artifactId>bot-java</artifactId>
9-
<version>4.13.0-SNAPSHOT</version>
9+
<version>4.13.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

@@ -168,7 +168,7 @@
168168
<groupId>org.apache.maven.plugins</groupId>
169169
<artifactId>maven-surefire-plugin</artifactId>
170170
<configuration>
171-
<argLine>-Dfile.encoding=UTF-8</argLine>
171+
<argLine>${argLine} -Dfile.encoding=UTF-8</argLine>
172172
</configuration>
173173
</plugin>
174174
</plugins>

libraries/bot-dialogs/src/test/java/com/microsoft/recognizers/text/tests/AbstractTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
@RunWith(Parameterized.class)
2727
public abstract class AbstractTest {
2828

29-
private static final String SpecsPath = "Specs/..";
29+
private static final String SpecsPath = "./src/test/java/com/microsoft/recognizers/text/tests/Specs/..";
3030

3131
private static final List<String> SupportedCultures = Arrays.asList("English", "Spanish", "Portuguese", "French", "German", "Chinese");
3232

0 commit comments

Comments
 (0)