Skip to content

Commit 2028c37

Browse files
committed
Bump release version
1 parent 289f404 commit 2028c37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It supports data written by [RADAR HDFS sink connector](https://github.com/RADAR
77

88
## Upgrade instructions
99

10-
When upgrading to version 0.7.0 from version 0.6.0 please follow the following instructions:
10+
When upgrading to version 1.0.0 from version 0.6.0 please follow the following instructions:
1111

1212
- This package now relies on Redis for locking and offset management. Please install Redis or use
1313
the docker-compose.yml file to start it.
@@ -61,7 +61,7 @@ When upgrading to version 0.6.0 from version 0.5.x or earlier, please follow the
6161

6262
This package is available as docker image [`radarbase/radar-output-restructure`](https://hub.docker.com/r/radarbase/radar-output-restructure). The entrypoint of the image is the current application. So in all the commands listed in usage, replace `radar-output-restructure` with for example:
6363
```shell
64-
docker run --rm -t --network hadoop -v "$PWD/output:/output" radarbase/radar-output-restructure:0.7.0-hdfs -n hdfs-namenode -o /output /myTopic
64+
docker run --rm -t --network hadoop -v "$PWD/output:/output" radarbase/radar-output-restructure:1.0.0-hdfs -n hdfs-namenode -o /output /myTopic
6565
```
6666
if your docker cluster is running in the `hadoop` network and your output directory should be `./output`.
6767

@@ -155,7 +155,7 @@ This package requires at least Java JDK 8. Build the distribution with
155155
and install the package into `/usr/local` with for example
156156
```shell
157157
sudo mkdir -p /usr/local
158-
sudo tar -xzf build/distributions/radar-output-restructure-0.7.0.tar.gz -C /usr/local --strip-components=1
158+
sudo tar -xzf build/distributions/radar-output-restructure-1.0.0.tar.gz -C /usr/local --strip-components=1
159159
```
160160

161161
Now the `radar-output-restructure` command should be available.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group 'org.radarbase'
12-
version '0.7.0-SNAPSHOT'
12+
version '1.0.0'
1313
mainClassName = 'org.radarbase.output.Application'
1414

1515
sourceCompatibility = '1.8'

0 commit comments

Comments
 (0)