Skip to content

Commit

Permalink
[maven-release-plugin] prepare release java-sdk-3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed Dec 15, 2016
1 parent 4233bdd commit 249bf71
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion alchemy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.ibm.watson.developer_cloud</groupId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>alchemy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>parent</artifactId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>

<artifactId>java-sdk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion conversation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.ibm.watson.developer_cloud</groupId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>parent</artifactId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>

<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dialog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.ibm.watson.developer_cloud</groupId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion discovery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.ibm.watson.developer_cloud</groupId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion document-conversion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.ibm.watson.developer_cloud</groupId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion language-translation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.ibm.watson.developer_cloud</groupId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion language-translator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.ibm.watson.developer_cloud</groupId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion natural-language-classifier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.ibm.watson.developer_cloud</groupId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion personality-insights/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.ibm.watson.developer_cloud</groupId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.ibm.watson.developer_cloud</groupId>
<artifactId>parent</artifactId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
<packaging>pom</packaging>

<name>Watson Developer Cloud Java SDK</name>
Expand Down Expand Up @@ -83,7 +83,7 @@
<connection>SSH</connection>
<developerConnection>scm:git:[email protected]:watson-developer-cloud/java-sdk.git</developerConnection>
<url>https://github.com/watson-developer-cloud/java-sdk</url>
<tag>HEAD</tag>
<tag>java-sdk-3.5.3</tag>
</scm>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion retrieve-and-rank/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.ibm.watson.developer_cloud</groupId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion speech-to-text/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.ibm.watson.developer_cloud</groupId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.ibm.watson.developer_cloud</groupId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion text-to-speech/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.ibm.watson.developer_cloud</groupId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tone-analyzer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.ibm.watson.developer_cloud</groupId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tradeoff-analytics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.ibm.watson.developer_cloud</groupId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion visual-recognition/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.ibm.watson.developer_cloud</groupId>
<version>3.5.3-SNAPSHOT</version>
<version>3.5.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 249bf71

Please sign in to comment.