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

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
folomeev committed Mar 9, 2017
1 parent 65929c3 commit 2f52938
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/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.libai.examples</groupId>
<artifactId>libai-example</artifactId>
<version>1.4.7</version>
<version>1.4.8</version>
<packaging>pom</packaging>

<name>Api.Ai SDK Samples</name>
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.4.7</version>
<version>1.4.8</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.4.7</version>
<version>1.4.8</version>
</parent>
<url>https://github.com/api-ai/apiai-java-sdk/tree/master/examples/voice-client</url>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/web-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.4.7</version>
<version>1.4.8</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.4.7</version>
<version>1.4.8</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.4.7</version>
<version>1.4.8</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.4.7</version>
<version>1.4.8</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.4.7</version>
<version>1.4.8</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>ai.api.libai.web</groupId>
Expand Down

0 comments on commit 2f52938

Please sign in to comment.