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

Commit 05caaf2

Browse files
committed
Master version bump
1 parent 94461ea commit 05caaf2

File tree

11 files changed

+10
-108
lines changed

11 files changed

+10
-108
lines changed

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

Lines changed: 1 addition & 5 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.6.0-preview4</version>
9+
<version>4.6.0-preview6</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

@@ -58,10 +58,6 @@
5858
<groupId>com.microsoft.bot</groupId>
5959
<artifactId>bot-builder</artifactId>
6060
</dependency>
61-
<dependency>
62-
<groupId>com.microsoft.bot</groupId>
63-
<artifactId>bot-configuration</artifactId>
64-
</dependency>
6561
<dependency>
6662
<groupId>com.microsoft.bot</groupId>
6763
<artifactId>bot-applicationinsights</artifactId>

libraries/bot-ai-qna/pom.xml

Lines changed: 1 addition & 5 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.6.0-preview4</version>
9+
<version>4.6.0-preview6</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

@@ -59,10 +59,6 @@
5959
<groupId>com.microsoft.bot</groupId>
6060
<artifactId>bot-builder</artifactId>
6161
</dependency>
62-
<dependency>
63-
<groupId>com.microsoft.bot</groupId>
64-
<artifactId>bot-configuration</artifactId>
65-
</dependency>
6662
</dependencies>
6763

6864
<profiles>

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-preview4</version>
9+
<version>4.6.0-preview6</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-preview4</version>
9+
<version>4.6.0-preview6</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-preview4</version>
9+
<version>4.6.0-preview6</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

libraries/bot-configuration/pom.xml

Lines changed: 0 additions & 90 deletions
This file was deleted.

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-preview4</version>
9+
<version>4.6.0-preview6</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-preview4</version>
9+
<version>4.6.0-preview6</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-preview4</version>
9+
<version>4.6.0-preview6</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-preview4</version>
8+
<version>4.6.0-preview6</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)