Skip to content

Commit 1124b73

Browse files
committed
Increase version for next iteration
1 parent 569f45a commit 1124b73

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

RELEASE.md

+1-3
Original file line numberDiff line numberDiff 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"

ndarray/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)