File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -148,10 +148,8 @@ Some things of note:
148
148
```
149
149
mvn versions: set -DnewVersion=1.1.0-SNAPSHOT
150
150
```
151
- 3. Update the NdArray Java Library version to reflect the new release at the following locations:
152
- - https://github.com/tensorflow/java-ndarray/blob/main/README.md#introduction
153
151
154
- 4 . Commit your changes and push the main branch to the GitHub repository
152
+ 3 . Commit your changes and push the main branch to the GitHub repository
155
153
```
156
154
git add .
157
155
git commit -m "Increase version for next iteration"
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.tensorflow</groupId >
24
24
<artifactId >tensorflow-java-ndarray</artifactId >
25
- <version >1.0 .0-rc.1 </version >
25
+ <version >1.1 .0-SNAPSHOT </version >
26
26
</parent >
27
27
<artifactId >ndarray</artifactId >
28
28
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >org.tensorflow</groupId >
7
7
<artifactId >tensorflow-java-ndarray</artifactId >
8
- <version >1.0 .0-rc.1 </version >
8
+ <version >1.1 .0-SNAPSHOT </version >
9
9
<packaging >pom</packaging >
10
10
11
11
<name >NdArray Parent</name >
You can’t perform that action at this time.
0 commit comments