Skip to content

Commit

Permalink
adjust version in docs and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ake2l committed Feb 3, 2023
1 parent a76a0e3 commit 397c1fe
Show file tree
Hide file tree
Showing 4 changed files with 1,377 additions and 10 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ For example **(these environment variables are only set in your terminal session

#### Linux bash
```shell
export BENERATOR_HOME=/home/user1/rapiddweller-benerator-ce-3.0.0-jdk-11-dist
export BENERATOR_HOME=/home/user1/rapiddweller-benerator-ce-3.0.1-jdk-11-dist
export PATH=$BENERATOR_HOME/bin:$PATH
chmod a+x $BENERATOR_HOME/bin/*.sh
```

#### Windows 10 PowerShell
```powershell
$env:BENERATOR_HOME='C:\Users\user1\rapiddweller-benerator-ce-3.0.0-jdk-11-dist'
$env:Path += 'C:\Users\user1\rapiddweller-benerator-ce-3.0.0-jdk-11-dist\bin'
$env:BENERATOR_HOME='C:\Users\user1\rapiddweller-benerator-ce-3.0.1-jdk-11-dist'
$env:Path += 'C:\Users\user1\rapiddweller-benerator-ce-3.0.1-jdk-11-dist\bin'
```

5. create your own benerator script myscript.xml with the following content
Expand Down Expand Up @@ -119,7 +119,7 @@ mvn -version
1. Choose how to install:

a) Download a Prebuilt Distribution from **Project Overview > Releases**
(current release is `3.0.0`, cp. rapiddweller-benerator-ce-3.0.0-jdk-11-dist.zip)
(current release is `3.0.1`, cp. rapiddweller-benerator-ce-3.0.1-jdk-11-dist.zip)
and unzip the downloaded file in an appropriate directory, e.g.
`/Developer/Applications` or `C:\Program Files\Development`.

Expand All @@ -135,10 +135,10 @@ mvn -version

- Windows Details: Open the System Control Panel, choose Advanced Settings - Environment Variables. Choose New in the
User Variables section. Enter BENERATOR_HOME as name and the path as value
(e.g. `C:\Program Files\Development\rapiddweller-benerator-ce-3.0.0-jdk-11`). Click OK several times.
(e.g. `C:\Program Files\Development\rapiddweller-benerator-ce-3.0.1-jdk-11`). Click OK several times.

- Mac/Unix/Linux Details: Add an entry that points to Benerator,
e.g.: `export BENERATOR_HOME=/Developer/Applications/rapiddweller-benerator-ce-3.0.0-jdk-11`
e.g.: `export BENERATOR_HOME=/Developer/Applications/rapiddweller-benerator-ce-3.0.1-jdk-11`

4. On Unix/Linux/Mac systems: **Set permissions**
Open a shell on the installation's root directory and execute
Expand Down
4 changes: 2 additions & 2 deletions doc/command_line_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ so the report will look something like this:

```text
+---------------------------------------------------------------------------+
| Benchmark throughput of Benerator Community Edition 3.0.0-jdk-11 |
| Benchmark throughput of Benerator Community Edition 3.0.1-jdk-11 |
| on a Mac OS X 11.4 x86_64 with 8 cores |
| Java version 11.0.11 |
| OpenJDK 64-Bit Server VM 11.0.11+9 (AdoptOpenJDK) |
Expand Down Expand Up @@ -134,7 +134,7 @@ the following result:

```text
+-----------------------------------------------------------------------------+
| Benchmark throughput of Benerator Enterprise Edition 3.0.0-jdk-11 |
| Benchmark throughput of Benerator Enterprise Edition 3.0.1-jdk-11 |
| on a Mac OS X 11.4 x86_64 with 8 cores |
| Java version 11.0.11 |
| OpenJDK 64-Bit Server VM 11.0.11+9 (AdoptOpenJDK) |
Expand Down
4 changes: 2 additions & 2 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Download Benerator from:
[https://github.com/rapiddweller/rapiddweller-benerator-ce/releases/](https://github.com/rapiddweller/rapiddweller-benerator-ce/releases/)

You should download the most recent version of the rapiddweller-benerator-dist archive from the download page, e.g.
_rapiddweller-benerator-ce-3.0.0-jdk-11-dist.zip_ .
_rapiddweller-benerator-ce-3.0.1-jdk-11-dist.zip_ .

!!! warning

Expand Down Expand Up @@ -84,7 +84,7 @@ On any OS, open a console window (shell,cmd or powershell) and type ...
```shell
$ benerator -–version

Benerator Community Edition 3.0.0-jdk-11
Benerator Community Edition 3.0.1-jdk-11
Java version: 11.0.11
JVM product: OpenJDK 64-Bit Server VM 11.0.11+9 (AdoptOpenJDK)
System: Mac OS X 10.16 x86_64
Expand Down
Loading

0 comments on commit 397c1fe

Please sign in to comment.