Skip to content

Commit aacc4af

Browse files
committed
Release v0.4.0
1 parent 31007e2 commit aacc4af

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
executor: my-executor
3232
environment:
3333
PLATFORM_VERSION: 2.12_spark3.1
34-
DATAGEN_VERSION: 0.4.0-SNAPSHOT
34+
DATAGEN_VERSION: 0.4.0
3535
steps:
3636
- checkout
3737
- run: |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Run the script with:
7777

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

@@ -105,7 +105,7 @@ Run the script with:
105105

106106
```bash
107107
export PLATFORM_VERSION=2.11_spark2.4
108-
export DATAGEN_VERSION=0.4.0-SNAPSHOT
108+
export DATAGEN_VERSION=0.4.0
109109
110110
tools/run.py ./target/ldbc_snb_datagen_${PLATFORM_VERSION}-${DATAGEN_VERSION}.jar <runtime configuration arguments> -- <generator configuration arguments>
111111
```

pom.xml

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

77
<groupId>ldbc.snb.datagen</groupId>
88
<artifactId>ldbc_snb_datagen</artifactId>
9-
<version>0.4.0-SNAPSHOT</version>
9+
<version>0.4.0</version>
1010
<packaging>jar</packaging>
1111

1212
<properties>

tools/datagen/lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
platform_version = "2.12_spark3.1"
2-
version = "0.4.0-SNAPSHOT"
2+
version = "0.4.0"
33
main_class = 'ldbc.snb.datagen.spark.LdbcDatagen'

0 commit comments

Comments
 (0)