This repository was archived by the owner on Jul 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 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:
148148 ```
149149 mvn versions: set -DnewVersion=1.1.0-SNAPSHOT
150150 ```
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
153151
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
155153 ```
156154 git add .
157155 git commit -m "Increase version for next iteration"
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.tensorflow</groupId >
2424 <artifactId >tensorflow-java-ndarray</artifactId >
25- <version >1.0 .0-rc.1 </version >
25+ <version >1.1 .0-SNAPSHOT </version >
2626 </parent >
2727 <artifactId >ndarray</artifactId >
2828 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 55
66 <groupId >org.tensorflow</groupId >
77 <artifactId >tensorflow-java-ndarray</artifactId >
8- <version >1.0 .0-rc.1 </version >
8+ <version >1.1 .0-SNAPSHOT </version >
99 <packaging >pom</packaging >
1010
1111 <name >NdArray Parent</name >
You can’t perform that action at this time.
0 commit comments