Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Dec 4, 2021
1 parent 31007e2 commit aacc4af
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
executor: my-executor
environment:
PLATFORM_VERSION: 2.12_spark3.1
DATAGEN_VERSION: 0.4.0-SNAPSHOT
DATAGEN_VERSION: 0.4.0
steps:
- checkout
- run: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Run the script with:

```bash
export PLATFORM_VERSION=2.12_spark3.1
export DATAGEN_VERSION=0.4.0-SNAPSHOT
export DATAGEN_VERSION=0.4.0
tools/run.py ./target/ldbc_snb_datagen_${PLATFORM_VERSION}-${DATAGEN_VERSION}.jar <runtime configuration arguments> -- <generator configuration arguments>
```

Expand Down Expand Up @@ -105,7 +105,7 @@ Run the script with:

```bash
export PLATFORM_VERSION=2.11_spark2.4
export DATAGEN_VERSION=0.4.0-SNAPSHOT
export DATAGEN_VERSION=0.4.0
tools/run.py ./target/ldbc_snb_datagen_${PLATFORM_VERSION}-${DATAGEN_VERSION}.jar <runtime configuration arguments> -- <generator configuration arguments>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ldbc.snb.datagen</groupId>
<artifactId>ldbc_snb_datagen</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tools/datagen/lib.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
platform_version = "2.12_spark3.1"
version = "0.4.0-SNAPSHOT"
version = "0.4.0"
main_class = 'ldbc.snb.datagen.spark.LdbcDatagen'

0 comments on commit aacc4af

Please sign in to comment.