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

Commit

Permalink
Version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
folomeev committed Feb 14, 2017
1 parent 6d1fce7 commit 2063572
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ai.api.libai.examples</groupId>
<artifactId>libai-example</artifactId>
<version>1.3.6</version>
<version>1.4.6</version>
<packaging>pom</packaging>

<name>Api.ai SDK Examples</name>
<name>Api.Ai SDK Samples</name>
<description></description>
<url>https://github.com/api-ai/apiai-java-sdk/tree/master/examples</url>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/text-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ai.api.libai.examples</groupId>
<artifactId>libai-example</artifactId>
<version>1.3.6</version>
<version>1.4.6</version>
</parent>
<url>https://github.com/api-ai/apiai-java-sdk/tree/master/examples/text-client</url>
<build>
Expand Down
2 changes: 1 addition & 1 deletion examples/voice-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ai.api.libai.examples</groupId>
<artifactId>libai-example</artifactId>
<version>1.3.6</version>
<version>1.4.6</version>
</parent>
<url>https://github.com/api-ai/apiai-java-sdk/tree/master/examples/voice-client</url>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions examples/web-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>web-client</artifactId>
<packaging>war</packaging>
<name>Api.Ai web application sample</name>
<name>Api.Ai Web Client Sample</name>
<parent>
<groupId>ai.api.libai.examples</groupId>
<artifactId>libai-example</artifactId>
<version>1.3.6</version>
<version>1.4.6</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion libai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>ai.api</groupId>
<artifactId>libai-base</artifactId>
<relativePath>..</relativePath>
<version>1.3.6</version>
<version>1.4.6</version>
</parent>
<build>
<finalName>libai</finalName>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ai.api</groupId>
<artifactId>libai-base</artifactId>
<version>1.3.6</version>
<version>1.4.6</version>
<packaging>pom</packaging>

<name>Api.ai SDK</name>
Expand Down
2 changes: 1 addition & 1 deletion speech/gcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>ai.api</groupId>
<artifactId>libai-base</artifactId>
<version>1.3.6</version>
<version>1.4.6</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion web/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ai.api</groupId>
<artifactId>libai-base</artifactId>
<version>1.3.6</version>
<version>1.4.6</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>ai.api.libai.web</groupId>
Expand Down

0 comments on commit 2063572

Please sign in to comment.