Skip to content

Commit e9c854f

Browse files
committed
Increase version for next iteration
1 parent 92d1721 commit e9c854f

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ to add Sonatype OSS repository in your pom.xml, like the following
177177
<dependency>
178178
<groupId>org.tensorflow</groupId>
179179
<artifactId>tensorflow-core-platform</artifactId>
180-
<version>1.1.0-SNAPSHOT</version>
180+
<version>1.2.0-SNAPSHOT</version>
181181
</dependency>
182182
</dependencies>
183183
```
@@ -192,7 +192,7 @@ repositories {
192192
193193
dependencies {
194194
// Example of dependency, see section above for more options
195-
implementation "org.tensorflow:tensorflow-core-platform:1.1.0-SNAPSHOT"
195+
implementation "org.tensorflow:tensorflow-core-platform:1.2.0-SNAPSHOT"
196196
}
197197
```
198198

@@ -214,8 +214,8 @@ This table shows the mapping between TensorFlow, TensorFlow Java and minimum sup
214214
| 1.0.0-rc.1 | 2.16.1 | 11 |
215215
| 1.0.0-rc.2 | 2.16.2 | 11 |
216216
| 1.0.0 | 2.16.2 | 11 |
217-
| 1.1.0-SNAPSHOT | 2.18.0 | 11 |
218217
| 1.1.0 | 2.18.0 | 11 |
218+
| 1.2.0-SNAPSHOT | 2.18.0 | 11 |
219219

220220
## How to Contribute?
221221

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ snapshots repository in your `pom.xml`.
105105
<dependency>
106106
<groupId>org.tensorflow</groupId>
107107
<artifactId>tensorflow-core-platform</artifactId>
108-
<version>1.1.0-SNAPSHOT</version>
108+
<version>1.2.0-SNAPSHOT</version>
109109
</dependency>
110110
</dependencies>
111111
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.tensorflow</groupId>
99
<artifactId>tensorflow-java</artifactId>
10-
<version>1.1.0</version>
10+
<version>1.2.0-SNAPSHOT</version>
1111
<packaging>pom</packaging>
1212

1313
<name>TensorFlow Java Parent</name>

tensorflow-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.tensorflow</groupId>
2424
<artifactId>tensorflow-java</artifactId>
25-
<version>1.1.0</version>
25+
<version>1.2.0-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>tensorflow-core</artifactId>
2828
<packaging>pom</packaging>

tensorflow-core/tensorflow-core-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.tensorflow</groupId>
88
<artifactId>tensorflow-core</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.2.0-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>tensorflow-core-api</artifactId>
1212
<packaging>jar</packaging>

tensorflow-core/tensorflow-core-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.tensorflow</groupId>
77
<artifactId>tensorflow-core</artifactId>
8-
<version>1.1.0</version>
8+
<version>1.2.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>tensorflow-core-generator</artifactId>
1111
<packaging>jar</packaging>

tensorflow-core/tensorflow-core-native/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.tensorflow</groupId>
88
<artifactId>tensorflow-core</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.2.0-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>tensorflow-core-native</artifactId>
1212
<packaging>jar</packaging>

tensorflow-core/tensorflow-core-platform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.tensorflow</groupId>
2424
<artifactId>tensorflow-core</artifactId>
25-
<version>1.1.0</version>
25+
<version>1.2.0-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>tensorflow-core-platform</artifactId>
2828
<name>TensorFlow API Platform</name>

tensorflow-framework/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.tensorflow</groupId>
2424
<artifactId>tensorflow-java</artifactId>
25-
<version>1.1.0</version>
25+
<version>1.2.0-SNAPSHOT</version>
2626
</parent>
2727
<artifactId>tensorflow-framework</artifactId>
2828
<packaging>jar</packaging>

0 commit comments

Comments
 (0)