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

Commit b8e0b3a

Browse files
Update version to 4.13.0 (#1148)
* Update version to 4.13.0-SNAPSHOT * Update sample dependencies and log4j version
1 parent 8341c5c commit b8e0b3a

52 files changed

Lines changed: 90 additions & 90 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Generator/generator-botbuilder-java/generators/app/templates/core/project/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,18 @@
8181
<dependency>
8282
<groupId>com.microsoft.bot</groupId>
8383
<artifactId>bot-integration-spring</artifactId>
84-
<version>4.6.0-preview9</version>
84+
<version>4.13.0-SNAPSHOT</version>
8585
<scope>compile</scope>
8686
</dependency>
8787
<dependency>
8888
<groupId>com.microsoft.bot</groupId>
8989
<artifactId>bot-dialogs</artifactId>
90-
<version>4.6.0-preview9</version>
90+
<version>4.13.0-SNAPSHOT</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>com.microsoft.bot</groupId>
9494
<artifactId>bot-ai-luis-v3</artifactId>
95-
<version>4.6.0-preview9</version>
95+
<version>4.13.0-SNAPSHOT</version>
9696
</dependency>
9797
</dependencies>
9898

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.6.0-preview9</version>
9+
<version>4.13.0-SNAPSHOT</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.6.0-preview9</version>
9+
<version>4.13.0-SNAPSHOT</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.6.0-preview9</version>
9+
<version>4.13.0-SNAPSHOT</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.6.0-preview9</version>
9+
<version>4.13.0-SNAPSHOT</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.6.0-preview9</version>
9+
<version>4.13.0-SNAPSHOT</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.6.0-preview9</version>
9+
<version>4.13.0-SNAPSHOT</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

libraries/bot-dialogs/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.6.0-preview9</version>
9+
<version>4.13.0-SNAPSHOT</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

libraries/bot-integration-core/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.6.0-preview9</version>
9+
<version>4.13.0-SNAPSHOT</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

libraries/bot-integration-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.microsoft.bot</groupId>
77
<artifactId>bot-java</artifactId>
8-
<version>4.6.0-preview9</version>
8+
<version>4.13.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)