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

Commit 2063572

Browse files
author
folomeev
committed
Version increment
1 parent 6d1fce7 commit 2063572

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>ai.api.libai.examples</groupId>
55
<artifactId>libai-example</artifactId>
6-
<version>1.3.6</version>
6+
<version>1.4.6</version>
77
<packaging>pom</packaging>
88

9-
<name>Api.ai SDK Examples</name>
9+
<name>Api.Ai SDK Samples</name>
1010
<description></description>
1111
<url>https://github.com/api-ai/apiai-java-sdk/tree/master/examples</url>
1212
<properties>

examples/text-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>ai.api.libai.examples</groupId>
99
<artifactId>libai-example</artifactId>
10-
<version>1.3.6</version>
10+
<version>1.4.6</version>
1111
</parent>
1212
<url>https://github.com/api-ai/apiai-java-sdk/tree/master/examples/text-client</url>
1313
<build>

examples/voice-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>ai.api.libai.examples</groupId>
99
<artifactId>libai-example</artifactId>
10-
<version>1.3.6</version>
10+
<version>1.4.6</version>
1111
</parent>
1212
<url>https://github.com/api-ai/apiai-java-sdk/tree/master/examples/voice-client</url>
1313
<dependencies>

examples/web-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>web-client</artifactId>
55
<packaging>war</packaging>
6-
<name>Api.Ai web application sample</name>
6+
<name>Api.Ai Web Client Sample</name>
77
<parent>
88
<groupId>ai.api.libai.examples</groupId>
99
<artifactId>libai-example</artifactId>
10-
<version>1.3.6</version>
10+
<version>1.4.6</version>
1111
</parent>
1212
<dependencies>
1313
<dependency>

libai/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>ai.api</groupId>
1212
<artifactId>libai-base</artifactId>
1313
<relativePath>..</relativePath>
14-
<version>1.3.6</version>
14+
<version>1.4.6</version>
1515
</parent>
1616
<build>
1717
<finalName>libai</finalName>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>ai.api</groupId>
55
<artifactId>libai-base</artifactId>
6-
<version>1.3.6</version>
6+
<version>1.4.6</version>
77
<packaging>pom</packaging>
88

99
<name>Api.ai SDK</name>

speech/gcp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>ai.api</groupId>
88
<artifactId>libai-base</artifactId>
9-
<version>1.3.6</version>
9+
<version>1.4.6</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<properties>

web/servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>ai.api</groupId>
66
<artifactId>libai-base</artifactId>
7-
<version>1.3.6</version>
7+
<version>1.4.6</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<groupId>ai.api.libai.web</groupId>

0 commit comments

Comments
 (0)