File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.1
2+ current_version = 0.0.2
33commit = True
44tag = True
55
66[bumpversion:file:README.md]
7- [bumpversion:file:gradle.properties]
87
8+ [bumpversion:file:gradle.properties]
99search = {current_version}
10- replace = {new_version}
10+ replace = {new_version}
11+
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ All you need to do is:
2020 <dependency>
2121 <groupId>com.ibm.watson.developer_cloud</groupId>
2222 <artifactId>watson-spring-boot-starter</artifactId>
23- <version>0.0.1 </version>
23+ <version>0.0.2 </version>
2424 </dependency>
2525 ```
2626
2727 or in your gradle `build.gradle`, in the dependencies stanza, add
2828 ```
29- compile 'com.ibm.watson.developer_cloud:watson-spring-boot-starter:0.0.1 '
29+ compile 'com.ibm.watson.developer_cloud:watson-spring-boot-starter:0.0.2 '
3030 ```
3131
32322. Add your Watson service(s) credentials and version info to your application
Original file line number Diff line number Diff line change 1- version =0.0.1
1+ version =0.0.2
22group = com.ibm.watson.developer_cloud
33watsonVersion = 4.2.1
44springVersion = 4.3.12.RELEASE
You can’t perform that action at this time.
0 commit comments