Skip to content

Commit 249bf71

Browse files
[maven-release-plugin] prepare release java-sdk-3.5.3
1 parent 4233bdd commit 249bf71

File tree

19 files changed

+20
-20
lines changed

19 files changed

+20
-20
lines changed

alchemy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.ibm.watson.developer_cloud</groupId>
6-
<version>3.5.3-SNAPSHOT</version>
6+
<version>3.5.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>alchemy</artifactId>

all/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.ibm.watson.developer_cloud</groupId>
77
<artifactId>parent</artifactId>
8-
<version>3.5.3-SNAPSHOT</version>
8+
<version>3.5.3</version>
99
</parent>
1010

1111
<artifactId>java-sdk</artifactId>

conversation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.ibm.watson.developer_cloud</groupId>
6-
<version>3.5.3-SNAPSHOT</version>
6+
<version>3.5.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

core/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.ibm.watson.developer_cloud</groupId>
77
<artifactId>parent</artifactId>
8-
<version>3.5.3-SNAPSHOT</version>
8+
<version>3.5.3</version>
99
</parent>
1010

1111
<artifactId>core</artifactId>

dialog/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.ibm.watson.developer_cloud</groupId>
6-
<version>3.5.3-SNAPSHOT</version>
6+
<version>3.5.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

discovery/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.ibm.watson.developer_cloud</groupId>
6-
<version>3.5.3-SNAPSHOT</version>
6+
<version>3.5.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

document-conversion/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.ibm.watson.developer_cloud</groupId>
6-
<version>3.5.3-SNAPSHOT</version>
6+
<version>3.5.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

language-translation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.ibm.watson.developer_cloud</groupId>
6-
<version>3.5.3-SNAPSHOT</version>
6+
<version>3.5.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

language-translator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.ibm.watson.developer_cloud</groupId>
6-
<version>3.5.3-SNAPSHOT</version>
6+
<version>3.5.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

natural-language-classifier/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.ibm.watson.developer_cloud</groupId>
6-
<version>3.5.3-SNAPSHOT</version>
6+
<version>3.5.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

personality-insights/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.ibm.watson.developer_cloud</groupId>
6-
<version>3.5.3-SNAPSHOT</version>
6+
<version>3.5.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.ibm.watson.developer_cloud</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>3.5.3-SNAPSHOT</version>
13+
<version>3.5.3</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Watson Developer Cloud Java SDK</name>
@@ -83,7 +83,7 @@
8383
<connection>SSH</connection>
8484
<developerConnection>scm:git:[email protected]:watson-developer-cloud/java-sdk.git</developerConnection>
8585
<url>https://github.com/watson-developer-cloud/java-sdk</url>
86-
<tag>HEAD</tag>
86+
<tag>java-sdk-3.5.3</tag>
8787
</scm>
8888

8989
<dependencyManagement>

retrieve-and-rank/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.ibm.watson.developer_cloud</groupId>
6-
<version>3.5.3-SNAPSHOT</version>
6+
<version>3.5.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

speech-to-text/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.ibm.watson.developer_cloud</groupId>
6-
<version>3.5.3-SNAPSHOT</version>
6+
<version>3.5.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.ibm.watson.developer_cloud</groupId>
6-
<version>3.5.3-SNAPSHOT</version>
6+
<version>3.5.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

text-to-speech/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.ibm.watson.developer_cloud</groupId>
6-
<version>3.5.3-SNAPSHOT</version>
6+
<version>3.5.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

tone-analyzer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.ibm.watson.developer_cloud</groupId>
6-
<version>3.5.3-SNAPSHOT</version>
6+
<version>3.5.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

tradeoff-analytics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.ibm.watson.developer_cloud</groupId>
6-
<version>3.5.3-SNAPSHOT</version>
6+
<version>3.5.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

visual-recognition/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>parent</artifactId>
55
<groupId>com.ibm.watson.developer_cloud</groupId>
6-
<version>3.5.3-SNAPSHOT</version>
6+
<version>3.5.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)