Skip to content

Commit

Permalink
Update version to 1.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
karllessard committed Feb 12, 2024
1 parent e5b27b3 commit 41130a2
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 30 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- master
- staging
- r[0-9]+.*
- bazelcism # temporary
pull_request:
branches:
- master
Expand Down Expand Up @@ -118,12 +117,6 @@ jobs:
matrix:
ext: [""] #, -gpu]
steps:
- name: Configure page file
uses: al-cheb/configure-pagefile-action@v1.2
with:
minimum-size: 8GB
maximum-size: 16GB
disk-root: "C:"
- name: Install environment
shell: cmd
run: |
Expand Down Expand Up @@ -158,7 +151,7 @@ jobs:
call mvn clean install -pl "!tensorflow-framework" -B -U -e -Djavacpp.platform=windows-x86_64 -Djavacpp.platform.extension=${{ matrix.ext }} -am -DstagingRepositoryId=${{ needs.prepare.outputs.stagingRepositoryId }}
if ERRORLEVEL 1 exit /b
deploy:
if: github.event_name == 'push' && contains(github.ref, 'master')
if: github.event_name == 'push' && (contains(github.ref, 'master') || contains(github.ref, 'staging'))
needs: [linux-x86_64, macosx-x86_64, windows-x86_64, macosx-arm64]
runs-on: ubuntu-20.04
steps:
Expand Down
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ to add Sonatype OSS repository in your pom.xml, like the following
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow-core-platform</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
```
Expand All @@ -163,18 +163,19 @@ to add Sonatype OSS repository in your pom.xml, like the following

This table shows the mapping between TensorFlow, TensorFlow Java and minimum supported Java versions.

| TensorFlow Java Version | TensorFlow Version | Minimum Java Version |
| ------------- |--------------------| --------------- |
| 0.2.0 | 2.3.1 | 8 |
| 0.3.0 | 2.4.1 | 8 |
| 0.3.1 | 2.4.1 | 8 |
| 0.3.2 | 2.4.1 | 8 |
| 0.3.3 | 2.4.1 | 8 |
| 0.4.0 | 2.7.0 | 8 |
| 0.4.1 | 2.7.1 | 8 |
| 0.4.2 | 2.7.4 | 8 |
| 0.5.0 | 2.10.1 | 11 |
| 0.6.0-SNAPSHOT | 2.15.0 | 11 |
| TensorFlow Java Version | TensorFlow Version | Minimum Java Version |
|-------------------------|--------------------| --------------- |
| 0.2.0 | 2.3.1 | 8 |
| 0.3.0 | 2.4.1 | 8 |
| 0.3.1 | 2.4.1 | 8 |
| 0.3.2 | 2.4.1 | 8 |
| 0.3.3 | 2.4.1 | 8 |
| 0.4.0 | 2.7.0 | 8 |
| 0.4.1 | 2.7.1 | 8 |
| 0.4.2 | 2.7.4 | 8 |
| 0.5.0 | 2.10.1 | 11 |
| 0.6.0-SNAPSHOT | 2.10.1 | 11 |
| 1.0.0-SNAPSHOT | 2.15.0 | 11 |

## How to Contribute?

Expand Down
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ snapshots repository in your `pom.xml`.
<dependency>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow-core-platform</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
```
Expand All @@ -118,7 +118,7 @@ repositories {
}
dependencies {
compile group: 'org.tensorflow', name: 'tensorflow-core-platform', version: '0.4.1'
compile group: 'org.tensorflow', name: 'tensorflow-core-platform', version: '0.5.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.tensorflow</groupId>
<artifactId>tensorflow-java</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>TensorFlow Java Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion tensorflow-core/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</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>tensorflow-core</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tensorflow-core/tensorflow-core-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow-core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>tensorflow-core-api</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tensorflow-core/tensorflow-core-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow-core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>tensorflow-core-generator</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tensorflow-core/tensorflow-core-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.tensorflow</groupId>
<artifactId>tensorflow-core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>tensorflow-core-native</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tensorflow-core/tensorflow-core-platform/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-core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>tensorflow-core-platform</artifactId>
<name>TensorFlow API Platform</name>
Expand Down
2 changes: 1 addition & 1 deletion tensorflow-framework/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</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>tensorflow-framework</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 41130a2

Please sign in to comment.