Skip to content

Commit

Permalink
Increase version for next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
karllessard committed Feb 21, 2024
1 parent 569f45a commit 1124b73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,8 @@ Some things of note:
```
mvn versions:set -DnewVersion=1.1.0-SNAPSHOT
```
3. Update the NdArray Java Library version to reflect the new release at the following locations:
- https://github.com/tensorflow/java-ndarray/blob/main/README.md#introduction
4. Commit your changes and push the main branch to the GitHub repository
3. Commit your changes and push the main branch to the GitHub repository
```
git add .
git commit -m "Increase version for next iteration"
Expand Down
2 changes: 1 addition & 1 deletion ndarray/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow-java-ndarray</artifactId>
<version>1.0.0-rc.1</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>ndarray</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.tensorflow</groupId>
<artifactId>tensorflow-java-ndarray</artifactId>
<version>1.0.0-rc.1</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>NdArray Parent</name>
Expand Down

0 comments on commit 1124b73

Please sign in to comment.